Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
XmTabListFree(3)	    Library Functions Manual		XmTabListFree(3)

NAME
     XmTabListFree  -- 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  func-
     tion frees all contained tabs. If the tablist is NULL, the function returns
     immediately.

     tablist   Specifies the tab list to be freed.

RELATED
     XmTabList(3).

								XmTabListFree(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmTabListFree&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help