]> git.saurik.com Git - wxWidgets.git/blob - contrib/utils/wxrcedit/df/panelbase.df
added <accel> attribute to wxMenuItem
[wxWidgets.git] / contrib / utils / wxrcedit / df / panelbase.df
1 # base "class" for panel and dialog
2 node panelbase
3 type panel
4 icon 1
5 childtype panel_item
6 abstract
7 var style of flags wxNO_3D,wxTAB_TRAVERSAL,wxCLIP_CHILDREN
8 var exstyle of flags wxWS_EX_VALIDATE_RECURSIVELY
9 derived from window