Searched refs:Spinbox (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_editmenu.py | 25 cls.spin = tk.Spinbox(root)
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 70 :class:`Radiobutton`, :class:`Scale`, :class:`Scrollbar`, and :class:`Spinbox`. 382 Spinbox chapter 384 The :class:`ttk.Spinbox` widget is a :class:`ttk.Entry` enhanced with increment 393 it has some other methods, described at :class:`ttk.Spinbox`. 448 ttk.Spinbox 451 .. class:: Spinbox
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1133 class Spinbox(Entry): class
|
D | __init__.py | 4560 class Spinbox(Widget, XView): class
|
/external/python/cpython3/Lib/idlelib/ |
D | configdialog.py | 21 Spinbox, Combobox) 1654 self.indent_chooser = Spinbox(
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.8.rst | 1288 Added methods :meth:`~tkinter.Spinbox.selection_from`, 1289 :meth:`~tkinter.Spinbox.selection_present`, 1290 :meth:`~tkinter.Spinbox.selection_range` and 1291 :meth:`~tkinter.Spinbox.selection_to` 1292 in the :class:`tkinter.Spinbox` class.
|
D | 3.7.rst | 1480 The new :class:`tkinter.ttk.Spinbox` class is now available.
|
/external/python/cpython3/Lib/test/test_ttk/ |
D | test_widgets.py | 1215 return ttk.Spinbox(self.root, **kwargs) 1367 spin2 = ttk.Spinbox(self.root, values=[1, 2, ''])
|
/external/python/cpython3/Lib/test/test_tkinter/ |
D | test_widgets.py | 445 return tkinter.Spinbox(self.root, **kwargs)
|
/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
|