Home
last modified time | relevance | path

Searched refs:Spinbox (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_editmenu.py25 cls.spin = tk.Spinbox(root)
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py21 Spinbox, Combobox)
1591 indent_chooser: Spinbox > indent_spaces
1660 self.indent_chooser = Spinbox(
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py1125 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 Dttk.py22 "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__.py6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
4225 class Spinbox(Widget, XView): class
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py454 return tkinter.Spinbox(self.root, **kwargs)

Completed in 18 milliseconds