1XmTabStackGetSelectedTab(library call)  XmTabStackGetSelectedTab(library call)
2
3
4

NAME

6       XmTabStackGetSelectedTab  — A TabStack function that returns the widget
7       ID of the currently selectedtab
8

SYNOPSIS

10       #include <Xm/TabStack.h>
11       Widget XmTabStackGetSelectedTab(
12       Widget widget);
13

DESCRIPTION

15       XmTabStackGetSelectedTab  returns  the  widget  ID  of  the   currently
16       selected tab.
17
18       widget    Specifies the TabStack widget ID
19

RETURN

21       Returns the widget ID of the currently selected tab.
22
24       XmTabStack(3).
25
26
27
28                                        XmTabStackGetSelectedTab(library call)
Impressum