| gtkCListInsert {RGtk2} | R Documentation |
Adds a row of text to the CList at the specified position.
WARNING: gtk_clist_insert is deprecated and should not be used in newly-written code.
gtkCListInsert(object, row, text)
|
[GtkCList] The GtkCList to affect. |
|
[integer] The row where the text should be inserted. |
|
[character] An list of string to add. |
[integer] The number of the row added.
Derived by RGtkGen from GTK+ documentation