gtkTreePathUp: gtkTreePathUp

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1
gtkTreePathUp(object)

Arguments

object

A GtkTreePath.

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkTreePathUp in RGtk2...