GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmDestroyPixmap(3) FreeBSD Library Functions Manual XmDestroyPixmap(3)

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

#include <Xm/Xm.h>
Boolean XmDestroyPixmap(
Screen * screen,
Pixmap pixmap);

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

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

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

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.