DragonFly On-Line Manual Pages

Search: Section:  


EZ_GetWritableGC(3)             EZWGL Functions            EZ_GetWritableGC(3)

NAME

EZ_GetWritableGC - return the common GC (graphics context) used in EZWGL

SYNOPSIS

#include <EZ.h> GC EZ_GetWritableGC()

DESCRIPTION

EZ_GetWritableGC returns the common GC used in the EZ Widget library. This procedure is provided as a convenience routine for those who design his/her own widgets. In genaral, it is not safe to modify the attributes of the common GC as it may interfere with the rendering of internal EZ widgets.

SEE ALSO

EZ_RegisterWidget(3), EZ_CreateWidget(3) EZWGL EZ_GetWritableGC(3)

Search: Section: