1XmTabStackGetSelectedTab(library call) XmTabStackGetSelectedTab(library call)
2
3
4
6 XmTabStackGetSelectedTab — A TabStack function that returns the widget
7 ID of the currently selectedtab
8
10 #include <Xm/TabStack.h>
11 Widget XmTabStackGetSelectedTab(
12 Widget widget);
13
15 XmTabStackGetSelectedTab returns the widget ID of the currently
16 selected tab.
17
18 widget Specifies the TabStack widget ID
19
21 Returns the widget ID of the currently selected tab.
22
24 XmTabStack(3).
25
26
27
28 XmTabStackGetSelectedTab(library call)