Lines Matching refs:fraction
1487 def xview_moveto(self, fraction):
1488 """Adjusts the view in the window so that FRACTION of the
1490 self.tk.call(self._w, 'xview', 'moveto', fraction)
1508 def yview_moveto(self, fraction):
1509 """Adjusts the view in the window so that FRACTION of the
1511 self.tk.call(self._w, 'yview', 'moveto', fraction)
2845 def fraction(self, x, y):
2848 return getdouble(self.tk.call(self._w, 'fraction', x, y))