Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>managing trees (linked-lists data structures)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Managing Trees  (Linked-Lists data structures)
--------------------------------------------------------------------------------

 Creating a tree          TREE [<oTree>] ;
                             [ BITMAPS <cBmpOpen>, <cBmpClose> ]

                             TREEITEM [<oItem> PROMPT ] <cLabel> ;
                                [ RESOURCE <cResName1> [, <cResName2> ] ] ;
                                [ FILENAME <cBmpOpen> [, <cBmpClose> ] ] ;
                                [ OPENED | OPEN ]

                             ...

                             [ TREE <oSubTree> ]
                                [ TREEITEM ... ]
                                [ ... ]
                             [ ENDTREE ]

                          ENDTREE

 <oTree>                  A reference to the TTree object just created.

 <cBmpOpen>               Optional bitmaps files or resources names for
 <cBmpClosed>             the tree nodes open and close states images.

 <oItem>                  A reference to the TTreeItem object just created.

 <cLabel>                 The prompt of an TreeItem element.

 <cResName1>              Optional bitmaps resources names for the item
 <cResName2>              open and closed states images. The Tree
                          <cBmpOpen> and <cBmpClosed> are used by default
                          if <cResName1> and <cResName2> are not specified.

 <cBmpOpen>               Optional bitmaps file names for the item
 <cBmpClosed>             open and closed states images. The Tree
                          <cBmpOpen> and <cBmpClosed> are used by default
                          if <cResName1> and <cResName2> are not specified.

 <oSubTree>               A reference to the TTree object just created.


See Also: Class TLinkList Class TTreeItem Class TWBrowse

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson