gtkListInsertItems {RGtk2}R Documentation

gtkListInsertItems

Description

Inserts items into the list at the position position. WARNING: gtk_list_insert_items is deprecated and should not be used in newly-written code.

Usage

gtkListInsertItems(object, items, position)

Arguments

object [GtkList] the list widget.
items [list] the items.
position [integer] the position to insert items, starting at 0.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]