Searched refs:xview (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | textview.py | 65 command=text.xview)
|
D | tree.py | 457 self.hbar['command'] = self.canvas.xview
|
D | configdialog.py | 1235 scroll_target_x['command'] = self.bindingslist.xview
|
/third_party/python/Lib/turtledemo/ |
D | __main__.py | 221 hbar['command'] = text.xview
|
/third_party/python/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)
|
/third_party/python/Lib/ |
D | turtle.py | 345 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1932 def xview(self, *args): member in XView
|
/third_party/python/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}.)
|