Documentation
Dlang.org
TreePath.prependIndex
gtk
tree_path
TreePath
Prepends a new index to a path.
As a result, the depth of the path is increased.
class
TreePath
void
prependIndex
(
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
Prepends a new index to a path.
As a result, the depth of the path is increased.