Documentation
Dlang.org
TreePath.appendIndex
gtk
tree_path
TreePath
Appends a new index to a path.
As a result, the depth of the path is increased.
class
TreePath
void
appendIndex
(
int
index
)
Parameters
index
int
the index
gtk
tree_path
TreePath
constructors
this
functions
appendIndex
compare
copy
down
getDepth
getIndices
isAncestor
isDescendant
next
prependIndex
prev
toString_
up
static functions
newFirst
newFromIndices
newFromString
Appends a new index to a path.
As a result, the depth of the path is increased.