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 >
Wrap
Text File
|
1994-04-23
|
399b
|
18 lines
// Trees for FiveWin !!! Incredible powerfull !!!
#ifndef _TREE_CH
#define _TREE_CH
#xcommand TREE [<oTree>] ;
[ BITMAPS <cBmpOpen>, <cBmpClose> ] ;
=> ;
[<oTree>:=] TreeBegin( <cBmpOpen>, <cBmpClose> )
#xcommand TREEITEM [<oItem> PROMPT ] <cLabel> ;
=> ;
[<oItem> :=] _TreeItem( <cLabel> )
#xcommand ENDTREE => TreeEnd()
#endif