XmGetTabGroup(library call) XmGetTabGroup(library call)
NAME [Toc] [Back]
XmGetTabGroup - Returns the widget ID of a tab group
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
Widget XmGetTabGroup(
Widget widget);
DESCRIPTION [Toc] [Back]
XmGetTabGroup returns the widget ID of the tab group that contains the
specified widget.
widget Specifies a widget ID within a tab group
RETURN [Toc] [Back]
Returns the widget ID of a tab group or shell, determined as follows:
+ If widget is a tab group or shell, returns widget
+ If neither widget nor any ancestor up to the nearest shell is a
tab group, returns the nearest ancestor of widget that is a
shell
+ Otherwise, returns the nearest ancestor of widget that is a tab
group
RELATED [Toc] [Back]
XmAddTabGroup(3), XmManager(3), and XmPrimitive(3).
- 1 - Formatted: January 24, 2005 [ Back ] |