gtkComboSetPopdownStrings {RGtk} | R Documentation |
This is an interface to the gtk_combo_set_popdown_strings
routine in the Gtk library.
gtkComboSetPopdownStrings(combo, strings, .flush = TRUE)
combo |
the GtkCombo object |
strings |
a character vector giving the strings to use for the popdown menu entries. |
.flush |
a logical value indicating whether to flush the Gtk event loop after the call. |
NULL
.
Duncan Temple Lang <duncan@research.bell-labs.com>
Information on the package is available from http://www.omegahat.org/RGtk.
Information on Gtk is available from http://www.gtk.org.