gtkTreeStoreIterIsValid {RGtk2} | R Documentation |
WARNING: This function is slow. Only use it for debugging and/or testing purposes.
gtkTreeStoreIterIsValid(object, iter)
|
[GtkTreeStore ] A GtkTreeStore . |
|
[GtkTreeIter ] A GtkTreeIter . |
Checks if the given iter is a valid iter for this GtkTreeStore
.
Since 2.2
[logical] TRUE
if the iter is valid, FALSE
if the iter is invalid.
Derived by RGtkGen from GTK+ documentation