index
gtk-- homepage



Description:
Gtk_Combo

#include <gtk--/combo.h>
Base classes: Gtk_HBox



Properties:

NameTypeGetSetDescription
entry Gtk_Widget*      
button Gtk_Widget*      
popup Gtk_Widget*      
popwin Gtk_Widget*      
list Gtk_Widget*      
entry_change_id guint      
list_change_id guint      
value_in_list guint:1      
ok_if_empty guint:1      
case_sensitive guint:1      
use_arrows guint:1      
use_arrows_always guint:1      
current_button guint16      
activate_id guint    



Public member index:


Gtk_Combo();
Gtk_Combo(GtkCombo *castitem);
void set_value_in_list(bool val,bool ok_if_empty);
whether the text in the entry must be or not be in the list

void set_use_arrows(bool val);
set/unset arrows working for changing the value (can be annoying

void set_use_arrows_always(bool val);
up/down arrows change value if current value not in list

void set_case_sensitive(bool val);
perform case-sensitive compares

void set_item_string(Gtk_Item *item,const _gtk_string &item_value);
void set_popdown_strings(GList *strings);
void set_popdown_strings(const G_List_string &strings);
void disable_activate();
Gtk_Entry *get_entry();
Gtk_Button *get_button();
Gtk_ScrolledWindow *get_popup();
Gtk_Window *get_popwin();
Gtk_List *get_list();
const Gtk_Entry *get_entry()const;
const Gtk_Button *get_button()const;
const Gtk_ScrolledWindow *get_popup()const;
const Gtk_Window *get_popwin()const;
const Gtk_List *get_list()const;
GtkCombo *gtkobj();
const GtkCombo *gtkobj()const;
static bool isGtkCombo(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
Private member index:


GtkType get_type();

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)