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

The GtkCList to affect.

row

The row to remove.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]