_getSelectorEvent(self,
accessible,
item_offset,
**kwargs)
| source code
|
Creates an AEEvent.SelectorChange indicating the selector moved in
this accessible.
This method corrects for the possibility that the selected item
actually have children that have the important information which are
themselves not selected but returned as children of the even source.
Right now, the last child in such a case appears to carry the
information. More robust processing may be needed in the future.
- Parameters:
accessible (pyatspi.Accessibility.Accessible) - Accessible that generated this event
item_offset (integer) - Offset of item involved in the selection event
kwargs (dictionary) - Parameters to be passed to any created AEEvent
- Returns: AEEvent.SelectorChange
- Selection event
|