Has ComboBox ctrl in Tkinter?

Cameron Laird claird at lairds.us
Wed May 25 16:08:05 EDT 2005


In article <mailman.78.1117005973.18027.python-list at python.org>,
Fredrik Lundh <fredrik at pythonware.com> wrote:
>"ÒÊÃÉɽÈË" <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> 
>
>
>

There are also several pure-Tk implementations <URL:
http://wiki.tcl.tk/combobox >, including Bryan Oakley's
popular one, all of which can be used directly from 
Tkinter.



More information about the Python-list mailing list