Searched refs:Spinbox (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_editmenu.py | 25 cls.spin = tk.Spinbox(root)
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 21 Spinbox, Combobox) 1591 indent_chooser: Spinbox > indent_spaces 1660 self.indent_chooser = Spinbox(
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 1125 IDENTIFY_AS = 'Spinbox.field' if sys.platform == 'darwin' else 'textarea' 1133 return ttk.Spinbox(self.root, **kwargs) 1285 spin2 = ttk.Spinbox(self.root, values=[1, 2, ''])
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 22 "Separator", "Sizegrip", "Spinbox", "Style", "Treeview", 1123 class Spinbox(Entry): class 1124 """Ttk Spinbox is an Entry with increment and decrement arrows 1131 """Construct a Ttk Spinbox widget with the parent master. 1146 """Sets the value of the Spinbox to value."""
|
H A D | __init__.py | 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox 4225 class Spinbox(Widget, XView): class
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 454 return tkinter.Spinbox(self.root, **kwargs)
|
Completed in 18 milliseconds