Content-type: text/html Man page of XmDestroyPixmap

XmDestroyPixmap

Section: (3X)
Updated:
Index Return to Main Contents
 

NAME

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

SYNOPSIS

#include <Xm/Xm.h>

Boolean XmDestroyPixmap (screen, pixmap) 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. Specifies the display screen for which the pixmap was requested Specifies the pixmap to be destroyed
 

RETURN VALUE

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

SEE ALSO

XmInstallImage(3X), XmUninstallImage(3X), XmGetPixmap(3X)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:42:17 GMT, October 02, 2010