XmTabListFree
A convenience function that frees the memory of a new tab list "XmTabListFree"
- Provided by: libmotif-dev (Version: 2.3.8-5)
- Source: motif
- Report a bug
A convenience function that frees the memory of a new tab list "XmTabListFree"
#include <Xm/Xm.h> void XmTabListFree( XmTabList tablist);
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.