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 / wxFlexGridSizer.df < prev    next >
Text File  |  2000-11-25  |  253b  |  14 lines

  1. node wxFlexGridSizer
  2. type sizer
  3. icon 4
  4. childtype sizer_item
  5. derived from panel_item
  6. var rows of integer
  7. var cols of integer
  8. var vgap of dimension
  9. var hgap of dimension
  10. var minsize of coord
  11. var growablecols of text
  12. var growablerows of text
  13.  
  14.