• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:tree

14 A tree control presents information as a hierarchy, with items that may be expanded
15 to show further items. Items in a tree control are referenced by wxTreeItemId handles,
18 To intercept events from a tree control, use the event table macros described in \helpref{wxTreeEvent}{wxtreeevent}.
36 if you wish the user to be able to edit labels in the tree control.}
45 row of the tree control window. (This flag is ignored under Windows unless you
78 To process input from a tree control, use these event handler macros to direct input to member
116 library are known to have bugs with handling the tree control colours: the
135 Constructor, creating and showing a tree control.
163 Destructor, destroying the tree control.
171 Adds the root node to the tree, returning the new item.
276 Creates the tree control. See \helpref{wxTreeCtrl::wxTreeCtrl}{wxtreectrlconstr} for further details.
360 Expands all items in the tree.
383 example, the x coordinate may be negative if the tree has a horizontal
440 Returns an invalid tree item (i.e. IsOk() returns {\tt false}) if there are no further children.
472 Returns the current tree control indentation.
486 Returns the tree item data associated with the item.
505 tree->GetItemData(item)->GetData().}
553 Returns the last child of the item (or an invalid tree item if this item has no children).
574 Returns an invalid tree item if there are no further children.
593 Returns an invalid tree item if there are no further siblings.
620 Returns an invalid tree item if there are no further children.
650 Returns the root item for the tree control.
675 Fills the array of tree items passed in with the currently selected items. This
698 Calculates which (if any) item is under the given point, returning the tree item
711 \twocolitem{wxTREE\_HITTEST\_ONITEMSTATEICON}{On the state icon for a tree view item that is in a user-defined state.}
793 items in the tree control. The function should return a negative, zero or
857 Sets the indentation for the tree control.
906 tree->GetItemData(item)->SetData(data).}
915 useful if something is dragged from the outside onto the tree control
916 (as opposed to a DnD operation within the tree control, which already
923 Sets the item's font. All items in the tree should have the same height to avoid
999 Sets the mode flags associated with the display of the tree control.
1064 An opaque reference to a tree item.
1095 Returns \true if this instance is referencing a valid tree item.