gtkTreeModelSortIterIsValid {RGtk2}R Documentation

gtkTreeModelSortIterIsValid

Description

WARNING: This function is slow. Only use it for debugging and/or testing purposes.

Usage

gtkTreeModelSortIterIsValid(object, iter)

Arguments

object [GtkTreeModelSort] A GtkTreeModelSort.
iter [GtkTreeIter] A GtkTreeIter.

Details

Checks if the given iter is a valid iter for this GtkTreeModelSort.

Since 2.2

Value

[logical] TRUE if the iter is valid, FALSE if the iter is invalid.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]