|
NAMEXmTabListFree — A convenience function that frees the memory of a new tab listSYNOPSIS#include <Xm/Xm.h> void XmTabListFree( XmTabList tablist); DESCRIPTIONXmTabListFree recovers memory used by a tab list. In addition, this function frees all contained tabs. If the tablist is NULL, the function returns immediately.
RELATEDXmTabList(3). Visit the GSP FreeBSD Man Page Interface. |