|
Ardour
9.0-pre0-1950-g391fe97693
|
Go to the source code of this file.
Classes | |
| struct | _GtkComboBoxEntry |
| struct | _GtkComboBoxEntryClass |
Macros | |
| #define | GTK_TYPE_COMBO_BOX_ENTRY (gtk_combo_box_entry_get_type ()) |
| #define | GTK_COMBO_BOX_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COMBO_BOX_ENTRY, GtkComboBoxEntry)) |
| #define | GTK_COMBO_BOX_ENTRY_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), GTK_TYPE_COMBO_BOX_ENTRY, GtkComboBoxEntryClass)) |
| #define | GTK_IS_COMBO_BOX_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COMBO_BOX_ENTRY)) |
| #define | GTK_IS_COMBO_BOX_ENTRY_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), GTK_TYPE_COMBO_BOX_ENTRY)) |
| #define | GTK_COMBO_BOX_ENTRY_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), GTK_TYPE_COMBO_BOX_ENTRY, GtkComboBoxEntryClass)) |
Typedefs | |
| typedef struct _GtkComboBoxEntry | GtkComboBoxEntry |
| typedef struct _GtkComboBoxEntryClass | GtkComboBoxEntryClass |
| typedef struct _GtkComboBoxEntryPrivate | GtkComboBoxEntryPrivate |
Functions | |
| GType | gtk_combo_box_entry_get_type (void) G_GNUC_CONST |
| GtkWidget * | gtk_combo_box_entry_new (void) |
| GtkWidget * | gtk_combo_box_entry_new_with_model (GtkTreeModel *model, gint text_column) |
| void | gtk_combo_box_entry_set_text_column (GtkComboBoxEntry *entry_box, gint text_column) |
| gint | gtk_combo_box_entry_get_text_column (GtkComboBoxEntry *entry_box) |
| GtkWidget * | gtk_combo_box_entry_new_text (void) |
| #define GTK_COMBO_BOX_ENTRY | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COMBO_BOX_ENTRY, GtkComboBoxEntry)) |
Definition at line 35 of file gtkcomboboxentry.h.
| #define GTK_COMBO_BOX_ENTRY_CLASS | ( | vtable | ) | (G_TYPE_CHECK_CLASS_CAST ((vtable), GTK_TYPE_COMBO_BOX_ENTRY, GtkComboBoxEntryClass)) |
Definition at line 36 of file gtkcomboboxentry.h.
| #define GTK_COMBO_BOX_ENTRY_GET_CLASS | ( | inst | ) | (G_TYPE_INSTANCE_GET_CLASS ((inst), GTK_TYPE_COMBO_BOX_ENTRY, GtkComboBoxEntryClass)) |
Definition at line 39 of file gtkcomboboxentry.h.
| #define GTK_IS_COMBO_BOX_ENTRY | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COMBO_BOX_ENTRY)) |
Definition at line 37 of file gtkcomboboxentry.h.
| #define GTK_IS_COMBO_BOX_ENTRY_CLASS | ( | vtable | ) | (G_TYPE_CHECK_CLASS_TYPE ((vtable), GTK_TYPE_COMBO_BOX_ENTRY)) |
Definition at line 38 of file gtkcomboboxentry.h.
| #define GTK_TYPE_COMBO_BOX_ENTRY (gtk_combo_box_entry_get_type ()) |
Definition at line 34 of file gtkcomboboxentry.h.
| typedef struct _GtkComboBoxEntry GtkComboBoxEntry |
Definition at line 30 of file gtkcomboboxentry.h.
| typedef struct _GtkComboBoxEntryClass GtkComboBoxEntryClass |
Definition at line 30 of file gtkcomboboxentry.h.
| typedef struct _GtkComboBoxEntryPrivate GtkComboBoxEntryPrivate |
Definition at line 30 of file gtkcomboboxentry.h.
| gint gtk_combo_box_entry_get_text_column | ( | GtkComboBoxEntry * | entry_box | ) |
| GType gtk_combo_box_entry_get_type | ( | void | ) |
| GtkWidget* gtk_combo_box_entry_new | ( | void | ) |
| GtkWidget* gtk_combo_box_entry_new_text | ( | void | ) |
| GtkWidget* gtk_combo_box_entry_new_with_model | ( | GtkTreeModel * | model, |
| gint | text_column | ||
| ) |
| void gtk_combo_box_entry_set_text_column | ( | GtkComboBoxEntry * | entry_box, |
| gint | text_column | ||
| ) |