Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ReleaseGC(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XtReleaseGC − deallocate a shared GC when it is no longer needed. 

SYNOPSIS

void XtReleaseGC(object, gc)
    Widget object;
    GC gc;

Inputs

objectSpecifies any object on the display for which the GC was created; may be of class Object or any subclass thereof. 

gcSpecifies the GC to be deallocated. 

DESCRIPTION

XtReleaseGC() deallocates a shared GC allocated with XtGetGC() or XtAllocateGC().  The Intrinsics maintain a reference count on all shared GCs and call XFreeGC() when the last user of a GC releases it. 

SEE ALSO

XtAllocateGCUNIX SYSTEM V/68, XtGetGCUNIX SYSTEM V/68. 

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