 |
Index for Section 3X |
|
 |
Alphabetical listing for X |
|
 |
Bottom of page |
|
XmRemoveTabGroup(3X)
OSF/Motif
NAME
XmRemoveTabGroup - A function that removes a tab group
SYNOPSIS
#include <Xm/Xm.h>
void XmRemoveTabGroup (tab_group)
Widget tab_group;
DESCRIPTION
This function is obsolete and its behavior is replaced by setting
XmNnavigationType to XmNONE. XmRemoveTabGroup removes a widget from the
list of tab groups associated with a particular widget hierarchy and sets
the widget's XmNnavigationType to XmNONE.
tab_group
Specifies the widget ID
SEE ALSO
XmAddTabGroup(3X), XmManager(3X), XmPrimitive(3X)
 |
Index for Section 3X |
|
 |
Alphabetical listing for X |
|
 |
Top of page |
|