wxTreeCtrl
Description
See external documentation: wxTreeCtrl.
Note: The representation of treeItemId() have changed from the original class implementation to be an semi-opaque type,Equality between TreeItemId's can be tested and zero means that the TreeItem is invalid.
DATA TYPES
new(Parent) -> wxTreeCtrl()
Types
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxTreeCtrl()
Types
Equivalent to addRoot(This, Text, []).
Types
Equivalent to appendItem(This, Parent, Text, []).
Types
Equivalent to create(This, Parent, []).
Types
Types
editLabel(This, Item) -> wxTextCtrl:wxTextCtrl()
Types
Equivalent to getBoundingRect(This, Item, []).
Types
Equivalent to getChildrenCount(This, Item, []).
Types
getEditControl(This) -> wxTextCtrl:wxTextCtrl()
Types
Types
Types
getImageList(This) -> wxImageList:wxImageList()
Types
Types
getItemBackgroundColour(This, Item) -> wx:wx_colour4()
getItemFont(This, Item) -> wxFont:wxFont()
See external documentation.
Which = ?wxTreeItemIcon_Normal | ?wxTreeItemIcon_Selected | ?wxTreeItemIcon_Expanded | ?wxTreeItemIcon_SelectedExpanded | ?wxTreeItemIcon_Max
getItemText(This, Item) -> unicode:charlist()
getItemTextColour(This, Item) -> wx:wx_colour4()
Types
Types
getStateImageList(This) -> wxImageList:wxImageList()
Types
Types
Equivalent to insertItem(This, Parent, Pos, Text, []).
Types
Types
Equivalent to prependItem(This, Parent, Text, []).
Types
Equivalent to setItemBold(This, Item, []).
Equivalent to setItemDropHighlight(This, Item, []).
Equivalent to setItemHasChildren(This, Item, []).
See external documentation.
Which = ?wxTreeItemIcon_Normal | ?wxTreeItemIcon_Selected | ?wxTreeItemIcon_Expanded | ?wxTreeItemIcon_SelectedExpanded | ?wxTreeItemIcon_Max