Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmDestroyPixmap(3Xm) — RISC iX 1.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmInstallImage(3Xm)

XmUninstallImage(3Xm)

XmGetPixmap(3Xm)

XmDestroyPixmap(3Xm)  —  UNIX Programmer’s Manual

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;
Pixmappixmap;

DESCRIPTION

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

screenSpecifies the display screen for which the pixmap was requested. 

pixmapSpecifies 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. 

RELATED INFORMATION

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

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026