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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmDestroyPixmap -- A pixmap caching function that removes a pixmap from
       the pixmap cache

SYNOPSIS
       #include	<Xm/Xm.h>
       Boolean XmDestroyPixmap(
       Screen *	screen,
       Pixmap pixmap);

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  re-
		 quested

       pixmap	 Specifies the pixmap to be destroyed

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

RELATED
       XmInstallImage(3), XmUninstallImage(3), and XmGetPixmap(3).

							    XmDestroyPixmap(3)

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

home | help