gtkListStoreIterIsValid {RGtk2} | R Documentation |
WARNING:
gtkListStoreIterIsValid(object, iter)
|
[GtkListStore ] A GtkListStore . |
|
[GtkTreeIter ] A GtkTreeIter . |
Checks if the given iter is a valid iter for this GtkListStore
.
Since 2.2
[logical] TRUE
if the iter is valid, FALSE
if the iter is invalid.
Derived by RGtkGen from GTK+ documentation