Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/matt/
Dcanvas-with-scrollbars.py34 self.draw.scrollX['command'] = self.draw.xview
/external/python/cpython2/Demo/tkinter/ttk/
Dtreeview_multicolumn.py65 hsb = ttk.Scrollbar(orient="horizontal", command=self.tree.xview)
Ddirbrowser.py76 hsb['command'] = tree.xview
/external/python/cpython2/Demo/turtle/
DturtleDemo.py119 hbar['command'] = text.xview
/external/python/cpython3/Lib/turtledemo/
D__main__.py214 hbar['command'] = text.xview
/external/python/cpython2/Lib/idlelib/
DTreeWidget.py428 self.hbar['command'] = self.canvas.xview
DconfigDialog.py317 scrollTargetX.config(command=self.listBindings.xview)
/external/python/cpython3/Lib/idlelib/
Dtree.py429 self.hbar['command'] = self.canvas.xview
Dconfigdialog.py319 scrollTargetX.config(command=self.listBindings.xview)
/external/python/cpython2/Doc/library/
Dttk.rst297 :meth:`Entry.xview`), this class has some other methods, described at
699 :meth:`Treeview.xview` and :meth:`Treeview.yview`.
1133 .. method:: xview(*args)
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst307 :meth:`Entry.xview`, it has some other methods, described at
718 :meth:`Treeview.xview` and :meth:`Treeview.yview`.
1157 .. method:: xview(*args)
/external/python/cpython2/Lib/lib-tk/
Dturtle.py368 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
DTkinter.py1553 def xview(self, *args): member in XView
/external/python/cpython3/Lib/
Dturtle.py344 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
/external/python/cpython3/Lib/tkinter/
D__init__.py1710 def xview(self, *args): member in XView
/external/python/cpython2/Misc/
DNEWS7965 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating the xview*
DHISTORY11318 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.)
/external/python/cpython3/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}.)