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.
#include <Xm/Xm.h>
Cardinal XmTabListTabCount(
XmTabList tablist);
XmTabListTabCount counts the number of tabs in the specified tablist.
Returns the number of tabs in tablist.