Searched refs:icursor (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Tools/pynche/ |
D | TypeinViewer.py | 92 icursor = ew.index(INSERT) 112 icursor -= 1 120 ew.icursor(icursor) 152 x.icursor(xicursor) 153 y.icursor(yicursor) 154 z.icursor(zicursor)
|
/external/python/cpython2/Tools/pynche/ |
D | TypeinViewer.py | 92 icursor = ew.index(INSERT) 112 icursor -= 1 120 ew.icursor(icursor) 152 x.icursor(xicursor) 153 y.icursor(yicursor) 154 z.icursor(zicursor)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 71 def icursor(self, index): member in CanvasItem 72 self.canvas.icursor(self.id, index) 170 def icursor(self, index): member in Group
|
D | Tkinter.py | 2392 def icursor(self, *args): member in Canvas 2519 def icursor(self, index): member in Entry 3509 def icursor(self, index): member in Spinbox
|
/external/python/cpython2/Lib/idlelib/ |
D | SearchDialogBase.py | 60 self.ent.icursor(0)
|
/external/python/cpython3/Lib/idlelib/ |
D | searchbase.py | 64 self.ent.icursor(0)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2873 def icursor(self, *args): member in Canvas 3041 def icursor(self, index): member in Entry 4217 def icursor(self, index): member in Spinbox
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 305 :meth:`Entry.bbox`, :meth:`Entry.delete`, :meth:`Entry.icursor`, 393 :meth:`Entry.bbox`, :meth:`Entry.delete`, :meth:`Entry.icursor`,
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 295 (:meth:`Entry.bbox`, :meth:`Entry.delete`, :meth:`Entry.icursor`,
|