DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmDestroyPixmap(X3mot)


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.

screen
Specifies the display screen for which the pixmap was requested

pixmap
Specifies the pixmap to be destroyed

Return values

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

References

XmInstallImage(X3mot), XmUninstallImage(X3mot) and XmGetPixmap(X3mot).


25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004