| gtkTreeStoreRemove {RGtk2} | R Documentation |
Removes iter from tree.store. After being removed, iter is set to the
next valid row at that level, or invalidated if it previously pointed to the
last one.
gtkTreeStoreRemove(object, iter)
|
[GtkTreeStore] A GtkTreeStore |
|
[GtkTreeIter] A valid GtkTreeIter |
[logical] TRUE if iter is still valid, FALSE if not.
Derived by RGtkGen from GTK+ documentation