]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrcedit/df/panelbase.df
Updated makefiles etc. for 2.5.1
[wxWidgets.git] / contrib / utils / wxrcedit / df / panelbase.df
CommitLineData
56d2f750
VS
1# base "class" for panel and dialog
2node panelbase
3type panel
4icon 1
5childtype panel_item
6abstract
09dc1241 7var style of flags wxNO_3D,wxTAB_TRAVERSAL,wxCLIP_CHILDREN
56d2f750
VS
8var exstyle of flags wxWS_EX_VALIDATE_RECURSIVELY
9derived from window