pyspi [Bug 336561] Bind AccessibleSelection (needed for GtkNotebook page selection, etc)



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=336561
 pyspi | general | Ver: CVS HEAD





------- Comment #2 from Jose Dapena Paz  2006-03-30 11:55 UTC -------
Created an attachment (id=62380)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=62380&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]