Ardour  9.0-pre0-384-ga76afae0e9
gtkcomboboxentry.h File Reference
#include <gtk/gtkcombobox.h>
#include <gtk/gtktreemodel.h>
Include dependency graph for gtkcomboboxentry.h:
This graph shows which files directly or indirectly include this file:

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
 
GtkWidgetgtk_combo_box_entry_new (void)
 
GtkWidgetgtk_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)
 
GtkWidgetgtk_combo_box_entry_new_text (void)
 

Macro Definition Documentation

◆ GTK_COMBO_BOX_ENTRY

#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.

◆ GTK_COMBO_BOX_ENTRY_CLASS

#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.

◆ GTK_COMBO_BOX_ENTRY_GET_CLASS

#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.

◆ GTK_IS_COMBO_BOX_ENTRY

#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.

◆ GTK_IS_COMBO_BOX_ENTRY_CLASS

#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.

◆ GTK_TYPE_COMBO_BOX_ENTRY

#define GTK_TYPE_COMBO_BOX_ENTRY   (gtk_combo_box_entry_get_type ())

Definition at line 34 of file gtkcomboboxentry.h.

Typedef Documentation

◆ GtkComboBoxEntry

Definition at line 30 of file gtkcomboboxentry.h.

◆ GtkComboBoxEntryClass

Definition at line 30 of file gtkcomboboxentry.h.

◆ GtkComboBoxEntryPrivate

typedef struct _GtkComboBoxEntryPrivate GtkComboBoxEntryPrivate

Definition at line 30 of file gtkcomboboxentry.h.

Function Documentation

◆ gtk_combo_box_entry_get_text_column()

gint gtk_combo_box_entry_get_text_column ( GtkComboBoxEntry entry_box)

◆ gtk_combo_box_entry_get_type()

GType gtk_combo_box_entry_get_type ( void  )

◆ gtk_combo_box_entry_new()

GtkWidget* gtk_combo_box_entry_new ( void  )

◆ gtk_combo_box_entry_new_text()

GtkWidget* gtk_combo_box_entry_new_text ( void  )

◆ gtk_combo_box_entry_new_with_model()

GtkWidget* gtk_combo_box_entry_new_with_model ( GtkTreeModel model,
gint  text_column 
)

◆ gtk_combo_box_entry_set_text_column()

void gtk_combo_box_entry_set_text_column ( GtkComboBoxEntry entry_box,
gint  text_column 
)