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

the list widget.

items

the items.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]