Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/
D__init__.py1928 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):
Dtix.py856 class HList(TixWidget, XView, YView):
1421 class TList(TixWidget, XView, YView):
1772 class Grid(TixWidget, XView, YView):
Dttk.py1175 class Treeview(Widget, tkinter.XView, tkinter.YView):
/third_party/gettext/gettext-tools/doc/Admin/
Ddocumentation783 5.2 Sun/XView
785 of messages (the source is available with the XView code):
/third_party/gettext/
DChangeLog.0984 ud_PATH_PROG_WITH_TEST to make sure no XView versions are used.
/third_party/gettext/gettext-tools/doc/
Dgettext.texi3734 clean out those trailing backslashes used by XView's @code{msgfmt}
/third_party/python/Misc/
DHISTORY14091 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*