next up previous
Next: QUIT-APPLICATION-CALLBACK () Up: Event handlers Previous: BUILD-SIMPLE-FONT-LIST (name font-spec)

BUILD-FONT-LIST (flist-spec)

This allows for the construction of font lists with more than one font. An example:

(build-font-list `(("EntryFont" ,entry-font-name)
                   ("HeaderFont" ,header-font-name)
                   ("ItalicFont" ,italic-font-name)))

There are certain callbacks which are of general use, and standard ones are provided for the programmer's convenience. For all callbacks except QUIT-APPLICATION-CALLBACK, you register some number of widgets with ADD-CALLBACK. These will be the widgets acted upon by the callback:



Peter Van Eynde 2001-03-08