| gtkComboBoxPrependText {RGtk2} | R Documentation |
Prepends string to the list of strings stored in combo.box. Note that
you can only use this function with combo boxes constructed with
gtkComboBoxNewText.
gtkComboBoxPrependText(object, text)
|
[GtkComboBox] A GtkComboBox constructed with gtkComboBoxNewText |
|
[character] A string |
Since 2.4
Derived by RGtkGen from GTK+ documentation