Searched refs:Combobox (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 21 Spinbox, Combobox) 1665 self.indent_chooser = Combobox(
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 432 IDENTIFY_AS = 'Combobox.button' if sys.platform == 'darwin' else 'textarea' 439 return ttk.Combobox(self.root, **kwargs) 541 combo2 = ttk.Combobox(self.root, values=[1, 2, ''])
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label", 661 class Combobox(Entry): class 662 """Ttk Combobox widget combines a text field with a pop-down list of 666 """Construct a Ttk Combobox widget with the parent master.
|
Completed in 8 milliseconds