1\input texinfo              @c -*-texinfo-*-
2
3@c %**start of header
4@setfilename manual.info
5@settitle GNUstep GUI, Programming Manual
6@c %**end of header
7
8@ifinfo
9@format
10START-INFO-DIR-ENTRY
11* GNUstepBase:         GNUstep GUI Library (OpenStep AppKit)
12END-INFO-DIR-ENTRY
13@end format
14@end ifinfo
15
16@ifinfo
17Copyright @copyright{} 2001 Free Software Foundation
18
19Permission is granted to make and distribute verbatim copies of
20this manual provided the copyright notice and this permission notice
21are preserved on all copies.
22
23Permission is granted to copy and distribute modified versions of this
24manual under the conditions for verbatim copying, provided also that
25the entire resulting derived work is distributed under the terms of a
26permission notice identical to this one.
27
28Permission is granted to copy and distribute translations of this manual
29into another language, under the above conditions for modified versions.
30@end ifinfo
31
32@setchapternewpage odd
33@titlepage
34
35@title GNUstep GUI Library (OpenStep AppKit)
36@title Programming Manual
37
38@author Adam Fedor (fedor@@gnu.org)
39@author Nicola Pero (n.pero@@mi.flashnet.it)
40@page
41
42@vskip 0pt plus 1filll
43Copyright @copyright{} 2001 Free Software Foundation
44
45Permission is granted to make and distribute verbatim copies of
46this manual provided the copyright notice and this permission notice
47are preserved on all copies.
48
49Permission is granted to copy and distribute modified versions of this
50manual under the conditions for verbatim copying, provided also that
51the entire resulting derived work is distributed under the terms of a
52permission notice identical to this one.
53
54Permission is granted to copy and distribute translations of this manual
55into another language, under the above conditions for modified versions.
56@end titlepage
57
58@contents
59
60@ignore : No foreword written yet
61@ifnothtml
62@iftex
63@c Foreword
64@include foreword.texi
65@end iftex
66@end ifnothtml
67@end ignore
68
69@ifinfo
70@c **Top node and master menu
71@node Top
72@top Objective-C Programming Manual
73
74@ignore : No foreword written yet
75@include foreword.texi
76@end ignore
77
78@menu
79* Introduction::	 An introduction to the GNUstep GUI library
80* Basic Classes::	 Basic Classes in the Library
81@end menu
82@c **end Top node and master menu
83@end ifinfo
84
85@page
86
87@c Chapter 1, Introduction
88@include Introduction.texi
89
90@c Chapter 1, Basic Classes
91@include BasicClasses.texi
92
93
94@unnumbered Concept Index
95@printindex cp
96
97@bye
98
99
100
101
102
103
104
105
106