Home
last modified time | relevance | path

Searched refs:xview (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dtextview.py65 command=text.xview)
H A Dtree.py457 self.hbar['command'] = self.canvas.xview
H A Dconfigdialog.py1235 scroll_target_x['command'] = self.bindingslist.xview
/third_party/python/Lib/turtledemo/
H A D__main__.py221 hbar['command'] = text.xview
/third_party/python/Lib/
H A Dturtle.py346 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
/third_party/python/Lib/tkinter/
H A D__init__.py1959 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