2000-02-28 16:33:27 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-10-09 15:18:44 +00:00
|
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.3//EN" "http://www.gnustep.org/gsdoc-1_0_3.xml">
|
2000-04-10 05:22:48 +00:00
|
|
|
<gsdoc base="Gui">
|
2000-02-28 16:33:27 +00:00
|
|
|
<head>
|
2000-04-10 05:22:48 +00:00
|
|
|
<title>Gui</title>
|
2000-02-28 16:33:27 +00:00
|
|
|
<author name="Richard Frith-Macdonald">
|
|
|
|
<email address="rfm@gnu.org"/>
|
|
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
|
|
</author>
|
2001-03-03 10:04:05 +00:00
|
|
|
<version>$Revision$</version>
|
|
|
|
<date>$Date$</date>
|
2005-07-17 14:07:07 +00:00
|
|
|
<copy>2005 Free Software Foundation, Inc.</copy>
|
2000-02-28 16:33:27 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<chapter>
|
2000-04-10 05:22:48 +00:00
|
|
|
<heading>Gui</heading>
|
2004-09-14 02:21:34 +00:00
|
|
|
<p>
|
|
|
|
The GNUstep GUI library is a free software package implementing the
|
|
|
|
API of the OpenStep Application Kit (tm), or "AppKit", including
|
|
|
|
later additions. This documentation package describes the core of
|
|
|
|
the Base library; for documentation on additional classes, see the
|
|
|
|
<uref url="../Additions/index.html">GuiAdditions</uref>
|
|
|
|
documentation package.
|
|
|
|
</p>
|
2000-03-05 17:39:16 +00:00
|
|
|
<p>
|
2004-07-15 03:28:25 +00:00
|
|
|
Read the
|
|
|
|
<uref url="../ReleaseNotes/ReleaseNotes.html">Release Notes</uref>
|
|
|
|
for the current release.
|
2004-06-22 23:20:26 +00:00
|
|
|
</p>
|
2004-07-15 03:28:25 +00:00
|
|
|
<section>
|
|
|
|
<heading>Compatibility</heading>
|
|
|
|
<p>
|
|
|
|
GNUstep is generally compatible with the OpenStep specification and
|
2004-09-14 02:21:34 +00:00
|
|
|
with recent developments of the Mac OS X (Cocoa) API. Where MacOS
|
2004-07-15 03:28:25 +00:00
|
|
|
deviates from the OpenStep API, GNUstep generally attempts to
|
|
|
|
support both versions. In some cases the newer MacOS APIs are
|
|
|
|
incompatible with OpenStep, and GNUstep usually supports the richer
|
2004-09-14 02:21:34 +00:00
|
|
|
version. See the <uref
|
|
|
|
url="../General/OpenStepCompliance.html">OpenStep Compliance</uref>
|
|
|
|
section for more information on OpenStep Compliance.
|
2004-07-15 03:28:25 +00:00
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<heading>Information and Setup</heading>
|
2004-06-22 23:20:26 +00:00
|
|
|
<p>
|
2004-07-15 03:28:25 +00:00
|
|
|
Nicola Pero has begun work on writing an
|
2004-09-14 02:21:34 +00:00
|
|
|
<uref url="../ProgrammingManual/manual_toc.html">introduction</uref>
|
|
|
|
to the basic concepts and use of the GNUstep GUI library.
|
2004-07-15 03:28:25 +00:00
|
|
|
</p>
|
2002-09-01 21:37:00 +00:00
|
|
|
<p>
|
|
|
|
Useful documentation for setting up GNUstep:
|
|
|
|
</p>
|
|
|
|
<list>
|
2004-06-22 23:20:26 +00:00
|
|
|
<item><uref url="../../../User/Gui/DefaultsSummary.html">Available User Defaults</uref></item>
|
|
|
|
<item><uref url="../../../User/Gui/LanguageSetup.html">Language Setup</uref></item>
|
2002-09-01 21:37:00 +00:00
|
|
|
</list>
|
2004-07-15 03:28:25 +00:00
|
|
|
</section>
|
|
|
|
|
2000-02-28 16:33:27 +00:00
|
|
|
</chapter>
|
2004-09-14 02:21:34 +00:00
|
|
|
|
2004-03-08 04:26:28 +00:00
|
|
|
<back>
|
2004-09-14 02:21:34 +00:00
|
|
|
<chapter>
|
|
|
|
<heading>API Documentation</heading>
|
|
|
|
<list>
|
|
|
|
<item><uref url="Functions.html">Functions</uref></item>
|
|
|
|
<item><uref url="TypesAndConstants.html">Types and Constants</uref></item>
|
|
|
|
</list>
|
|
|
|
</chapter>
|
2004-03-08 04:26:28 +00:00
|
|
|
<index scope="project" type="class" />
|
|
|
|
<index scope="project" type="protocol" />
|
|
|
|
</back>
|
2000-02-28 16:33:27 +00:00
|
|
|
</body>
|
|
|
|
</gsdoc>
|