Searched defs:xview (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py1553 def xview(self, *args): member in class:XView
1555 res = self.tk.call(self._w, 'xview', *args)
1562 self.tk.call(self._w, 'xview', 'moveto', fraction)
1567 self.tk.call(self._w, 'xview', 'scroll', number, what)
/external/python/cpython3/Lib/tkinter/
H A D__init__.py1710 def xview(self, *args): member in class:XView
1712 res = self.tk.call(self._w, 'xview', *args)
1719 self.tk.call(self._w, 'xview', 'moveto', fraction)
1724 self.tk.call(self._w, 'xview', 'scroll', number, what)

Completed in 161 milliseconds