Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/ttk/
Dlistbox_scrollcmd.py28 sz = ttk.Sizegrip()
/external/python/cpython2/Doc/library/
Dttk.rst71 :class:`Sizegrip` and :class:`Treeview`. All of these classes are
649 Sizegrip chapter
652 The :class:`ttk.Sizegrip` widget (also known as a grow box) allows the user to
663 by default. Adding a :class:`Sizegrip` is harmless, since the built-in
671 or bottom of the screen (e.g. ....), the :class:`Sizegrip` widget will
/external/python/cpython2/Lib/lib-tk/
Dttk.py1136 class Sizegrip(Widget): class
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1658 return ttk.Sizegrip(self.root, **kwargs)