Home
last modified time | relevance | path

Searched refs:Spinbox (Results 1 – 15 of 15) 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/idlelib/
Dconfigdialog.py21 Spinbox, Combobox)
1660 self.indent_chooser = Spinbox(
/external/python/cpython3/Lib/tkinter/
Dttk.py1148 class Spinbox(Entry): class
D__init__.py4189 class Spinbox(Widget, XView): class
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1283 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.
D3.7.rst1476 The new :class:`tkinter.ttk.Spinbox` class is now available.
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1119 return ttk.Spinbox(self.root, **kwargs)
1272 spin2 = ttk.Spinbox(self.root, values=[1, 2, ''])
/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.py429 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/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