typebind.icn: Procedures to produce table of graphic contexts for type

link typebind
March 4, 1997; Ralph E. Griswold and Clinton L. Jeffery
Requires: Version 9 graphics
This file is in the public domain.

typebind(window, codes, opts) returns a table of graphic contexts bound to
window with foreground colors keyed by type in the string of event codes.

Codes for which there is no corresponding color are ignored.

Note:  Event monitoring global identifiers must be linked by the program
that uses this procedure.


Source code | Program Library Page | Icon Home Page