[ Previous | Next | Contents | Glossary | Home | Search ]
x11 R6 Technical Reference

XESetFlushGC Extension Function

Purpose

Defines a procedure to call when a graphics context (GC) needs to be updated in the server.

Library

Enhanced X-Windows Library (libX11.a)

C Syntax

int (*XESetFlushGC(DisplayPtr, Extension, Procedure))()
Display *DisplayPtr;
int Extension;
char *(*Procedure)();

Description

The XESetFlushGC extension function defines a procedure to call when a GC in the cache needs to be updated in the server.

Parameters

DisplayPtr Specifies a display device.
Extension Specifies an extension number.
Procedure Specifies a routine to call when the GC cache needs to be updated.

Related Information

Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.

AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.


[ Previous | Next | Contents | Glossary | Home | Search ]