RGtk2 (version 2.20.31)

gtkListStoreRemove: gtkListStoreRemove

Description

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.

Usage

gtkListStoreRemove(object, iter)

Arguments

object
iter
A valid GtkTreeIter

Value

TRUE if iter is valid, FALSE if not.