gtkCListRemove {RGtk2}R Documentation

gtkCListRemove

Description

Removes the specified row from the CList. WARNING: gtk_clist_remove is deprecated and should not be used in newly-written code.

Usage

gtkCListRemove(object, row)

Arguments

object [GtkCList] The GtkCList to affect.
row [integer] The row to remove.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]