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.

More...
class ComboBox
static
newWithEntry
()

Return Value

Type: gtk.combo_box.ComboBox

Detailed Description

Deprecated: Use gtk.drop_down.DropDown