56d2f750 VS |
1 | # base "class" for panel and dialog |
2 | node panelbase |
3 | type panel |
4 | icon 1 |
5 | childtype panel_item |
6 | abstract |
09dc1241 |
7 | var style of flags wxNO_3D,wxTAB_TRAVERSAL,wxCLIP_CHILDREN |
56d2f750 VS |
8 | var exstyle of flags wxWS_EX_VALIDATE_RECURSIVELY |
9 | derived from window |