ComboBoxEntry.this

Creates a new GtkComboBoxEntry which has a GtkEntry as child. After construction, you should set a model using gtk_combo_box_set_model() and a text_column * using gtk_combo_box_entry_set_text_column(). Since 2.4

Return Value

A new GtkComboBoxEntry.

Throws

ConstructionException GTK+ fails to create the object.

Meta