gtkListRemoveItems {RGtk2}R Documentation

gtkListRemoveItems

Description

Removes the items from the list. WARNING: gtk_list_remove_items is deprecated and should not be used in newly-written code.

Usage

gtkListRemoveItems(object, items)

Arguments

object [GtkList] the list widget.
items [list] the items to remove.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]