Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dtextview.py65 command=text.xview)
Dtree.py457 self.hbar['command'] = self.canvas.xview
Dconfigdialog.py1235 scroll_target_x['command'] = self.bindingslist.xview
/third_party/python/Lib/turtledemo/
D__main__.py221 hbar['command'] = text.xview
/third_party/python/Doc/library/
Dtkinter.ttk.rst307 :meth:`Entry.xview`, it has some other methods, described at
394 :meth:`Entry.index`, :meth:`Entry.insert`, :meth:`Entry.xview`,
799 :meth:`Treeview.xview` and :meth:`Treeview.yview`.
1253 .. method:: xview(*args)
/third_party/python/Lib/
Dturtle.py345 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
/third_party/python/Lib/tkinter/
D__init__.py1932 def xview(self, *args): member in XView
/third_party/python/Misc/
DHISTORY14091 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*
28697 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.)