Searched refs:xview (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | textview.py | 65 command=text.xview)
|
H A D | tree.py | 457 self.hbar['command'] = self.canvas.xview
|
H A D | configdialog.py | 1235 scroll_target_x['command'] = self.bindingslist.xview
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 221 hbar['command'] = text.xview
|
/third_party/python/Lib/ |
H A D | turtle.py | 346 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1959 def xview(self, *args): member in XView 1961 res = self.tk.call(self._w, 'xview', *args) 1968 self.tk.call(self._w, 'xview', 'moveto', fraction) 1973 self.tk.call(self._w, 'xview', 'scroll', number, what)
|
Completed in 19 milliseconds