Searching for a ComboBox for Tkinter?

Raseliarison nirinA nirina at mail.blueline.mg
Sun Mar 13 17:06:02 EST 2005


"Harlin Seritt" wrote:

> I've created a ghetto-ized ComboBox that should work nicely for
> Tkinter
> (unfortunately no dropdown capabilities yet).
>

how about:

>>> import Tix
>>> print Tix.ComboBox.__doc__
ComboBox - an Entry field with a dropdown menu. The user can select a
    choice by either typing in the entry subwdget or selecting from
    the listbox subwidget.

    Subwidget       Class
    ---------       -----
    entry       Entry
    arrow       Button
    slistbox    ScrolledListBox
    tick        Button
    cross       Button : present if created with the fancy option

--
nirinA








More information about the Python-list mailing list