In article <[EMAIL PROTECTED]>, Fredrik Lundh <[EMAIL PROTECTED]> wrote: >"ÒÊÃÉɽÈË" <[EMAIL PROTECTED]> 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.
-- http://mail.python.org/mailman/listinfo/python-list