XmTabListFree - Man Page
A convenience function that frees the memory of a new tab list
Synopsis
#include <Xm/Xm.h> void XmTabListFree( XmTabList tablist);
Description
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
Referenced By
XmStringTableProposeTablist(3), XmTabList(3), XmTabListCopy(3), XmTabListInsertTabs(3), XmTabListRemoveTabs(3).