mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
updated to reflect move of some material from here to new start on GUI programming manual
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20061 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8b3d930318
commit
6293a03c4e
1 changed files with 23 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.xml">
|
||||
<gsdoc base="Gui">
|
||||
<head>
|
||||
<title>Gui</title>
|
||||
|
@ -13,6 +13,14 @@
|
|||
<body>
|
||||
<chapter>
|
||||
<heading>Gui</heading>
|
||||
<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>
|
||||
<p>
|
||||
Read the
|
||||
<uref url="../ReleaseNotes/ReleaseNotes.html">Release Notes</uref>
|
||||
|
@ -22,22 +30,21 @@
|
|||
<heading>Compatibility</heading>
|
||||
<p>
|
||||
GNUstep is generally compatible with the OpenStep specification and
|
||||
with recent developments of the MacOS (cocoa) API. Where MacOS
|
||||
with recent developments of the Mac OS X (Cocoa) API. Where MacOS
|
||||
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
|
||||
version. See the
|
||||
<uref url="../General/OpenStepCompliance.html">OpenStep Compliance</uref>
|
||||
section for more information on OpenStep Compliance.
|
||||
version. See the <uref
|
||||
url="../General/OpenStepCompliance.html">OpenStep Compliance</uref>
|
||||
section for more information on OpenStep Compliance.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<heading>Information and Setup</heading>
|
||||
<p>
|
||||
Nicola Pero has begun work on writing an
|
||||
<uref url="Introduction.html">introduction</uref>
|
||||
to the basic concepts and use of the GNUstep GUI library - a free
|
||||
software library compatible with the OpenStep Application Kit (tm).
|
||||
<uref url="../ProgrammingManual/manual_toc.html">introduction</uref>
|
||||
to the basic concepts and use of the GNUstep GUI library.
|
||||
</p>
|
||||
<p>
|
||||
Useful documentation for setting up GNUstep:
|
||||
|
@ -49,7 +56,15 @@
|
|||
</section>
|
||||
|
||||
</chapter>
|
||||
|
||||
<back>
|
||||
<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>
|
||||
<index scope="project" type="class" />
|
||||
<index scope="project" type="protocol" />
|
||||
</back>
|
||||
|
|
Loading…
Reference in a new issue