]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/utils/wxrcedit/df/panelbase.df
Typos fixed and further clarification of the Python situation on Panther
[wxWidgets.git] / contrib / utils / wxrcedit / df / panelbase.df
... / ...
CommitLineData
1# base "class" for panel and dialog
2node panelbase
3type panel
4icon 1
5childtype panel_item
6abstract
7var style of flags wxNO_3D,wxTAB_TRAVERSAL,wxCLIP_CHILDREN
8var exstyle of flags wxWS_EX_VALIDATE_RECURSIVELY
9derived from window