1XmTabListTabCount(library call) XmTabListTabCount(library call)
23
4
NAME
6XmTabListTabCount — A convenience function that counts the number of
7tabs
8
SYNOPSIS
10#include <Xm/Xm.h>
11Cardinal XmTabListTabCount(
12XmTabList tablist);
13
DESCRIPTION
15XmTabListTabCount counts the number of tabs in the specified tablist.
1617
tablist Specifies the tab list.
18
RETURN
20Returns the number of tabs in tablist.
21
RELATED
23XmTabList(3).
2425
26
27
XmTabListTabCount(library call)