xmtabstackgetselectedtab(3) - Linux man page
Name
XmTabStackGetSelectedTab - A TabStack function that returns the widget ID of the currently selectedtab
Synopsis
#include <Xm/TabStack.h> Widget XmTabStackGetSelectedTab( Widget widget);
Description
XmTabStackGetSelectedTab returns the widget ID of the currently selected tab.
- widget
Specifies the TabStack widget ID
Return
Returns the widget ID of the currently selected tab.
Related
xmtabstack(3).