Home
last modified time | relevance | path

Searched refs:Sizegrip (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/library/
Dtkinter.ttk.rst74 :class:`Progressbar`, :class:`Separator`, :class:`Sizegrip` and
749 Sizegrip chapter
752 The :class:`ttk.Sizegrip` widget (also known as a grow box) allows the user to
763 by default. Adding a :class:`Sizegrip` is harmless, since the built-in
771 or bottom of the screen (e.g. ....), the :class:`Sizegrip` widget will
/third_party/python/Lib/tkinter/
Dttk.py1134 class Sizegrip(Widget): class
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1839 return ttk.Sizegrip(self.root, **kwargs)