dgui ~master (2015-01-31T19:15:37Z)
Dub
Repo
TreeView.addNode
dgui
treeview
TreeView
Undocumented in source. Be warned that the author may not have intended to support it.
TreeNode
addNode
(string txt, int imgIndex, int selImgIndex, NodeInsertMode nim)
class
TreeView
final
TreeNode
addNode
(
string
txt
,
int
imgIndex
= -1
,
int
selImgIndex
= -1
,
NodeInsertMode
nim
=
NodeInsertMode.tail
)
TreeNode
addNode
(string txt, int imgIndex, NodeInsertMode nim)
TreeNode
addNode
(string txt, NodeInsertMode nim)
Meta
Source
See Implementation
dgui
treeview
TreeView
functions
addNode
clear
collapse
createControlParams
expand
onHandleCreated
onReflectedMessage
onSelectedNodeChanged
onSelectedNodeChanging
onTreeNodeCollapsed
onTreeNodeExpanded
onTreeNodeExpanding
removeNode
properties
imageList
nodes
selectedNode
static functions
createTreeNode
removeTreeNode
variables
selectedNodeChanged
selectedNodeChanging
treeNodeCollapsed
treeNodeExpanded
treeNodeExpanding