Has ComboBox ctrl in Tkinter?

Fredrik Lundh fredrik at pythonware.com
Wed May 25 03:23:37 EDT 2005


"ÒÊÃÉɽÈË" <dreamingpython at 163.com> wrote:

>i have not find the ComboBox in Tkinter,has it? where to get the doc about
> how to use combobox ctrl?

the Tix add-on contains a combobox:

    http://docs.python.org/lib/node727.html

see

    http://docs.python.org/lib/node725.html

for some information on how to check for a working Tix install.

if you cannot get Tix to work (or don't want to use it), there's a combobox in
the bwidgets package as well:

    http://tkinter.unpythonic.net/bwidget/

</F> 






More information about the Python-list mailing list