Page 314 Table of Contents Index Page 316
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 29. PANES

These options specify the default text margin (that is, how much space is left around the inside
edge of the pane) and vertical spacing (that is, how much space is between each text line) for the
pane. The default for :text-margin is the width of the window, and the default for :vertical-
spacing
is 2.

=> :end-of-line-action [Option]
=> :end-of-page-action [Option]
These options specify the end-of-line and end-of-page actions to be used for the pane. The
default for these options are :wrap and :scroll, respectively.

=> :output-history [Option]
This option names the class to be used for the output history for the pane. The default is
standard-tree-output-history.

29.4.2 Application Pane Classes

=> clim-stream-pane [Service Pane]
This class implements a pane that supports the CLIM graphics, extended input and output, and
output recording protocols. Most application panes will be subclasses of this class.

=> interactor-pane [Service Pane]
The pane class that is used to implement "interactor" panes. The default method for frame-
standard-input
will return the first pane of this type.

For interactor-pane, the default for :display-time is nil and the default for :scroll-bars
is :vertical.

=> application-pane [Service Pane]
The pane class that is used to implement "application" panes. The default method for frame-
standard-output
will return the first pane of this type.

For application-pane, the default for :display-time is :command-loop and the default for
:scroll-bars is t.

=> command-menu-pane [Service Pane]
The pane class that is used to implement command menu panes that are not menu bars. The
default display function for panes of this type is display-command-menu.

For command-menu-pane, the default for :display-time is :command-loop, the default for
:incremental-redisplay is t, and the default for :scroll-bars is t.

=> title-pane [Service Pane]


Page 314 Table of Contents Index Page 316
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