Combobox and Entry ------------------ .. |con| image:: ../images/lime/combo-n.png :width: 23 :height: 25 .. |cod| image:: ../images/lime/combo-d.png :width: 23 :height: 25 .. |en| image:: ../images/lime/entry-n.png :width: 26 :height: 25 .. |ei| image:: ../images/lime/entry-i.png :width: 26 :height: 25 .. |ed| image:: ../images/lime/entry-d.png :width: 26 :height: 25 .. table:: Lime Combo and Entry ============== ============== ============== ============== ============== Normal Normal Disabled Disabled Invalid Entry Combo Entry Combo Entry |en| |con| |ed| |cod| |ei| ============== ============== ============== ============== ============== In the end combobox looked out of place with its plain down arrow. The down arrow can be reused and entry based on the combobox before it is cropped. .. container:: toggle .. container:: header *Show/Hide Code* 10combo_entry.py .. literalinclude:: ../examples/10combo_entry.py .. container:: toggle .. container:: header *Show/Hide Code* 10lime_combobox.py .. literalinclude:: ../examples/10lime_combobox.py .. container:: toggle .. container:: header *Show/Hide Code* 10lime_entry.py .. literalinclude:: ../examples/10lime_entry.py