Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_editmenu.py25 cls.spin = tk.Spinbox(root)
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst70 :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/
Dttk.py1133 class Spinbox(Entry): class
D__init__.py4560 class Spinbox(Widget, XView): class
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py21 Spinbox, Combobox)
1654 self.indent_chooser = Spinbox(
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1288 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.
D3.7.rst1480 The new :class:`tkinter.ttk.Spinbox` class is now available.
/external/python/cpython3/Lib/test/test_ttk/
Dtest_widgets.py1215 return ttk.Spinbox(self.root, **kwargs)
1367 spin2 = ttk.Spinbox(self.root, values=[1, 2, ''])
/external/python/cpython3/Lib/test/test_tkinter/
Dtest_widgets.py445 return tkinter.Spinbox(self.root, **kwargs)
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2821 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/
DHISTORY3459 - Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of