gtkListAppendItems {RGtk2}R Documentation

gtkListAppendItems

Description

Adds items to the end of the list. WARNING: gtk_list_append_items is deprecated and should not be used in newly-written code.

Usage

gtkListAppendItems(object, items)

Arguments

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]