xmtablistgettab(3) hpux man page | unix.com

Man Page: xmtablistgettab

Operating Environment: hpux

Section: 3

XmTabListGetTab(library call)											     XmTabListGetTab(library call)

NAME
XmTabListGetTab -- A convenience function that returns a copy of a tab
SYNOPSIS
#include <Xm/Xm.h> XmTab XmTabListGetTab( XmTabList tablist, Cardinal position);
DESCRIPTION
XmTabListGetTab returns a copy of the tab that is located at the specified position in the tab list. tablist Specifies the tab list. position Specifies the position of the tab to be returned. A value of 0 (zero) returns the first tab in the tab list, a value of 1 returns the second tab, and so on.
RETURN
Returns a copy of the tab that is located at the specified position in the tab list. If position is greater than or equal to the number of tabs in the tab list, this function returns NULL. The application is responsible for managing the space allocted by the returned tab copy. The application can recover this allocated space by calling XmTabFree.
RELATED
XmTabFree(3) and XmTabList(3). XmTabListGetTab(library call)
Related Man Pages
xmtablistcopy(3) - redhat
xmtablistremovetabs(3) - redhat
xmtablist(3) - centos
xmtablistinserttabs(3) - centos
xmtablistinserttabs(3) - hpux
Similar Topics in the Unix Linux Community
PHP Man Pages Now Available (Over 10,000)
Is UNIX an open source OS ?
SAN Migration question
Sequence extraction
Wrong Array...