1XmGetTabGroup(library call) XmGetTabGroup(library call)
2
3
4
6 XmGetTabGroup — Returns the widget ID of a tab group
7
9 #include <Xm/Xm.h>
10 Widget XmGetTabGroup(
11 Widget widget);
12
14 XmGetTabGroup returns the widget ID of the tab group that contains the
15 specified widget.
16
17 widget Specifies a widget ID within a tab group
18
20 Returns the widget ID of a tab group or shell, determined as follows:
21
22 · If widget is a tab group or shell, returns widget
23
24 · If neither widget nor any ancestor up to the nearest shell is a
25 tab group, returns the nearest ancestor of widget that is a shell
26
27 · Otherwise, returns the nearest ancestor of widget that is a tab
28 group
29
31 XmAddTabGroup(3), XmManager(3), and XmPrimitive(3).
32
33
34
35 XmGetTabGroup(library call)