Warning
THE COMBOBOX IS BROKEN AND DEPRECATED, DO NOT USE IN ANY CASE !!
The behaviour and the API of the Combobox will change in future release.
If you are already using this we really encourage you to switch to other widgets.
We are really sorry about this breakage, but there is nothing we can do to avoid this :(
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
Warning
THE COMBOBOX WIDGET IS BROKEN AND DEPRECATED, DO NOT USE IN ANY CASE !!
The behaviour and the API of the Combobox will change in future release.
If you are already using this we really encourage you to switch to other widgets.
We are really sorry about this breakage, but there is nothing we can do to avoid this :(
New in version 1.17.
Changed in version 1.18: The combobox widget has been deprecated. Don’t use it in ANY case.
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