go
Node.parent
glib
Node
Node
points to the parent of the
glib.Node
, or is
NULL
if the
glib.Node
is the root of the tree.
Node
parent
[@property getter]
Node
parent
[@property setter]
class
Node
@
property
void
parent
(
Node
value
)
glib
Node
Node
constructors
this
functions
childIndex
childPosition
childrenForeach
copy
copyDeep
depth
destroy
find
findChild
firstSibling
getNodeStruct
getRoot
getStruct
insert
insertAfter
insertBefore
isAncestor
lastChild
lastSibling
maxHeight
nChildren
nNodes
nthChild
prepend
reverseChildren
traverse
unlink
properties
children
data
next
parent
prev
variables
gNode
points to the parent of the glib.Node, or is NULL if the glib.Node is the root of the tree.