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