Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DTkinter.py1554 class XView: class
2229 class Canvas(Widget, XView, YView):
2499 class Entry(Widget, XView):
2604 class Listbox(Widget, XView, YView):
2930 class Text(Widget, XView, YView):
3449 class Spinbox(Widget, XView):
DTix.py856 class HList(TixWidget, XView, YView):
1422 class TList(TixWidget, XView, YView):
1774 class Grid(TixWidget, XView, YView):
Dttk.py1150 class Treeview(Widget, Tkinter.XView, Tkinter.YView):
/external/python/cpython3/Lib/tkinter/
D__init__.py1891 class XView: class
2671 class Canvas(Widget, XView, YView):
3017 class Entry(Widget, XView):
3147 class Listbox(Widget, XView, YView):
3529 class Text(Widget, XView, YView):
4156 class Spinbox(Widget, XView):
Dtix.py854 class HList(TixWidget, XView, YView):
1419 class TList(TixWidget, XView, YView):
1770 class Grid(TixWidget, XView, YView):
Dttk.py1180 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*