ComboBox.with_entry
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public ComboBox.with_entry ()
public ComboBox.with_entry ()
Creates a new empty `GtkComboBox` with an entry.
Note:
Use [class@Gtk.DropDown]
In order to use a combo box with entry, you need to tell it which column of the model contains the text for the entry by calling [ method@Gtk.ComboBox.set_entry_text_column].
Returns:
A new `GtkComboBox` |