Searched refs:Treeview (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Demo/tkinter/ttk/ |
D | treeview_multicolumn.py | 63 self.tree = ttk.Treeview(columns=tree_columns, show="headings")
|
D | dirbrowser.py | 71 tree = ttk.Treeview(columns=("fullpath", "type", "size"),
|
D | ttkcalendar.py | 97 self._calendar = ttk.Treeview(show='', selectmode='none', height=7)
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 71 :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/ |
D | tkinter.ttk.rst | 75 :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/ |
D | 2.7.9rc1.rst | 174 Fixed ttk.Treeview.tag_has() when called without arguments. 501 Treeview.heading().
|
D | 2.7.15rc1.rst | 370 Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b3.rst | 120 Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note
|
D | 3.6.6rc1.rst | 409 Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note
|
D | 3.5.0a1.rst | 1574 Fixed ttk.Treeview.tag_has() when called without arguments. 2359 Treeview.heading().
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 1150 class Treeview(Widget, Tkinter.XView, Tkinter.YView): class
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1181 class Treeview(Widget, tkinter.XView, tkinter.YView): class
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 1123 return ttk.Treeview(self.root, **kwargs)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 1304 return ttk.Treeview(self.root, **kwargs)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.min.css | 1 …iew li li{background:url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") n…
|
D | wikipedia.css | 3647 …background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat …
|
/external/python/cpython3/Misc/ |
D | HISTORY | 1153 - Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. 1452 the result of Treeview.heading().
|