Page 288 | Table of Contents | Index | Page 290 |
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 |
(scrolling () (make-pane 'interactor-pane)))If the :pane option is not used, a set of named panes can be specified with the :panes option.
(:panes (buttons (horizontally () (make-pane 'push-button :label "Press me") (make-pane 'push-button :label "Squeeze me"))) (toggle toggle-button :label "Toggle me") (interactor :interactor :width 300 :height 300) (application :application :display-function 'another-display-function :incremental-redisplay t))The value of the :layouts option is an alist, each entry of which is of the form (name layout).
Page 288 | Table of Contents | Index | Page 290 |
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 |