GNOME Bugzilla – Bug 317797
Exposing the APIs to access the Dynamically build HashTable of Components
Last modified: 2006-02-03 10:46:14 UTC
Exposing the APIs to access the Dynamically build HashTable of Components. Basically we need two Python APIs which performs the following: 1. Given the application name, it returns the list (a Python List) of windows in that application. 2. Given the Window name, it returns the list (a Python List) of components in that window.
Confirming the enhancement request bug.
Created attachment 53009 [details] [review] Patch introducing two new APIs getwindowlist and getcomponentlist to meet the requirements