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

the list widget.

items

the items.

position

the position to insert items, starting at 0.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]