Searched refs:Spinbox (Results 1 – 15 of 15) 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/idlelib/ |
D | configdialog.py | 21 Spinbox, Combobox) 1660 self.indent_chooser = Spinbox(
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1148 class Spinbox(Entry): class
|
D | __init__.py | 4189 class Spinbox(Widget, XView): class
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.8.rst | 1283 Added methods :meth:`~tkinter.Spinbox.selection_from`, 1284 :meth:`~tkinter.Spinbox.selection_present`, 1285 :meth:`~tkinter.Spinbox.selection_range` and 1286 :meth:`~tkinter.Spinbox.selection_to` 1287 in the :class:`tkinter.Spinbox` class.
|
D | 3.7.rst | 1476 The new :class:`tkinter.ttk.Spinbox` class is now available.
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 1119 return ttk.Spinbox(self.root, **kwargs) 1272 spin2 = ttk.Spinbox(self.root, values=[1, 2, ''])
|
/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 | 429 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/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2821 Fix ``TclError`` in ``tkinter.Spinbox.selection_element()``. Patch by 2832 and ``selection_to`` to the ``tkinter.Spinbox`` for consistency with the
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3459 - Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
|