Searched refs:YView (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 854 class HList(TixWidget, XView, YView): 1419 class TList(TixWidget, XView, YView): 1770 class Grid(TixWidget, XView, YView):
|
D | __init__.py | 1733 class YView: class 2393 class Canvas(Widget, XView, YView): 2768 class Listbox(Widget, XView, YView): 3076 class Text(Widget, XView, YView):
|
D | ttk.py | 1181 class Treeview(Widget, tkinter.XView, tkinter.YView):
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 856 class HList(TixWidget, XView, YView): 1422 class TList(TixWidget, XView, YView): 1774 class Grid(TixWidget, XView, YView):
|
D | Tkinter.py | 1575 class YView: class 2229 class Canvas(Widget, XView, YView): 2604 class Listbox(Widget, XView, YView): 2930 class Text(Widget, XView, YView):
|
D | ttk.py | 1150 class Treeview(Widget, Tkinter.XView, Tkinter.YView):
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 2239 Add the XView and YView mix-ins to avoid duplicating the xview* and yview*
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14091 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*
|