Home
last modified time | relevance | path

Searched refs:Treeview (Results 1 – 17 of 17) 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/cpython3/Doc/library/
Dtkinter.ttk.rst75 :class:`Treeview`. And all them are subclasses of :class:`Widget`.
776 Treeview chapter
779 The :class:`ttk.Treeview` widget displays a hierarchical collection of items.
797 The Treeview widget supports horizontal and vertical scrolling, according to
799 :meth:`Treeview.xview` and :meth:`Treeview.yview`.
929 The Treeview widget generates the following virtual events.
945 The :meth:`Treeview.focus` and :meth:`Treeview.selection` methods can be used
949 ttk.Treeview
952 .. class:: Treeview
1166 An alias for :meth:`Treeview.move`.
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst174 Fixed ttk.Treeview.tag_has() when called without arguments.
501 Treeview.heading().
D2.7.15rc1.rst370 Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst120 Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note
D3.6.6rc1.rst409 Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note
D3.5.0a1.rst1574 Fixed ttk.Treeview.tag_has() when called without arguments.
2359 Treeview.heading().
/external/python/cpython2/Lib/lib-tk/
Dttk.py1150 class Treeview(Widget, Tkinter.XView, Tkinter.YView): class
/external/python/cpython3/Lib/tkinter/
Dttk.py1181 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/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1304 return ttk.Treeview(self.root, **kwargs)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1 …iew li li{background:url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") n…
Dwikipedia.css3647 …background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat …
/external/python/cpython3/Misc/
DHISTORY1153 - Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
1452 the result of Treeview.heading().