3(EZ_GetGC) EZWGL Functions 3(EZ_GetGC)NAME
EZ_GetGC, EZ_FreeGC - find/create a GC
SYNOPSIS
#include <EZ.h>
GC EZ_GetGC(unsigned long mask, XGCValues *gcvalues)
void EZ_FreeGC(GC gc)
DESCRIPTIONEZ_GetGC finds or create a GC with the specified attributes. Once
allocated, future call of this function with the same arguments will
return the same GC.
EZ_FreeGC release the specified GC.
SEE ALSOEZ_FigItemAddLine(3)EZWGL3(EZ_GetGC)