Home
last modified time | relevance | path

Searched refs:YView (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/tkinter/
Dtix.py854 class HList(TixWidget, XView, YView):
1419 class TList(TixWidget, XView, YView):
1770 class Grid(TixWidget, XView, YView):
D__init__.py1733 class YView: class
2393 class Canvas(Widget, XView, YView):
2768 class Listbox(Widget, XView, YView):
3076 class Text(Widget, XView, YView):
Dttk.py1181 class Treeview(Widget, tkinter.XView, tkinter.YView):
/external/python/cpython2/Lib/lib-tk/
DTix.py856 class HList(TixWidget, XView, YView):
1422 class TList(TixWidget, XView, YView):
1774 class Grid(TixWidget, XView, YView):
DTkinter.py1575 class YView: class
2229 class Canvas(Widget, XView, YView):
2604 class Listbox(Widget, XView, YView):
2930 class Text(Widget, XView, YView):
Dttk.py1150 class Treeview(Widget, Tkinter.XView, Tkinter.YView):
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst2239 Add the XView and YView mix-ins to avoid duplicating the xview* and yview*
/external/python/cpython3/Misc/
DHISTORY14091 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*