| gtkListInsertItems {RGtk2} | R Documentation |
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.
gtkListInsertItems(object, items, position)
|
[GtkList] the list widget. |
|
[list] the items. |
|
[integer] the position to insert items, starting at 0. |
Derived by RGtkGen from GTK+ documentation