Home
last modified time | relevance | path

Searched refs:Spinbox (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_editmenu.py25 cls.spin = tk.Spinbox(root)
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_editmenu.py25 cls.spin = tk.Spinbox(root)
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst72 :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/
Dttk.py1154 class Spinbox(Entry): class
D__init__.py3617 class Spinbox(Widget, XView): class
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1129 return ttk.Spinbox(self.root, **kwargs)
1285 spin2 = ttk.Spinbox(self.root, values=[1, 2, ''])
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst471 Fix ``TclError`` in ``tkinter.Spinbox.selection_element()``. Patch by
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py398 return tkinter.Spinbox(self.root, **kwargs)
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py401 return tkinter.Spinbox(self.root, **kwargs)
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst912 The bbox() method of tkinter.Spinbox now returns a tuple of integers instead
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3449 class Spinbox(Widget, XView): class
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1459 The new :class:`tkinter.ttk.Spinbox` class is now available.
/external/python/cpython3/Misc/
DHISTORY3459 - Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of