1XmTabListFree(library call)                        XmTabListFree(library call)
2
3
4

NAME

6       XmTabListFree  —  A convenience function that frees the memory of a new
7       tab list
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       void XmTabListFree(
12       XmTabList tablist);
13

DESCRIPTION

15       XmTabListFree recovers memory used by a tab  list.  In  addition,  this
16       function frees all contained tabs. If the tablist is NULL, the function
17       returns immediately.
18
19       tablist   Specifies the tab list to be freed.
20
22       XmTabList(3).
23
24
25
26                                                   XmTabListFree(library call)
Impressum