GtkComboBox

Name

GtkComboBox -- 

Synopsis



            GtkComboBox;
void        gtk_combo_box_construct         (GtkComboBox *combo_box,
                                             GtkWidget *display_widget,
                                             GtkWidget *optional_pop_down_widget);
GtkWidget*  gtk_combo_box_new               (GtkWidget *display_widget,
                                             GtkWidget *optional_pop_down_widget);
void        gtk_combo_box_popup_hide        (GtkComboBox *combo_box);
void        gtk_combo_box_set_display       (GtkComboBox *combo_box,
                                             GtkWidget *display_widget);
void        gtk_combo_box_set_arrow_relief  (GtkComboBox *cc,
                                             GtkReliefStyle relief);
void        gtk_combo_box_set_title         (GtkComboBox *combo,
                                             const gchar *title);
void        gtk_combo_box_set_arrow_sensitive
                                            (GtkComboBox *combo,
                                             gboolean sensitive);

Description

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);

combo_box :

display_widget :

optional_pop_down_widget :


gtk_combo_box_new ()

GtkWidget*  gtk_combo_box_new               (GtkWidget *display_widget,
                                             GtkWidget *optional_pop_down_widget);

display_widget :

optional_pop_down_widget :

Returns :


gtk_combo_box_popup_hide ()

void        gtk_combo_box_popup_hide        (GtkComboBox *combo_box);

combo_box :


gtk_combo_box_set_display ()

void        gtk_combo_box_set_display       (GtkComboBox *combo_box,
                                             GtkWidget *display_widget);

combo_box :

display_widget :


gtk_combo_box_set_arrow_relief ()

void        gtk_combo_box_set_arrow_relief  (GtkComboBox *cc,
                                             GtkReliefStyle relief);

cc :

relief :


gtk_combo_box_set_title ()

void        gtk_combo_box_set_title         (GtkComboBox *combo,
                                             const gchar *title);

combo :

title :


gtk_combo_box_set_arrow_sensitive ()

void        gtk_combo_box_set_arrow_sensitive
                                            (GtkComboBox *combo,
                                             gboolean sensitive);

combo :

sensitive :