home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / contrib / utils / wxrcedit / df / panelbase.df < prev    next >
Text File  |  2000-08-27  |  237b  |  10 lines

  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
  10.