Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XFreeGC(3x) — HP-UX ANSI C A.10.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XFreeGC − free a graphics context. 

Synopsis

XFreeGC(display, gc)
Display *display;
GC gc;

Arguments

displaySpecifies a connection to an X server; returned from XOpenDisplay(). 

gcSpecifies the graphics context to be freed. 

Description

XFreeGC() frees all memory associated with a graphics context, and removes the GC from the server and display hardware. 

For more information, see Volume One, Chapter 5, The Graphics Context. 

Errors

BadGC

See Also

DefaultGC(), XChangeGC(), XCopyGC(), XCreateGC(), XGContextFromGC(), XSetArcMode(), XSetBackground(), XSetClipMask(), XSetClipOrigin(), XSetClipRectangles(), XSetDashes(), XSetFillRule(), XSetFillStyle(), XSetForeground(), XSetFunction(), XSetGraphicsExposures(), XSetLineAttributes(), XSetPlaneMask(), XSetState(), XSetStipple(), XSetSubwindowMode(), XSetTSOrigin(). 

Copyright O’Reilly & Assoc.  —  

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