wxWidgets/contrib/utils/wxrcedit/df/panelbase.df

10 lines
228 B
Plaintext
Raw Normal View History

# base "class" for panel and dialog
node panelbase
type panel
icon 1
childtype panel_item
abstract
var style of flags wxNO_3D,wxTAB_TRAVERSAL,wxCLIP_CHILDREN
var exstyle of flags wxWS_EX_VALIDATE_RECURSIVELY
derived from window