]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrcedit/df/window.df
added minsize variable for sizers and sizeritems
[wxWidgets.git] / contrib / utils / wxrcedit / df / window.df
CommitLineData
56d2f750
VS
1node window
2type normal
3abstract
4var pos of coord
5var size of coord
6var tooltip of text
7var fg of color
8var bg of color
9var enabled of bool
10var focused of bool
11var hidden of bool