XmTabListTabCount

Langue: en

Version: 181030 (CentOS - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

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.

XmTabList(3).