gtkTreePathCompare: gtkTreePathCompare

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Compares two paths. If a appears before b in a tree, then -1 is returned. If b appears before a, then 1 is returned. If the two nodes are equal, then 0 is returned.

Usage

1
gtkTreePathCompare(object, b)

Arguments

object

A GtkTreePath.

b

A GtkTreePath to compare with.

Value

[integer] The relative positions of a and b

Author(s)

Derived by RGtkGen from GTK+ documentation


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