gtkListStoreRemove: gtkListStoreRemove

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1
gtkListStoreRemove(object, iter)

Arguments

object

A GtkListStore

iter

A valid GtkTreeIter

Value

[logical] TRUE if iter is valid, FALSE if not.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.