Next: Managing single trees, Previous: Callbacks management, Up: The AppTree
Add TREENAME to the App Tree Structure.
Initially:
- Both active and visible flag are set to 1.
- There are not nodetypes.
- There are not nodes.
Delete all information of TREENAME from the App Tree Structure.
Return the name of the tree that follows TREENAME.
This emulates a loop list.
Return the name of the tree wich TREENAME follow.
Return the value of the active flag of TREENAME.
Set VALUE as the new active flag for TREENAME.
Return the value of the visible flag of TREENAME.
Set VALUE as the new visible flag for TREENAME.
Set NODETYPES as the new TREENAMEs nodetypes structure.
Set NODES as the new TREENAMEs nodes structure.
Return the structure of NODETYPE from TREENAME.
Set NNT as the struct of NODETYPE on TREENAME.
Return the image associated with a nodetype on the current tree.
Set IMAGE as the new image for NODETYPE on TREENAME.
Return the text prefix associated with NODETYPE on TREENAME.
Set TEXT as the text prefix associated with NODETYPE on TREENAME.
Return the nodetype parent associated with NODETYPE on TREENAME.
Set PARENT as the nodetype parent associated with NODETYPE on TREENAME.
Return the preferred order associated with NODETYPE on TREENAME.
Set ORDER as the new order associated with NODETYPE on TREENAME.
Return the actions structure associated with NODETYPE on TREENAME.
Set ACTIONS as the associated structure with NODETYPE on TREENAME.
Return the primary action of NODETYPE on TREENAME.
Set ACTION as the primary action of NODETYPE on TREENAME.
Return the secondary action of NODETYPE on TREENAME.
Set ACTION as the secondary action of NODETYPE on TREENAME.
Return the context menu structure associated with NODETYPE on TREENAME.
Set MENU as the menu context structure associated with NODETYPE on TREENAME.
Set ENTRY as the INDEXth entry on the context menu associated with NODETYPE, on TREENAME.
Remove the INDEXth entry from the context menu associated with NODETYPE, on TREENAME.
Return the structure of NODENAME on TREENAME.
Set NODE as the new structure of NODENAME on TREENAME.
Return the type associated with NODENAME on TREENAME.
Set NODETYPE as the type associated with NODENAME on TREENAME.
Return the flags structure associated with NODENAME on TREENAME.
Set FLAGS as the flags structure for NODENAME on TREENAME.
Return the value of the active flag of NODENAME on TREENAME.
Set VALUE as the value of the active flag of NODENAME on TREENAME.
Return the value of the visible flag of NODENAME on TREENAME.
Set VALUE as the visible flag associated with NODENAME on TREENAME.
Return the nodename of the parent of NODENAME, on TREENAME.
Set PARENT as the new parent for NODENAME on TREENAME.