Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DTix.py860 class HList(TixWidget, XView, YView):
1426 class TList(TixWidget, XView, YView):
1778 class Grid(TixWidget, XView, YView):
DTkinter.py1570 class YView: class
2224 class Canvas(Widget, XView, YView):
2599 class Listbox(Widget, XView, YView):
2925 class Text(Widget, XView, YView):
Dttk.py1150 class Treeview(Widget, Tkinter.XView, Tkinter.YView):
/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__.py1727 class YView: class
2387 class Canvas(Widget, XView, YView):
2762 class Listbox(Widget, XView, YView):
3070 class Text(Widget, XView, YView):
Dttk.py1154 class Treeview(Widget, tkinter.XView, tkinter.YView):
/external/python/cpython2/Misc/
DNEWS7965 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*
/external/python/cpython3/Misc/
DHISTORY14091 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*