gtkComboSetPopdownStrings {RGtk}R Documentation

Interface to Gtk routine.

Description

This is an interface to the gtk_combo_set_popdown_strings routine in the Gtk library.

Usage

gtkComboSetPopdownStrings(combo, strings, .flush = TRUE)

Arguments

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.

Value

NULL.

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

Information on the package is available from http://www.omegahat.org/RGtk.

Information on Gtk is available from http://www.gtk.org.

See Also

gtkComboNew

Examples



[Package Contents]