TGListTree and TGListTreeItem A list tree is a widget that can contain a number of items arranged in a tree structure. The items are represented by small folder icons that can be either open or closed. The TGListTree is user callable. The TGListTreeItem is a service class of the list tree. A list tree can generate the following events: kC_LISTTREE, kCT_ITEMCLICK, which button, location (y<<16|x). kC_LISTTREE, kCT_ITEMDBLCLICK, which button, location (y<<16|x).
| TGListTreeItem& | operator=(const TGListTreeItem&) | 
| TGClient* | fClient | pointer to TGClient | 
| Int_t | fDNDState | EDNDFlags | 
| TGListTreeItem* | fFirstchild | pointer to first child item | 
| UInt_t | fHeight | item height | 
| TGListTreeItem* | fLastchild | pointer to last child item | 
| TGListTreeItem* | fNextsibling | pointer to next sibling | 
| Bool_t | fOpen | true if item is open | 
| TGListTreeItem* | fParent | pointer to parent | 
| TGListTreeItem* | fPrevsibling | pointer to previous sibling | 
| Int_t | fXtext | x position of item text | 
| Int_t | fY | y position of item | 
| Int_t | fYtext | y position of item text | 

Allow handling by the items themselves ... NOT USED in TGListTree yet !!!!
{ return kFALSE; }