1XmRenditionFree(library call) XmRenditionFree(library call)
23
4
NAME
6XmRenditionFree — A convenience function that frees a rendition
7
SYNOPSIS
9#include <Xm/Xm.h>
10void XmRenditionFree(
11XmRendition rendition);
12
DESCRIPTION
14XmRenditionFree recovers memory used by rendition.
1516
rendition Specifies the rendition to be freed.
17
RELATED
19XmRendition(3).
2021
22
23
XmRenditionFree(library call)