Lines Matching refs:start
2762 def addtag_closest(self, newtag, x, y, halo=None, start=None):
2767 self.addtag(newtag, 'closest', x, y, halo, start)
2903 def find_closest(self, x, y, halo=None, start=None):
2908 return self.find('closest', x, y, halo, start)
3160 def selection_range(self, start, end):
3162 self.tk.call(self._w, 'selection', 'range', start, end)
3840 have the same start and end line as the parent widget, but
3943 """Return a list of start and end index for the first sequence of
3950 """Return a list of start and end index for the first sequence of
4392 def selection_range(self, start, end):
4394 self.selection('range', start, end)