After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349811 - More IAccessibleAction methods
More IAccessibleAction methods
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: core
0.2.x
Other Linux
: Normal enhancement
: 0.3.0
Assigned To: LSR maintainers
LSR maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-03 15:52 UTC by Peter Parente
Modified: 2006-09-18 16:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Parente 2006-08-03 15:52:39 UTC
deselectAcc(all=False) 
# mimick selectAcc using clearSelection, deselectChild

selectAccText(por, n=None)
# addSelection if n is None or setSelection on n otherwise
# por param indicates selection should be added from self.item_offset+self.char_offset up to the por.item_offset+por.char_offset
# returns a boolean indicating if the selection was added (True) or ignored (False)
# should be added to default action adapter
# raise NotImplementedError if Text not supported

deselectAccText(n=None)
# deselect from all or n
Comment 1 Peter Parente 2006-09-18 16:04:54 UTC
Added deselectAcc, selectAccText, deselectAccText, getAccCaret, getAccTextCharCount, getAccTextSelectionCount. Fixed in CVS HEAD.