ComboBox.newWithEntry
gtk.combo_box.ComboBox newWithEntry()Creates a new empty [gtk.combo_box.ComboBox] with an entry.
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 [gtk.combo_box.ComboBox.setEntryTextColumn].
Returns
A new [gtk.combo_box.ComboBox]
Deprecated
Use [gtk.drop_down.DropDown]