logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmDestroyPixmap — A pixmap caching function that removes a pixmap from the pixmap cache "XmDestroyPixmap"

Description

XmDestroyPixmap removes pixmaps that are no longer used.  Pixmaps are completely freed only when there is
       no further reference to them.

       screen    Specifies the display screen for which the pixmap was requested

       pixmap    Specifies the pixmap to be destroyed

Name

XmDestroyPixmap — A pixmap caching function that removes a pixmap from the pixmap cache "XmDestroyPixmap"
       "pixmaps"

Return

       Returns  True  when  successful;  returns  False  if there is no matching screen and pixmap in the pixmap
       cache.

Synopsis

       #include <Xm/Xm.h>
       BooleanXmDestroyPixmap(
       Screen*screen,
       Pixmappixmap);

See Also