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

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DTkinter.py1481 def xview(self, *args): member in class:XView
1483 res = self.tk.call(self._w, 'xview', *args)
1490 self.tk.call(self._w, 'xview', 'moveto', fraction)
1495 self.tk.call(self._w, 'xview', 'scroll', number, what)
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DTkinter.py1481 def xview(self, *args): member in class:XView
1483 res = self.tk.call(self._w, 'xview', *args)
1490 self.tk.call(self._w, 'xview', 'moveto', fraction)
1495 self.tk.call(self._w, 'xview', 'scroll', number, what)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py1481 def xview(self, *args): member in class:XView
1483 res = self.tk.call(self._w, 'xview', *args)
1490 self.tk.call(self._w, 'xview', 'moveto', fraction)
1495 self.tk.call(self._w, 'xview', 'scroll', number, what)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py1481 def xview(self, *args): member in class:XView
1483 res = self.tk.call(self._w, 'xview', *args)
1490 self.tk.call(self._w, 'xview', 'moveto', fraction)
1495 self.tk.call(self._w, 'xview', 'scroll', number, what)

Completed in 94 milliseconds