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 341612 - need an API for the tab count.
need an API for the tab count.
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Prashanth Mohan
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-05-13 05:57 UTC by venkateswaran. S
Modified: 2006-05-22 06:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
uses the get_panel_child_count() function of panel.c to find the number of tabs (4.22 KB, patch)
2006-05-13 06:27 UTC, Prashanth Mohan
committed Details | Review

Description venkateswaran. S 2006-05-13 05:57:26 UTC
The tabcontrol functions are only for selecting a tab by specifying either index or name. If there is an API for counting the number of tabs present in a component, it will be easy for verifying the new tab or close tab cases.
Comment 1 Prashanth Mohan 2006-05-13 06:27:21 UTC
Created attachment 65362 [details] [review]
uses the get_panel_child_count() function of panel.c to find the number of tabs

Venkat, Does this suffice your needs?

Nags, Is the patch ok?