Query: xmremovetabgroup
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmRemoveTabGroup(library call) XmRemoveTabGroup(library call)NAMEXmRemoveTabGroup -- A function that removes a tab groupSYNOPSIS#include <Xm/Xm.h> void XmRemoveTabGroup( Widget tab_group);DESCRIPTIONThis 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 IDRELATEDXmAddTabGroup(3), XmManager(3), and XmPrimitive(3). XmRemoveTabGroup(library call)