| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Base.AEEvent --+
|
CaretChange
Event that fires when the caret moves in an accessible.
This class registers its name and whether it should be monitored by default in an AEMonitor using the Base.registerEventType function when this module is first imported. The AEMonitor can use this information to build its menus.
|
|||
|
|||
| string |
|
||
| boolean |
|
||
| AEPor |
|
||
| dictionary |
|
||
|
Inherited from Inherited from |
|||
|
|||
| boolean |
added True when text added, False when text deleted, and None (the default) when event is for caret movement only |
||
| string |
text The text inserted, deleted or the line of the caret |
||
| integer |
text_offset The offset of the inserted/deleted text or the line offset when movement only |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:54 2008 | http://epydoc.sourceforge.net |