Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmDestrPi(Xm) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmDestroyPixmap(Xm)            6 January 1993            XmDestroyPixmap(Xm)


 Name

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

 Syntax


    #include <Xm/Xm.h>

    Boolean XmDestroyPixmap (screen, pixmap)
    Screen * screen;
    Pixmap pixmap;


 Description

    XmDestroyPixmap removes pixmaps that are no longer used. Pixmaps are com-
    pletely 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 value

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

 See also

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



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