Page 221 | Table of Contents | Index | Page 223 |
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 |
(with-input-context ('pathname) (path) (read) (pathname (format t "~&The pathname ~A was clicked on." path)))=> accept type &key stream view default default-type provide-default insert-default replace-input
Rationale: the reason accept is specified as a three-function "trampoline" is to allow close
tailoring of the behavior of accept. accept itself is the function that should be called by
application programmers. CLIM implementors will specialize stream-accept on a per-stream
basis. (For example, the behavior of accepting-values can be implemented by creating a
special class of stream that turns calls to accept into fields of a dialog.) accept-1 is provided
as a convenient function for the stream-accept methods to call when they require the default
Page 221 | Table of Contents | Index | Page 223 |
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 |