Lines Matching refs:icursor
2327 def icursor(self, *args):2330 self.tk.call((self._w, 'icursor') + args)2454 def icursor(self, index):2456 self.tk.call(self._w, 'icursor', index)3431 def icursor(self, index):3437 return self.tk.call(self._w, 'icursor', index)