Searched refs:Spinbox (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_editmenu.py | 25 cls.spin = tk.Spinbox(root)
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_editmenu.py | 25 cls.spin = tk.Spinbox(root)
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 72 :class:`Radiobutton`, :class:`Scale`, :class:`Scrollbar`, and :class:`Spinbox`. 384 Spinbox chapter 386 The :class:`ttk.Spinbox` widget is a :class:`ttk.Entry` enhanced with increment 395 it has some other methods, described at :class:`ttk.Spinbox`. 450 ttk.Spinbox 453 .. class:: Spinbox
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1154 class Spinbox(Entry): class
|
D | __init__.py | 3617 class Spinbox(Widget, XView): class
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 1129 return ttk.Spinbox(self.root, **kwargs) 1285 spin2 = ttk.Spinbox(self.root, values=[1, 2, ''])
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.2rc1.rst | 471 Fix ``TclError`` in ``tkinter.Spinbox.selection_element()``. Patch by
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 398 return tkinter.Spinbox(self.root, **kwargs)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 401 return tkinter.Spinbox(self.root, **kwargs)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.7rc1.rst | 912 The bbox() method of tkinter.Spinbox now returns a tuple of integers instead
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 3449 class Spinbox(Widget, XView): class
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1459 The new :class:`tkinter.ttk.Spinbox` class is now available.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3459 - Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
|