| Trees | Indices | Help |
|
|---|
|
|
TextAdapter.TextEventHandlerAdapter --+
|
ComboboxEventHandlerAdapter
Overrides TextEventHandlerAdapter to enable processing of events from
text areas within combo boxes where the combo box gets focus, the text
area doesn't, and the text area is the source of all text events. Fires a
AEEvent.FocusChange and either a AEEvent.CaretChange or AEEvent.SelectorChange on focus. Expects the subject to
be a pyatspi.Accessibility.Accessible.
|
|||
2-tuple of pyatspi.Accessibility.Accessible
|
|
||
| boolean |
|
||
| tuple of AEEvent |
|
||
| tuple of AEEvent |
|
||
| tuple of AEEvent |
|
||
| tuple of AEEvent |
|
||
|
|||
| boolean |
|
||
|
|||
provides = [IEventHandler]
|
|||
|
|||
|
|
|
|
Called when text is inserted or deleted (object:text-changed:insert & object:text-changed:delete). Creates and returns an AEEvent.CaretChange to indicate a change in the caret context. pyatspi.event.Event.type.minor is "insert" or
"delete". pyatspi.event.Event.detail1 has start
offset of text change. pyatspi.event.Event.detail2 has
length of text change. pyatspi.event.Event.any_data has text
inserted/deleted.
|
Creates and returns an AEEvent.CaretChange indicating the caret moved in the subject accessible. pyatspi.event.Event.detail1 has caret offset.
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:51 2008 | http://epydoc.sourceforge.net |