This is a the classic combobox widget, it is the composition of a Button, an Entry, a Genlist and an Hover. Thus you can use all the functionality of the base classes on the Combobox itself.
Bases: efl.elementary.__init__.Object
The combobox button has been clicked
The combobox hover has been dismissed
The combobox hover has been expanded
Item filtering is done
An item has been pressed
An item has been selected
Returns whether the combobox is expanded or not.
| Type : | bool (readonly) |
|---|
This triggers the combobox popup from code, the same as if the user had clicked the button.
This dismisses the combobox popup as if the user had clicked outside the hover.
Bases: efl.elementary.__init__._Combobox, efl.elementary.__init__.Button, efl.elementary.__init__.Entry, efl.elementary.__init__.Genlist, efl.elementary.__init__.Hover
New in version 1.17.
Combobox(...)
param parent: The parent object type parent: efl.evas.Object param **kwargs: All the remaining keyword arguments are interpreted as properties of the instance