Searched refs:xview (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython2/Demo/tkinter/matt/ |
D | canvas-with-scrollbars.py | 34 self.draw.scrollX['command'] = self.draw.xview
|
/external/python/cpython2/Demo/tkinter/ttk/ |
D | treeview_multicolumn.py | 65 hsb = ttk.Scrollbar(orient="horizontal", command=self.tree.xview)
|
D | dirbrowser.py | 76 hsb['command'] = tree.xview
|
/external/python/cpython3/Lib/idlelib/ |
D | textview.py | 65 command=text.xview)
|
D | tree.py | 457 self.hbar['command'] = self.canvas.xview
|
D | configdialog.py | 1463 scroll_target_x['command'] = self.bindingslist.xview
|
/external/python/cpython2/Demo/turtle/ |
D | turtleDemo.py | 119 hbar['command'] = text.xview
|
/external/python/cpython3/Lib/turtledemo/ |
D | __main__.py | 214 hbar['command'] = text.xview
|
/external/python/cpython2/Lib/idlelib/ |
D | TreeWidget.py | 428 self.hbar['command'] = self.canvas.xview
|
D | configDialog.py | 317 scrollTargetX.config(command=self.listBindings.xview)
|
/external/llvm-project/lldb/examples/python/ |
D | lldbtk.py | 475 orient=HORIZONTAL, command=self.tree.xview)
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 307 :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)
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 297 :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/Lib/ |
D | turtle.py | 345 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 368 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
|
D | Tkinter.py | 1558 def xview(self, *args): member in XView
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1895 def xview(self, *args): member in XView
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 2239 Add the XView and YView mix-ins to avoid duplicating the xview* and yview*
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14091 - 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}.)
|
/external/python/cpython2/Misc/ |
D | HISTORY | 11318 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.)
|