]>
Commit | Line | Data |
---|---|---|
56d2f750 VS |
1 | node window |
2 | type normal | |
3 | abstract | |
4 | var pos of coord | |
5 | var size of coord | |
09dc1241 | 6 | var style of flags wxSIMPLE_BORDER,wxSUNKEN_BORDER,wxDOUBLE_BORDER,wxRAISED_BORDER,wxSTATIC_BORDER,wxTRANSPARENT_WINDOW,wxWANTS_CHARS,wxNO_FULL_REPAINT_ON_RESIZE |
56d2f750 VS |
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 |