index, gtk-- homepage
class Gtk_Combo
#include <gtk--/combo.h>
Base classes: Gtk_HBox
Public member index
Public member descriptions
set_value_in_list
void Gtk_Combo::set_value_in_list(bool val, bool ok_if_empty);
whether the text in the entry must be or not be in the list
set_use_arrows
void Gtk_Combo::set_use_arrows(bool val);
set/unset arrows working for changing the value (can be annoying
set_use_arrows_always
void Gtk_Combo::set_use_arrows_always(bool val);
up/down arrows change value if current value not in list
set_case_sensitive
void Gtk_Combo::set_case_sensitive(bool val);
perform case-sensitive compares
set_item_string
void Gtk_Combo::set_item_string(Gtk_Item* item, const string &item_value);
call this function on an item if it isn't a label or you
want it to have a different value to be displayed in the entry
set_popdown_strings
void Gtk_Combo::set_popdown_strings(GList *strings);
simple interface (quote from gtk/gtkcombo.h)
(pages generated by PERCEPS -script.)