dogtail-devel [Bug 336562] Exposing AT-SPI AccessibleSelections



Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=336562
 dogtail | Framework | Ver: unspecified





------- Comment #2 from Jose Dapena Paz  2006-03-30 11:58 UTC -------
Created an attachment (id=62381)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=62381&action=view)
Enhanced patch to add support to atk selection in dogtail

I got Peter's patch, and added some functions to make it more confortable to
use.
   * Added a "selectedChildren" attribute to Node, enabling you to recover the
set of selected accessibles.
   * Added a "select()" method to Node. It gets the parent and selects the node
in the parent. It should fix #333887 (navigation through tabs in dogtail).

As an example of how to select a tab would be:

focus.application('gedit')
focus.widget(roleName='page tab', name='My tab')
focus.widget.node.select()


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact for the bug.
You are watching the assignee for the bug.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]