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>class ttreeitem</b> trees treeitems in fivewin. http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TTreeItem    Trees TreeItems in FiveWin.
--------------------------------------------------------------------------------

   See Class TLinkList and xBase TREE ... ENDTREE command
   for an explanation of Trees under FiveWin.

 DATAs
--------------------------------------------------------------------------------
 cDraw           Contains the draw characters for this item.
 cPrompt         Contains the associated text label of the item.
 oPrev           Reference to previous TreeItem object.
 oNext           Reference to next TreeItem object.
 oTree           Reference to a contained tree object.
 lOpened         If the contained tree object is opened or not.
 nLevel          Ident level of the item.
 hBmpOpen        Handle of the bitmap for opened state.
 hBmpClose       Handle of the bitmap for closed state.

 METHODs
--------------------------------------------------------------------------------
 New             Constructor from source code
 End             Ends control and make it disappear
 Add             Adds a new following item.
 Close           Closes the the treeitem.
 ColSizes        Returns an array with colsizes to use for painting the browse row.
 Delete          Deletes treeitem.
 Draw            Draws the item.
 GetLabel        Retrieves the treeitem label.
 GetNext         Retrieves the next treeitem.
 GetPrev         Retrieves the previus treeitem.
 GetText         Retrieves the treeitem prompt.
 Open            Opens the optional tree contained by the TreeItem.
 SetNext         Set a new value for the next treeitem.
 SetText         Set a new prompt for the current treeitem.
 Skip            Goes to the next treeitem.
 Toggle          Change the treeitem status if it's open closes it, else opens it.


See Also: Class TLinkList

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