Go to the source code of this file.
|
GDK_AVAILABLE_IN_ALL GType | gtk_combo_box_get_type (void) G_GNUC_CONST |
|
GtkWidget * | gtk_combo_box_new (void) |
|
GtkWidget * | gtk_combo_box_new_with_entry (void) |
|
GtkWidget * | gtk_combo_box_new_with_model (GtkTreeModel *model) |
|
GtkWidget * | gtk_combo_box_new_with_model_and_entry (GtkTreeModel *model) |
|
int | gtk_combo_box_get_active (GtkComboBox *combo_box) |
|
void | gtk_combo_box_set_active (GtkComboBox *combo_box, int index_) |
|
gboolean | gtk_combo_box_get_active_iter (GtkComboBox *combo_box, GtkTreeIter *iter) |
|
void | gtk_combo_box_set_active_iter (GtkComboBox *combo_box, GtkTreeIter *iter) |
|
void | gtk_combo_box_set_model (GtkComboBox *combo_box, GtkTreeModel *model) |
|
GtkTreeModel * | gtk_combo_box_get_model (GtkComboBox *combo_box) |
|
GtkTreeViewRowSeparatorFunc | gtk_combo_box_get_row_separator_func (GtkComboBox *combo_box) |
|
void | gtk_combo_box_set_row_separator_func (GtkComboBox *combo_box, GtkTreeViewRowSeparatorFunc func, gpointer data, GDestroyNotify destroy) |
|
void | gtk_combo_box_set_button_sensitivity (GtkComboBox *combo_box, GtkSensitivityType sensitivity) |
|
GtkSensitivityType | gtk_combo_box_get_button_sensitivity (GtkComboBox *combo_box) |
|
gboolean | gtk_combo_box_get_has_entry (GtkComboBox *combo_box) |
|
void | gtk_combo_box_set_entry_text_column (GtkComboBox *combo_box, int text_column) |
|
int | gtk_combo_box_get_entry_text_column (GtkComboBox *combo_box) |
|
void | gtk_combo_box_set_popup_fixed_width (GtkComboBox *combo_box, gboolean fixed) |
|
gboolean | gtk_combo_box_get_popup_fixed_width (GtkComboBox *combo_box) |
|
void | gtk_combo_box_popup (GtkComboBox *combo_box) |
|
void | gtk_combo_box_popup_for_device (GtkComboBox *combo_box, GdkDevice *device) |
|
void | gtk_combo_box_popdown (GtkComboBox *combo_box) |
|
int | gtk_combo_box_get_id_column (GtkComboBox *combo_box) |
|
void | gtk_combo_box_set_id_column (GtkComboBox *combo_box, int id_column) |
|
const char * | gtk_combo_box_get_active_id (GtkComboBox *combo_box) |
|
gboolean | gtk_combo_box_set_active_id (GtkComboBox *combo_box, const char *active_id) |
|
void | gtk_combo_box_set_child (GtkComboBox *combo_box, GtkWidget *child) |
|
GtkWidget * | gtk_combo_box_get_child (GtkComboBox *combo_box) |
|
◆ GTK_COMBO_BOX
◆ GTK_COMBO_BOX_CLASS
◆ GTK_COMBO_BOX_GET_CLASS
◆ GTK_IS_COMBO_BOX
◆ GTK_IS_COMBO_BOX_CLASS
◆ GTK_TYPE_COMBO_BOX
◆ GtkComboBox
◆ GtkComboBoxClass
◆ gtk_combo_box_get_active()
int gtk_combo_box_get_active |
( |
GtkComboBox * | combo_box | ) |
|
◆ gtk_combo_box_get_active_id()
const char * gtk_combo_box_get_active_id |
( |
GtkComboBox * | combo_box | ) |
|
◆ gtk_combo_box_get_active_iter()
◆ gtk_combo_box_get_button_sensitivity()
◆ gtk_combo_box_get_child()
◆ gtk_combo_box_get_entry_text_column()
int gtk_combo_box_get_entry_text_column |
( |
GtkComboBox * | combo_box | ) |
|
◆ gtk_combo_box_get_has_entry()
◆ gtk_combo_box_get_id_column()
int gtk_combo_box_get_id_column |
( |
GtkComboBox * | combo_box | ) |
|
◆ gtk_combo_box_get_model()
◆ gtk_combo_box_get_popup_fixed_width()
◆ gtk_combo_box_get_row_separator_func()
◆ gtk_combo_box_get_type()
◆ gtk_combo_box_new()
◆ gtk_combo_box_new_with_entry()
GtkWidget * gtk_combo_box_new_with_entry |
( |
void | | ) |
|
◆ gtk_combo_box_new_with_model()
◆ gtk_combo_box_new_with_model_and_entry()
◆ gtk_combo_box_popdown()
◆ gtk_combo_box_popup()
◆ gtk_combo_box_popup_for_device()
◆ gtk_combo_box_set_active()
void gtk_combo_box_set_active |
( |
GtkComboBox * | combo_box, |
|
|
int | index_ ) |
◆ gtk_combo_box_set_active_id()
◆ gtk_combo_box_set_active_iter()
◆ gtk_combo_box_set_button_sensitivity()
◆ gtk_combo_box_set_child()
◆ gtk_combo_box_set_entry_text_column()
void gtk_combo_box_set_entry_text_column |
( |
GtkComboBox * | combo_box, |
|
|
int | text_column ) |
◆ gtk_combo_box_set_id_column()
void gtk_combo_box_set_id_column |
( |
GtkComboBox * | combo_box, |
|
|
int | id_column ) |
◆ gtk_combo_box_set_model()
◆ gtk_combo_box_set_popup_fixed_width()
◆ gtk_combo_box_set_row_separator_func()