logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

XmTabListFree — A convenience function that frees the memory of a new tab list "XmTabListFree"

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.

Name

XmTabListFree — A convenience function that frees the memory of a new tab list "XmTabListFree"

Synopsis

       #include <Xm/Xm.h>
       voidXmTabListFree(
       XmTabListtablist);

See Also