XmTabListGetTab (3) Linux Manual Page
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.
