1XmRenderTableFree(library call) XmRenderTableFree(library call)
23
4
NAME
6XmRenderTableFree — A render table function that recovers memory
7
SYNOPSIS
9#include <Xm/Xm.h>
10void XmRenderTableFree(
11XmRenderTable table);
12
DESCRIPTION
14XmRenderTableFree frees the memory associated with the specified render
15table.
1617
table Specifies the table to be freed.
18
RELATED
20XmRendition(3).
2122
23
24
XmRenderTableFree(library call)