Markup for autogsdoc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-12-17 16:51:51 +00:00
parent 86eca68043
commit c51f4265da
289 changed files with 33853 additions and 23024 deletions

View file

@ -1,23 +1,22 @@
<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
<gsdoc base="NSWindowController" prev="NSWindow.html" next="NSWorkspace.html" up="Gui.html">
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
<gsdoc base="NSWindowController" next="NSWorkspace" prev="NSWindow" up="NSActionCell">
<head>
<title>NSWindowController</title>
<author name="Richard Frith-Macdonald">
<email address="rfm@gnu.org"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<version>$Revision$</version>
<date>$Date$</date>
<author name="Generated by fedor"></author>
<copy>2000 Free Software Foundation, Inc.</copy>
</head>
<body>
<chapter>
<heading>NSWindowController</heading>
<heading>
Software documentation for the NSWindowController
class
</heading>
<class name="NSWindowController" super="NSObject">
<declared>Gui/NSWindowController.h</declared>
<conform>NSObject</conform>
<desc>
</desc>
<declared>AppKit/NSWindowController.h</declared>
<conform>NSCoding</conform>
<desc>
</desc>
<method type="void">
<sel>close</sel>
<desc>
@ -43,6 +42,16 @@
<method type="id">
<sel>initWithWindowNibName:</sel>
<arg type="NSString*">windowNibName</arg>
<sel>owner:</sel>
<arg type="id">owner</arg>
<desc>
</desc>
</method>
<method type="id">
<sel>initWithWindowNibPath:</sel>
<arg type="NSString*">windowNibPath</arg>
<sel>owner:</sel>
<arg type="id">owner</arg>
<desc>
</desc>
</method>
@ -67,6 +76,12 @@
<desc>
</desc>
</method>
<method type="void">
<sel>setDocumentEdited:</sel>
<arg type="BOOL">flag</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setShouldCascadeWindows:</sel>
<arg type="BOOL">flag</arg>
@ -79,6 +94,12 @@
<desc>
</desc>
</method>
<method type="void">
<sel>setWindow:</sel>
<arg type="NSWindow*">aWindow</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>setWindowFrameAutosaveName:</sel>
<arg type="NSString*">name</arg>
@ -95,12 +116,17 @@
<desc>
</desc>
</method>
<method type="void">
<method type="IBAction">
<sel>showWindow:</sel>
<arg type="id">sender</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>synchronizeWindowTitleWithDocumentName</sel>
<desc>
</desc>
</method>
<method type="NSWindow*">
<sel>window</sel>
<desc>
@ -121,6 +147,11 @@
<desc>
</desc>
</method>
<method type="NSString*">
<sel>windowNibPath</sel>
<desc>
</desc>
</method>
<method type="NSString*">
<sel>windowTitleForDocumentDisplayName:</sel>
<arg type="NSString*">displayName</arg>