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 317797 - Exposing the APIs to access the Dynamically build HashTable of Components
Exposing the APIs to access the Dynamically build HashTable of Components
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: LDTP maintainers
LDTP maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-03 06:54 UTC by Saravana Prabhu
Modified: 2006-02-03 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch introducing two new APIs getwindowlist and getcomponentlist to meet the requirements (3.23 KB, patch)
2005-10-04 08:15 UTC, jpremkumar
committed Details | Review

Description Saravana Prabhu 2005-10-03 06:54:51 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.
Comment 1 Nagappan Alagappan 2005-10-03 07:04:39 UTC
Confirming the enhancement request bug.
Comment 2 jpremkumar 2005-10-04 08:15:37 UTC
Created attachment 53009 [details] [review]
Patch introducing two new APIs getwindowlist and getcomponentlist to meet the requirements