Defines a procedure to call when the XFreeFont function is called.
Enhanced X-Windows Library (libX11.a)
int *XESetFreeFont(DisplayPtr, Extension, Procedure))() Display *DisplayPtr; int Extension; int (*Procedure)();
The XESetFreeFont extension function defines a procedure to call when the XFreeFont function is called. This extension function returns any previously defined procedure, usually the value of Null.
When the XFreeFont function is called, the defined procedure is called with the following syntax:
(*Procedure)(DisplayPtr, FontStructure, Codes); Display *Display; XFontStruct *FontStructure; XExtCodes *Codes;
DisplayPtr | Specifies a display device. |
Extension | Specifies an extension number. |
Procedure | Specifies a routine to call when a font is freed. |
Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.
The XFreeFont function.
AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.