mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 05:10:58 +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
9db35b22b2
commit
3420f41b50
1 changed files with 23 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?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">
|
<gsdoc base="Gui">
|
||||||
<head>
|
<head>
|
||||||
<title>Gui</title>
|
<title>Gui</title>
|
||||||
|
@ -13,6 +13,14 @@
|
||||||
<body>
|
<body>
|
||||||
<chapter>
|
<chapter>
|
||||||
<heading>Gui</heading>
|
<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>
|
<p>
|
||||||
Read the
|
Read the
|
||||||
<uref url="../ReleaseNotes/ReleaseNotes.html">Release Notes</uref>
|
<uref url="../ReleaseNotes/ReleaseNotes.html">Release Notes</uref>
|
||||||
|
@ -22,12 +30,12 @@
|
||||||
<heading>Compatibility</heading>
|
<heading>Compatibility</heading>
|
||||||
<p>
|
<p>
|
||||||
GNUstep is generally compatible with the OpenStep specification and
|
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
|
deviates from the OpenStep API, GNUstep generally attempts to
|
||||||
support both versions. In some cases the newer MacOS APIs are
|
support both versions. In some cases the newer MacOS APIs are
|
||||||
incompatible with OpenStep, and GNUstep usually supports the richer
|
incompatible with OpenStep, and GNUstep usually supports the richer
|
||||||
version. See the
|
version. See the <uref
|
||||||
<uref url="../General/OpenStepCompliance.html">OpenStep Compliance</uref>
|
url="../General/OpenStepCompliance.html">OpenStep Compliance</uref>
|
||||||
section for more information on OpenStep Compliance.
|
section for more information on OpenStep Compliance.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
@ -35,9 +43,8 @@
|
||||||
<heading>Information and Setup</heading>
|
<heading>Information and Setup</heading>
|
||||||
<p>
|
<p>
|
||||||
Nicola Pero has begun work on writing an
|
Nicola Pero has begun work on writing an
|
||||||
<uref url="Introduction.html">introduction</uref>
|
<uref url="../ProgrammingManual/manual_toc.html">introduction</uref>
|
||||||
to the basic concepts and use of the GNUstep GUI library - a free
|
to the basic concepts and use of the GNUstep GUI library.
|
||||||
software library compatible with the OpenStep Application Kit (tm).
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Useful documentation for setting up GNUstep:
|
Useful documentation for setting up GNUstep:
|
||||||
|
@ -49,7 +56,15 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<back>
|
<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="class" />
|
||||||
<index scope="project" type="protocol" />
|
<index scope="project" type="protocol" />
|
||||||
</back>
|
</back>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue