GNOME Bugzilla – Bug 341612
need an API for the tab count.
Last modified: 2006-05-22 06:01:09 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.
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?