Package pyraf :: Module Ptkplot :: Class FullWindowCursor
[hide private]
[frames] | no frames]

Class FullWindowCursor

source code

This implements a full window crosshair cursor. This class can operate in the xutil-wrapping mode or in a Tkinter-only mode.

Instance Methods [hide private]
 
__init__(self, x, y, window)
Display the cursor for the first time.
source code
 
_xutilXorDraw(self) source code
 
_tkDrawCursor(self) source code
 
_tkEraseCursor(self) source code
 
isVisible(self) source code
 
erase(self) source code
 
draw(self) source code
 
moveTo(self, x, y, SWmove=0) source code
Method Details [hide private]

__init__(self, x, y, window)
(Constructor)

source code 

Display the cursor for the first time. The passed in window also needs to act as a Tk Canvas object.