1\input texinfo
2@c    Using the GNUstep AppKit
3@c
4@c    Copyright (c)  2005-2006  Christopher Armstrong.
5@c
6@c    Permission is granted to copy, distribute and/or modify this document
7@c    under the terms of the GNU Free Documentation License, Version 1.2
8@c    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
9@c    A copy of the license is included in the section entitled "GNU
10@c    Free Documentation License".
11@c
12@c This documentation is provided on an "AS IS" BASIS, WITHOUT WARRANTY
13@c OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED
14@c TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
15@c PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND USEFULNESS
16@c OF THE DOCUMENTATION IS WITH YOU (THE LICENSEE). IN NO EVENT WILL THE COPYRIGHT
17@c HOLDERS BE LIABLE FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT,
18@c SPECIAL, GENERAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
19@c THE USE OR INABILITY TO USE THIS DOCUMENTATION (INCLUDING BUT NOT
20@c LIMITED TO LOSS OF DATA, USE, OR PROFITS; PROCUREMENT OF SUBSTITUTE
21@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
22@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23
24@c %**start of header
25@setfilename AppKit.info
26@settitle Using the GNUstep AppKit 0.1
27@afourpaper
28@c %**end of header
29
30@copying
31@copyright{} 2005-2006 Christopher Armstrong.
32
33Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2, as published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
34
35This documentation is provided on an "AS IS" BASIS, WITHOUT WARRANTY
36OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED
37TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
38PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND USEFULNESS
39OF THE DOCUMENTATION IS WITH YOU (THE LICENSEE). IN NO EVENT WILL THE COPYRIGHT
40HOLDERS BE LIABLE FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT,
41SPECIAL, GENERAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
42THE USE OR INABILITY TO USE THIS DOCUMENTATION (INCLUDING BUT NOT
43LIMITED TO LOSS OF DATA, USE, OR PROFITS; PROCUREMENT OF SUBSTITUTE
44GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
45IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46@end copying
47
48@ifnottex
49@node Top, Introduction, (dir), (dir)
50@top Using the GNUstep AppKit
51
52@ifnothtml
53@insertcopying
54@end ifnothtml
55
56@ifhtml
57Copyright (C) 2005-2006 Christopher Armstrong.
58
59Permisssion is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2, as published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
60
61This documentation is provided on an "AS IS" BASIS, WITHOUT WARRANTY
62OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED
63TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
64PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND USEFULNESS
65OF THE DOCUMENTATION IS WITH YOU (THE LICENSEE). IN NO EVENT WILL THE COPYRIGHT
66HOLDERS BE LIABLE FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT,
67SPECIAL, GENERAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
68THE USE OR INABILITY TO USE THIS DOCUMENTATION (INCLUDING BUT NOT
69LIMITED TO LOSS OF DATA, USE OR PROFITS; PROCUREMENT OF SUBSTITUTE
70GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
71IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
72@end ifhtml
73
74@menu
75* Introduction::
76* basicconcepts::
77* gnustepapplications::
78* applicationmakefiles::
79* interfacefiles::
80* controls::
81* theviewconcept::
82* eventhandling::
83* tableview::
84* outlineviews::
85* matrix::
86* browsercontrols::
87* dataexchange::
88* images::
89* fdl::
90* conceptindex::
91@end menu
92
93@end ifnottex
94@iftex
95@titlepage
96@title Using the GNUstep AppKit
97@subtitle A guide to using various parts of the GNUstep AppKit for application development
98@author Christopher Armstrong
99@page
100@insertcopying
101@contents
102@end titlepage
103@end iftex
104
105@c %** Contents of file, one file per chapter
106@c %** @include helloworld.texi
107
108@c // Chapters
109@include intro.texi
110@include basicconcepts.texi
111@include gnustepapplication.texi
112@c //@include afirstapplication.texi
113@include applicationmakefiles.texi
114@include interfacefiles.texi
115@c @include applicationpropertylist.texi
116@include controls.texi
117@include theviewconcept.texi
118@include eventhandling.texi
119@c @include drawing.texi
120@include tableviews.texi
121@include outlineviews.texi
122@include matrix.texi
123@include browsers.texi
124@include dataexchange.texi
125@include images.texi
126
127@c // Appendices
128@c @include quickreference.texi
129@include fdl.texi
130
131@c Indexes
132@node conceptindex,  , Top, Top
133@unnumbered Concept Index
134@printindex cp
135
136@c %** End of file contents specification
137@bye
138
139