Defines a procedure to call when a graphics context (GC) needs to be updated in the server.
Enhanced X-Windows Library (libX11.a)
int (*XESetFlushGC(DisplayPtr, Extension, Procedure))() Display *DisplayPtr; int Extension; char *(*Procedure)();
The XESetFlushGC extension function defines a procedure to call when a GC in the cache needs to be updated in the server.
DisplayPtr | Specifies a display device. |
Extension | Specifies an extension number. |
Procedure | Specifies a routine to call when the GC cache needs to be updated. |
Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.
AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.