[Contents] [Index] [Next] [Previous]

XmGetTabGroup


NAME

XmGetTabGroup - Returns the widget ID of a tab group

SYNOPSIS

#include <Xm/Xm.h>
Widget XmGetTabGroup (widget)
      Widget  widget;

DESCRIPTION

XmGetTabGroup returns the widget ID of the tab group that contains the specified widget.

widget
Specifies a widget ID within a tab group

RETURN VALUE

Returns the widget ID of a tab group or shell, determined as follows:

RELATED INFORMATION

XmAddTabGroup(3X), XmManager(3X), and XmPrimitive(3X).