Home
last modified time | relevance | path

Searched refs:Treeview (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
Dtreeview_multicolumn.py63 self.tree = ttk.Treeview(columns=tree_columns, show="headings")
Ddirbrowser.py71 tree = ttk.Treeview(columns=("fullpath", "type", "size"),
Dttkcalendar.py97 self._calendar = ttk.Treeview(show='', selectmode='none', height=7)
/external/python/cpython2/Doc/library/
Dttk.rst71 :class:`Sizegrip` and :class:`Treeview`. All of these classes are
676 Treeview chapter
679 The :class:`ttk.Treeview` widget displays a hierarchical collection of items.
697 The Treeview widget supports horizontal and vertical scrolling, according to
699 :meth:`Treeview.xview` and :meth:`Treeview.yview`.
826 The Treeview widget generates the following virtual events.
840 The :meth:`Treeview.focus` and :meth:`Treeview.selection` methods can be used
844 ttk.Treeview
847 .. class:: Treeview
1061 An alias for :meth:`Treeview.move`.
/external/python/cpython2/Lib/lib-tk/
Dttk.py1150 class Treeview(Widget, Tkinter.XView, Tkinter.YView): class
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1123 return ttk.Treeview(self.root, **kwargs)
/external/python/cpython2/Misc/
DNEWS1569 - Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
1667 the result of Treeview.heading().