gtkTreePathUp {RGtk2}R Documentation

gtkTreePathUp

Description

Moves the path to point to its parent node, if it has a parent.

Usage

gtkTreePathUp(object)

Arguments

object [GtkTreePath] A GtkTreePath.

Value

[logical] TRUE if path has a parent, and the move was made.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]