Full Documentation: Graphics Preprocessor Definitions

Icon version 9.5.20f

keysyms.icn: Definitions for event key symbols

$include "keysyms.icn"
July 14, 1998; Ralph E. Griswold, Gregg M. Townsend, Clinton L. Jeffery
Requires: Version 9.0 of Icon
This file is in the public domain.

This file contains definitions for the graphics event values returned
by "outboard" keys such as Key_F1, Key_Insert, Key_Pause, and so on.

[ Summary entry | Source code ]


maccolor.icn: Definitions for Macintosh color mappings

$include "maccolor.icn"
August 14, 1996; Ralph E. Griswold
This file is in the public domain.

The table map16 maps hexadecimal digits for Macintosh the 16-color
system palette to RGB equivalents.  The table map256 does the same for
the 256-color system palette.

[ Summary entry | Source code ]


vdefns.icn: Definitions for visual interface

$include "vdefns.icn"
October 26, 1997; Gregg M. Townsend
Requires: Version 9.0 of Icon
This file is in the public domain.

This file contains definitions used by the dialog and vidget library
and by the interface builder, VIB.

[ Summary entry | Source code ]


xcolors.icn: Definitions for X color names

$include "xcolors.icn"
December 16, 1994; Ralph E. Griswold
This file is in the public domain.

These definitions correspond to the colors that X provides on a typical
UNIX platform.

[ Summary entry | Source code ]


xnames.icn: Definitions for graphic procedure names

$include "xnames.icn"
May 26, 1994; Ralph E. Griswold
This file is in the public domain.

These definitions are provided for compatibility between versions 8.10
and 9.0 of Icon.

[ Summary entry | Source code ]


Program Library Page | Icon Home Page