3(EZ_GetGC) EZWGL Functions 3(EZ_GetGC)NAME
EZ_GetGC, EZ_FreeGC - find/create a GCSYNOPSIS
#include <EZ.h> GC EZ_GetGC(unsigned long mask, XGCValues *gcvalues) void EZ_FreeGC(GC gc)DESCRIPTION
EZ_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 ALSO
EZ_FigItemAddLine(3) EZWGL 3(EZ_GetGC)