gtkTreeModelGetIterFromString: gtkTreeModelGetIterFromString

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Sets iter to a valid iterator pointing to path.string, if it exists. Otherwise, iter is left invalid and FALSE is returned.

Usage

1
gtkTreeModelGetIterFromString(object, path.string)

Arguments

object

A GtkTreeModel.

path.string

A string representation of a GtkTreePath.

Value

A list containing the following elements:

retval

[logical] TRUE, if iter was set.

iter

An uninitialized GtkTreeIter.

Author(s)

Derived by RGtkGen from GTK+ documentation


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