mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:21:08 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6444 72102866-910b-0410-8b05-ffd578937521
156 lines
4.5 KiB
HTML
156 lines
4.5 KiB
HTML
<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: 0.1</p>
|
|
<p>Date: 28 February, 2000</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>
|
|
|
|
|
|
<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><a name="method-0">close</a></h2>
|
|
- (void) <b>close</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-1">document</a></h2>
|
|
- (id) <b>document</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-2">initWithWindow:</a></h2>
|
|
- (id) <b>initWithWindow:</b> (NSWindow*)window<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-3">initWithWindowNibName:</a></h2>
|
|
- (id) <b>initWithWindowNibName:</b> (NSString*)windowNibName<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-4">initWithWindowNibName:</a></h2>
|
|
- (id) <b>initWithWindowNibName:</b> (NSString*)windowNibName<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-5">isWindowLoaded</a></h2>
|
|
- (BOOL) <b>isWindowLoaded</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-6">loadWindow</a></h2>
|
|
- (void) <b>loadWindow</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-7">owner</a></h2>
|
|
- (id) <b>owner</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-8">setDocument:</a></h2>
|
|
- (void) <b>setDocument:</b> (NSDocument*)document<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-9">setShouldCascadeWindows:</a></h2>
|
|
- (void) <b>setShouldCascadeWindows:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-10">setShouldCloseDocument:</a></h2>
|
|
- (void) <b>setShouldCloseDocument:</b> (BOOL)flag<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-11">setWindowFrameAutosaveName:</a></h2>
|
|
- (void) <b>setWindowFrameAutosaveName:</b> (NSString*)name<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-12">shouldCascadeWindows</a></h2>
|
|
- (BOOL) <b>shouldCascadeWindows</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-13">shouldCloseDocument</a></h2>
|
|
- (BOOL) <b>shouldCloseDocument</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-14">showWindow:</a></h2>
|
|
- (void) <b>showWindow:</b> (id)sender<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-15">window</a></h2>
|
|
- (NSWindow*) <b>window</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-16">windowDidLoad</a></h2>
|
|
- (void) <b>windowDidLoad</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-17">windowFrameAutosaveName</a></h2>
|
|
- (NSString*) <b>windowFrameAutosaveName</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-18">windowNibName</a></h2>
|
|
- (NSString*) <b>windowNibName</b><br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-19">windowTitleForDocumentDisplayName:</a></h2>
|
|
- (NSString*) <b>windowTitleForDocumentDisplayName:</b> (NSString*)displayName<br>
|
|
|
|
|
|
<hr>
|
|
<h2><a name="method-20">windowWillLoad</a></h2>
|
|
- (void) <b>windowWillLoad</b><br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|