XmTabListFree(library call) XmTabListFree(library call)
NAME [Toc] [Back]
XmTabListFree - A convenience function that frees the memory of a new
tab list
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
void XmTabListFree(
XmTabList tablist);
DESCRIPTION [Toc] [Back]
XmTabListFree recovers memory used by a tab list. In addition, this
function frees all contained tabs. If the tablist is NULL, the
function returns immediately.
tablist Specifies the tab list to be freed.
RELATED [Toc] [Back]
XmTabList(3).
- 1 - Formatted: January 24, 2005 [ Back ] |