All Manuals > CLIM 2.0 User Guide > 1 Using CLIM

1.5 Loading CLIM

To load CLIM into your LispWorks image, call:

(require "clim").

To load the PostScript functionality, call:

(require "clim-postscript")

To load the CLIM demos, call:

(require "clim-demo")

See 1.7 The CLIM demos, for information about running the demos.

Note that module names are case-sensitive. For example (require "CLIM") will not work.

Note that the appearance of CLIM windows can be configured on some systems. See 1.7.1 Changing the appearance of CLIM windows.


CLIM 2.0 User Guide - 01 Dec 2021 19:38:55