summaryrefslogtreecommitdiff
path: root/Documentation/Manual/mcclim.texi
blob: bf833558d3fd6259b4750482ef9956599c147d68 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
% @c -*- Coding: utf-8; Mode: Texinfo -*-

\input texinfo

@documentencoding UTF-8
@documentlanguage en

@syncodeindex vr fn
@syncodeindex tp fn

@paragraphindent 0

@setfilename mcclim
@settitle McCLIM User's Manual

@set MCCLIMVERSION 0.9.7-dev

@copying
Copyright @copyright{} 2004,2005,2006,2007,2008,2017,2019 the McCLIM hackers.
@end copying

@dircategory Common Lisp
@direntry
* McCLIM User's Manual: (mcclim). A free implementation of CLIM.
@end direntry

@titlepage
@title McCLIM User's Manual

@sp 5
@center @titlefont{The Users Guide}
@sp 2
@center @titlefont{and}
@sp 2
@center @titlefont{API Reference}
@sp 2

@page
@vskip 0pt plus 1filll
@insertcopying

@end titlepage

@contents

@ifnottex
@node Top
@top McCLIM User's Manual
@insertcopying
@end ifnottex

@include macros.texi

@menu
* Introduction::
* User manual::
* Reference manual::
* Developer manual::
* Extensions::
* Applications::
* Auxiliary material::
* Concept index::
* Function and macro and variable and type index::
@end menu

@node Introduction
@unnumbered Introduction
@include introduction.texi

@c @node User manual
@c @chapter User manual
@include user-manual.texi

@c @node Reference manual
@c @chapter Reference manual
@include reference-manual.texi

@c @node Developer manual
@c @chapter Developer manual
@include developer-manual.texi

@c @node Extensions
@c @chapter Extensions
@include extensions.texi

@node Applications
@chapter Applications
@include chap-debugger.texi
@include chap-inspector.texi
@include chap-listener.texi

@c @node Auxiliary material
@c @unnumbered Auxiliary material
@include auxiliary-material.texi

@node Concept index
@unnumbered Concept index

@printindex cp

@node Function and macro and variable and type index
@unnumbered Function and macro and variable and type index

@printindex fn

@bye