import "glib/glib" import "gdk/gdk" import "gtkobject" import "gtkwidget" import "gtktreemodel" import "gtktreeview" import "gtkcombobox" public [name="c"] struct GtkComboBoxEntry : local GtkComboBox; end struct GtkComboBoxEntryClass : local GtkComboBoxClass; end import func gtk_combo_box_entry_get_type: GtkType import func gtk_combo_box_entry_new: GtkWidget import func gtk_combo_box_entry_new_with_model (GtkTreeModel, gint): GtkWidget import func gtk_combo_box_entry_set_text_column (GtkComboBoxEntry, gint) import func gtk_combo_box_entry_get_text_column (GtkComboBoxEntry): gint import func gtk_combo_box_entry_new_text: GtkWidget end