NAME
XmuReleaseStippledPixmap − release pixmap created with XmuCreateStippledPixmap().
SYNOPSIS
#include <X11/Xmu/Drawing.h>
void XmuReleaseStippledPixmap(screen, pixmap)
Screen ∗screen;
Pixmap pixmap;
Inputs
screenSpecifies the screen the pixmap was created on.
pixmapSpecifies the pixmap to free.
DESCRIPTION
XmuReleaseStippledPixmap() decrements the reference count on a pixmap created with XmuCreateStippledPixmap(), and frees the pixmap if it is no longer being referenced.
USAGE
This function is useful for widgets that display themselves grayed out when they are insensitive.