"ÒÊÃÉɽÈË" <[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>
-- http://mail.python.org/mailman/listinfo/python-list