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