home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / INCLUDE / TREE.CH < prev    next >
Text File  |  1994-04-23  |  399b  |  18 lines

  1. // Trees for FiveWin !!!  Incredible powerfull !!!
  2.  
  3. #ifndef _TREE_CH
  4. #define _TREE_CH
  5.  
  6. #xcommand TREE [<oTree>] ;
  7.              [ BITMAPS <cBmpOpen>, <cBmpClose> ] ;
  8.        => ;
  9.           [<oTree>:=] TreeBegin( <cBmpOpen>, <cBmpClose> )
  10.  
  11. #xcommand TREEITEM [<oItem> PROMPT ] <cLabel> ;
  12.        => ;
  13.           [<oItem> :=] _TreeItem( <cLabel> )
  14.  
  15. #xcommand ENDTREE => TreeEnd()
  16.  
  17. #endif
  18.