1XmTabFree(library call) XmTabFree(library call)
23
4
NAME
6XmTabFree — A convenience function that frees a tab
7
SYNOPSIS
9#include <Xm/Xm.h>
10void XmTabFree(
11XmTab tab);
12
DESCRIPTION
14XmTabFree frees the memory associated with the specified tab.
1516
tab Specifies the tab to be freed.
17
RELATED
19XmTab(3).
2021
22
23
XmTabFree(library call)