| gtkListStoreRemove {RGtk2} | R Documentation |
Removes the given row from the list store. After being removed,
iter is set to be the next valid row, or invalidated if it pointed
to the last row in list.store.
gtkListStoreRemove(object, iter)
|
[GtkListStore] A GtkListStore |
|
[GtkTreeIter] A valid GtkTreeIter |
[logical] TRUE if iter is valid, FALSE if not.
Derived by RGtkGen from GTK+ documentation