mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
* Source/GNUmakefile: Use it. * Source/GNUmakefile.postamble: Idem, add custom Info.plist. * Source/GNUmakefile.preamble: Update for interface version. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@21498 72102866-910b-0410-8b05-ffd578937521
26 lines
800 B
XML
26 lines
800 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_7_0.xml">
|
|
<gsdoc base="Back">
|
|
<head>
|
|
<title>Back</title>
|
|
<author name="Adam Fedor">
|
|
<email address="fedor@gnu.org"/>
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
</author>
|
|
<version>$Revision$</version>
|
|
<date>$Date$</date>
|
|
<copy>2005 Free Software Foundation, Inc.</copy>
|
|
</head>
|
|
<body>
|
|
<chapter>
|
|
<heading>Back</heading>
|
|
<p>
|
|
Documentation for understanding and writting GUI backends.
|
|
</p>
|
|
<list>
|
|
<item><uref url="WindowFocus.html">Window Focus</uref></item>
|
|
<item><uref url="DefaultsSummary.html">User Default Options</uref></item>
|
|
</list>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|