wxWidgets/contrib/utils/wxrcedit/df/window.df

12 lines
179 B
Plaintext
Raw Normal View History

node window
type normal
abstract
var pos of coord
var size of coord
var tooltip of text
var fg of color
var bg of color
var enabled of bool
var focused of bool
var hidden of bool