Searched refs:YView (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | tix.py | 856 class HList(TixWidget, XView, YView): 1421 class TList(TixWidget, XView, YView): 1772 class Grid(TixWidget, XView, YView):
|
D | __init__.py | 1949 class YView: class 2704 class Canvas(Widget, XView, YView): 3180 class Listbox(Widget, XView, YView): 3562 class Text(Widget, XView, YView):
|
D | ttk.py | 1175 class Treeview(Widget, tkinter.XView, tkinter.YView):
|
/third_party/python/Misc/ |
D | HISTORY | 14091 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*
|