]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrcedit/df/window.df
documented EVT_LIST_ITEM_RIGHT_CLICK
[wxWidgets.git] / contrib / utils / wxrcedit / df / window.df
1 node window
2 type normal
3 abstract
4 var pos of coord
5 var size of coord
6 var style of flags wxSIMPLE_BORDER,wxSUNKEN_BORDER,wxDOUBLE_BORDER,wxRAISED_BORDER,wxSTATIC_BORDER,wxTRANSPARENT_WINDOW,wxWANTS_CHARS,wxNO_FULL_REPAINT_ON_RESIZE
7 var tooltip of text
8 var fg of color
9 var bg of color
10 var enabled of bool
11 var focused of bool
12 var hidden of bool