Searched refs:icursor (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DCanvas.py71 def icursor(self, index): member in class:CanvasItem
72 self.canvas.icursor(self.id, index)
170 def icursor(self, index): member in class:Group
171 return self._do('icursor', index)
H A DTkinter.py2327 def icursor(self, *args): member in class:Canvas
2330 self.tk.call((self._w, 'icursor') + args)
2454 def icursor(self, index): member in class:Entry
2456 self.tk.call(self._w, 'icursor', index)
3431 def icursor(self, index): member in class:Spinbox
3437 return self.tk.call(self._w, 'icursor', index)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DCanvas.py71 def icursor(self, index): member in class:CanvasItem
72 self.canvas.icursor(self.id, index)
170 def icursor(self, index): member in class:Group
171 return self._do('icursor', index)
H A DTkinter.py2327 def icursor(self, *args): member in class:Canvas
2330 self.tk.call((self._w, 'icursor') + args)
2454 def icursor(self, index): member in class:Entry
2456 self.tk.call(self._w, 'icursor', index)
3431 def icursor(self, index): member in class:Spinbox
3437 return self.tk.call(self._w, 'icursor', index)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DSearchDialogBase.py26 self.ent.icursor(0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DSearchDialogBase.py26 self.ent.icursor(0)

Completed in 56 milliseconds