1<?xml version="1.0"?>
2<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.3//EN" "http://www.gnustep.org/gsdoc-1_0_3.xml">
3<gsdoc base="Gui">
4  <head>
5    <title>Gui</title>
6    <author name="Richard Frith-Macdonald">
7      <email address="rfm@gnu.org"/>
8      <url url="http://www.gnustep.org/developers/whoiswho.html"/>
9    </author>
10    <version>$Revision$</version>
11    <date>$Date$</date>
12    <copy>2005 Free Software Foundation, Inc.</copy>
13  </head>
14  <body>
15    <chapter>
16      <heading>Gui</heading>
17      <p>
18          The GNUstep GUI library is a free software package implementing the
19          API of the OpenStep Application Kit (tm), or "AppKit", including
20          later additions.  This documentation package describes the core of
21          the Base library; for documentation on additional classes, see the
22          <uref url="../Additions/index.html">GuiAdditions</uref>
23          documentation package.
24      </p>
25      <p>
26        Read the
27        <uref url="../ReleaseNotes/ReleaseNotes.html">Release Notes</uref>
28        for the current release.
29      </p>
30      <section>
31        <heading>Compatibility</heading>
32        <p>
33          GNUstep is generally compatible with the OpenStep specification and
34          with recent developments of the Mac OS X (Cocoa) API.  Where MacOS
35          deviates from the OpenStep API, GNUstep generally attempts to
36          support both versions.  In some cases the newer MacOS APIs are
37          incompatible with OpenStep, and GNUstep usually supports the richer
38          version. See the <uref
39          url="../General/OpenStepCompliance.html">OpenStep Compliance</uref>
40          section for more information on OpenStep Compliance.
41        </p>
42      </section>
43      <section>
44        <heading>Information and Setup</heading>
45      <p>
46	Nicola Pero has begun work on writing an
47	<uref url="../ProgrammingManual/manual_toc.html">introduction</uref>
48	to the basic concepts and use of the GNUstep GUI library.
49     </p>
50      <p>
51        Useful documentation for setting up GNUstep:
52      </p>
53      <list>
54        <item><uref url="../../../User/Gui/DefaultsSummary.html">Available User Defaults</uref></item>
55        <item><uref url="../../../User/Gui/LanguageSetup.html">Language Setup</uref></item>
56      </list>
57      </section>
58
59    </chapter>
60
61    <back>
62      <chapter>
63        <heading>API Documentation</heading>
64        <list>
65          <item><uref url="Functions.html">Functions</uref></item>
66          <item><uref url="TypesAndConstants.html">Types and Constants</uref></item>
67        </list>
68      </chapter>
69      <index scope="project" type="class" />
70      <index scope="project" type="protocol" />
71    </back>
72  </body>
73</gsdoc>
74