GtkComboBox
Details
GtkComboBox
typedef struct {
GtkHBox hbox;
GtkComboBoxPrivate *priv;
} GtkComboBox;
gtk_combo_box_construct ()
void gtk_combo_box_construct (GtkComboBox *combo_box,
GtkWidget *display_widget,
GtkWidget *optional_pop_down_widget);
gtk_combo_box_new ()
GtkWidget* gtk_combo_box_new (GtkWidget *display_widget,
GtkWidget *optional_pop_down_widget);
gtk_combo_box_popup_hide ()
void gtk_combo_box_popup_hide (GtkComboBox *combo_box);
gtk_combo_box_set_display ()
void gtk_combo_box_set_display (GtkComboBox *combo_box,
GtkWidget *display_widget);
gtk_combo_box_set_arrow_relief ()
void gtk_combo_box_set_arrow_relief (GtkComboBox *cc,
GtkReliefStyle relief);
gtk_combo_box_set_title ()
void gtk_combo_box_set_title (GtkComboBox *combo,
const gchar *title);
gtk_combo_box_set_arrow_sensitive ()
void gtk_combo_box_set_arrow_sensitive
(GtkComboBox *combo,
gboolean sensitive);