]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrcedit/df/window.df
added test for wxProgressDialog::Resume
[wxWidgets.git] / contrib / utils / wxrcedit / df / window.df
CommitLineData
56d2f750
VS
1node window
2type normal
3abstract
4var pos of coord
5var size of coord
09dc1241 6var style of flags wxSIMPLE_BORDER,wxSUNKEN_BORDER,wxDOUBLE_BORDER,wxRAISED_BORDER,wxSTATIC_BORDER,wxTRANSPARENT_WINDOW,wxWANTS_CHARS,wxNO_FULL_REPAINT_ON_RESIZE
56d2f750
VS
7var tooltip of text
8var fg of color
9var bg of color
10var enabled of bool
11var focused of bool
12var hidden of bool