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

the list widget.

items

the items to remove.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]