Page 286 Table of Contents Index Page 288
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E



CHAPTER 28. APPLICATION FRAMES
The name, superclasses, and slots arguments are not evaluated. The values of each of the options
are evaluated.

=> make-application-frame frame-name &rest options &key pretty-name frame-manager enable
state left top right bottom width height save-under frame-class
&allow-other-keys [Function]
Makes an instance of the application frame of type frame-class. If frame-class is not supplied, it
defaults to frame-name.

The size options left, top, right, bottom, width, and height can be used to specify the size of the
frame.

options are passed as additional arguments to make-instance, after the pretty-name, frame-
manager
, enable, state, save-under, frame-class, and size options have been removed.


Page 286 Table of Contents Index Page 288
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E