orca.mag (version 2076, $Date: 2007-03-12 16:23:35 -0400 (Mon, 12 Mar 2007) $)
index
/usr/lib/python2.5/site-packages/orca/mag.py

Manages the magnifier for orca.  [[[TODO: WDW - this is very very
early in development.  One might even say it is pre-prototype.]]]

 
Modules
       
GNOME
orca.atspi
bonobo
orca.debug
gtk
orca.settings
time

 
Functions
       
applySettings()
Looks at the user settings and applies them to the magnifier.
init()
Initializes the magnifier, bringing the magnifier up on the
display.
 
Returns True if the initialization procedure was run or False if this
module has already been initialized.
magnifyAccessible(event, obj, extents=None)
Sets the region of interest to the upper left of the given
accessible, if it implements the Component interface.  Otherwise,
does nothing.
 
Arguments:
- event: the Event that caused this to be called
- obj: the accessible
shutdown()
Shuts down the magnifier module.
Returns True if the shutdown procedure was run or False if this
module has not been initialized.

 
Data
        __copyright__ = 'Copyright (c) 2005-2007 Sun Microsystems Inc.'
__date__ = '$Date: 2007-03-12 16:23:35 -0400 (Mon, 12 Mar 2007) $'
__id__ = '$Id: orca.mag.html 5086 2007-03-12 20:23:35Z wwalker $'
__license__ = 'LGPL'
__version__ = '$Revision: 5086 $'