1XmRemoveTabGroup(library call) XmRemoveTabGroup(library call)
2
3
4
6 XmRemoveTabGroup — A function that removes a tab group
7
9 #include <Xm/Xm.h>
10 void XmRemoveTabGroup(
11 Widget tab_group);
12
14 This function is obsolete and its behavior is replaced by setting XmN‐
15 navigationType to XmNONE. XmRemoveTabGroup removes a widget from the
16 list of tab groups associated with a particular widget hierarchy and
17 sets the widget's XmNnavigationType to XmNONE.
18
19 tab_group Specifies the widget ID
20
22 XmAddTabGroup(3), XmManager(3), and XmPrimitive(3).
23
24
25
26 XmRemoveTabGroup(library call)