1XmTabListFree(library call) XmTabListFree(library call)
23
4
NAME
6XmTabListFree — A convenience function that frees the memory of a new
7tab list
8
SYNOPSIS
10#include <Xm/Xm.h>
11void XmTabListFree(
12XmTabList tablist);
13
DESCRIPTION
15XmTabListFree recovers memory used by a tab list. In addition, this
16function frees all contained tabs. If the tablist is NULL, the function
17returns immediately.
1819
tablist Specifies the tab list to be freed.
20
RELATED
22XmTabList(3).
2324
25
26
XmTabListFree(library call)