Searched refs:XView (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1928 class XView: class 2704 class Canvas(Widget, XView, YView): 3050 class Entry(Widget, XView): 3180 class Listbox(Widget, XView, YView): 3562 class Text(Widget, XView, YView): 4189 class Spinbox(Widget, XView):
|
D | tix.py | 856 class HList(TixWidget, XView, YView): 1421 class TList(TixWidget, XView, YView): 1772 class Grid(TixWidget, XView, YView):
|
D | ttk.py | 1175 class Treeview(Widget, tkinter.XView, tkinter.YView):
|
/third_party/gettext/gettext-tools/doc/Admin/ |
D | documentation | 783 5.2 Sun/XView 785 of messages (the source is available with the XView code):
|
/third_party/gettext/ |
D | ChangeLog.0 | 984 ud_PATH_PROG_WITH_TEST to make sure no XView versions are used.
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 3734 clean out those trailing backslashes used by XView's @code{msgfmt}
|
/third_party/python/Misc/ |
D | HISTORY | 14091 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*
|