xmtablisttabcount(3) - Linux man page
Name
XmTabListTabCount - A convenience function that counts the number of tabs
Synopsis
#include <Xm/Xm.h> Cardinal XmTabListTabCount( XmTabList tablist);
Description
XmTabListTabCount counts the number of tabs in the specified tablist.
- tablist
Specifies the tab list.
Return
Returns the number of tabs in tablist.
Related
xmtablist(3).