mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 14:50:59 +00:00
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:
parent
86eca68043
commit
c51f4265da
289 changed files with 33853 additions and 23024 deletions
|
@ -1,160 +1,181 @@
|
|||
<html><head>
|
||||
<title>NSWindowController</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSWindow.html">[Previous] </a>
|
||||
<a href ="Gui.html">[Up] </a>
|
||||
<a href ="NSWorkspace.html">[Next] </a>
|
||||
<h1>NSWindowController</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<p>Version: $Revision$</p>
|
||||
<p>Date: $Date$</p>
|
||||
<h2><a name ="cont-0">NSWindowController</a></h2>
|
||||
<h2><a name ="NSWindowController">NSWindowController</a></h2>
|
||||
<p><b>Declared in: </b> Gui/NSWindowController.h</p>
|
||||
<p><b>Inherits from: </b> NSObject</p>
|
||||
<p><b>Conforms to: </b> NSObject
|
||||
</p>
|
||||
<hr>
|
||||
<html>
|
||||
<head>
|
||||
<title>NSWindowController</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>NSWindowController</h1>
|
||||
<h3>Authors</h3>
|
||||
<dl>
|
||||
<dt>Generated by fedor</dt>
|
||||
<dd>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>Copyright: (C) 2000 Free Software Foundation, Inc.</p>
|
||||
<h1>
|
||||
Software documentation for the NSWindowController
|
||||
class
|
||||
</h1>
|
||||
<h2><a name="class$NSWindowController">NSWindowController</a> : NSObject</h2>
|
||||
Declared: AppKit/NSWindowController.h<br />
|
||||
Conform: NSCoding<br />
|
||||
<p>
|
||||
|
||||
|
||||
<h2>Instance Variables </h2>
|
||||
<ul>
|
||||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li ><a href ="NSWindowController.html#method-0">-close</a>
|
||||
<li ><a href ="NSWindowController.html#method-1">-document</a>
|
||||
<li ><a href ="NSWindowController.html#method-2">-initWithWindow:</a>
|
||||
<li ><a href ="NSWindowController.html#method-3">-initWithWindowNibName:</a>
|
||||
<li ><a href ="NSWindowController.html#method-4">-initWithWindowNibName:</a>
|
||||
<li ><a href ="NSWindowController.html#method-5">-isWindowLoaded</a>
|
||||
<li ><a href ="NSWindowController.html#method-6">-loadWindow</a>
|
||||
<li ><a href ="NSWindowController.html#method-7">-owner</a>
|
||||
<li ><a href ="NSWindowController.html#method-8">-setDocument:</a>
|
||||
<li ><a href ="NSWindowController.html#method-9">-setShouldCascadeWindows:</a>
|
||||
<li ><a href ="NSWindowController.html#method-10">-setShouldCloseDocument:</a>
|
||||
<li ><a href ="NSWindowController.html#method-11">-setWindowFrameAutosaveName:</a>
|
||||
<li ><a href ="NSWindowController.html#method-12">-shouldCascadeWindows</a>
|
||||
<li ><a href ="NSWindowController.html#method-13">-shouldCloseDocument</a>
|
||||
<li ><a href ="NSWindowController.html#method-14">-showWindow:</a>
|
||||
<li ><a href ="NSWindowController.html#method-15">-window</a>
|
||||
<li ><a href ="NSWindowController.html#method-16">-windowDidLoad</a>
|
||||
<li ><a href ="NSWindowController.html#method-17">-windowFrameAutosaveName</a>
|
||||
<li ><a href ="NSWindowController.html#method-18">-windowNibName</a>
|
||||
<li ><a href ="NSWindowController.html#method-19">-windowTitleForDocumentDisplayName:</a>
|
||||
<li ><a href ="NSWindowController.html#method-20">-windowWillLoad</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">close</a></h3>
|
||||
- (void) <b>close</b>;<br>
|
||||
</p>
|
||||
<h3>close</a></h3>
|
||||
- (void) <b>close</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-1">document</a></h3>
|
||||
- (id) <b>document</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>document</a></h3>
|
||||
- (id) <b>document</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-2">initWithWindow:</a></h3>
|
||||
- (id) <b>initWithWindow:</b> (NSWindow*)window;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>initWithWindow:</a></h3>
|
||||
- (id) <b>initWithWindow:</b> (<a href="NSWindow.html#class$NSWindow">NSWindow</a>*)window;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-3">initWithWindowNibName:</a></h3>
|
||||
- (id) <b>initWithWindowNibName:</b> (NSString*)windowNibName;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>initWithWindowNibName:</a></h3>
|
||||
- (id) <b>initWithWindowNibName:</b> (NSString*)windowNibName;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-4">initWithWindowNibName:</a></h3>
|
||||
- (id) <b>initWithWindowNibName:</b> (NSString*)windowNibName;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>initWithWindowNibName:owner:</a></h3>
|
||||
- (id) <b>initWithWindowNibName:</b> (NSString*)windowNibName<b> owner:</b> (id)owner;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-5">isWindowLoaded</a></h3>
|
||||
- (BOOL) <b>isWindowLoaded</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>initWithWindowNibPath:owner:</a></h3>
|
||||
- (id) <b>initWithWindowNibPath:</b> (NSString*)windowNibPath<b> owner:</b> (id)owner;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-6">loadWindow</a></h3>
|
||||
- (void) <b>loadWindow</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>isWindowLoaded</a></h3>
|
||||
- (BOOL) <b>isWindowLoaded</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-7">owner</a></h3>
|
||||
- (id) <b>owner</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>loadWindow</a></h3>
|
||||
- (void) <b>loadWindow</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-8">setDocument:</a></h3>
|
||||
- (void) <b>setDocument:</b> (NSDocument*)document;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>owner</a></h3>
|
||||
- (id) <b>owner</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-9">setShouldCascadeWindows:</a></h3>
|
||||
- (void) <b>setShouldCascadeWindows:</b> (BOOL)flag;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setDocument:</a></h3>
|
||||
- (void) <b>setDocument:</b> (<a href="NSDocument.html#class$NSDocument">NSDocument</a>*)document;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-10">setShouldCloseDocument:</a></h3>
|
||||
- (void) <b>setShouldCloseDocument:</b> (BOOL)flag;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setDocumentEdited:</a></h3>
|
||||
- (void) <b>setDocumentEdited:</b> (BOOL)flag;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-11">setWindowFrameAutosaveName:</a></h3>
|
||||
- (void) <b>setWindowFrameAutosaveName:</b> (NSString*)name;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setShouldCascadeWindows:</a></h3>
|
||||
- (void) <b>setShouldCascadeWindows:</b> (BOOL)flag;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-12">shouldCascadeWindows</a></h3>
|
||||
- (BOOL) <b>shouldCascadeWindows</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setShouldCloseDocument:</a></h3>
|
||||
- (void) <b>setShouldCloseDocument:</b> (BOOL)flag;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-13">shouldCloseDocument</a></h3>
|
||||
- (BOOL) <b>shouldCloseDocument</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setWindow:</a></h3>
|
||||
- (void) <b>setWindow:</b> (<a href="NSWindow.html#class$NSWindow">NSWindow</a>*)aWindow;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-14">showWindow:</a></h3>
|
||||
- (void) <b>showWindow:</b> (id)sender;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>setWindowFrameAutosaveName:</a></h3>
|
||||
- (void) <b>setWindowFrameAutosaveName:</b> (NSString*)name;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-15">window</a></h3>
|
||||
- (NSWindow*) <b>window</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>shouldCascadeWindows</a></h3>
|
||||
- (BOOL) <b>shouldCascadeWindows</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-16">windowDidLoad</a></h3>
|
||||
- (void) <b>windowDidLoad</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>shouldCloseDocument</a></h3>
|
||||
- (BOOL) <b>shouldCloseDocument</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-17">windowFrameAutosaveName</a></h3>
|
||||
- (NSString*) <b>windowFrameAutosaveName</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>showWindow:</a></h3>
|
||||
- (IBAction) <b>showWindow:</b> (id)sender;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-18">windowNibName</a></h3>
|
||||
- (NSString*) <b>windowNibName</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>synchronizeWindowTitleWithDocumentName</a></h3>
|
||||
- (void) <b>synchronizeWindowTitleWithDocumentName</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-19">windowTitleForDocumentDisplayName:</a></h3>
|
||||
- (NSString*) <b>windowTitleForDocumentDisplayName:</b> (NSString*)displayName;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>window</a></h3>
|
||||
- (<a href="NSWindow.html#class$NSWindow">NSWindow</a>*) <b>window</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
<h3><a name ="method-20">windowWillLoad</a></h3>
|
||||
- (void) <b>windowWillLoad</b>;<br>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>windowDidLoad</a></h3>
|
||||
- (void) <b>windowDidLoad</b>;<br />
|
||||
<p>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</p>
|
||||
<hr />
|
||||
<h3>windowFrameAutosaveName</a></h3>
|
||||
- (NSString*) <b>windowFrameAutosaveName</b>;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>windowNibName</a></h3>
|
||||
- (NSString*) <b>windowNibName</b>;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>windowNibPath</a></h3>
|
||||
- (NSString*) <b>windowNibPath</b>;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>windowTitleForDocumentDisplayName:</a></h3>
|
||||
- (NSString*) <b>windowTitleForDocumentDisplayName:</b> (NSString*)displayName;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
<h3>windowWillLoad</a></h3>
|
||||
- (void) <b>windowWillLoad</b>;<br />
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<hr />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue