mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 14:30:54 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
181 lines
4 KiB
HTML
181 lines
4 KiB
HTML
<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>
|
|
|
|
</p>
|
|
<h3>close</a></h3>
|
|
- (void) <b>close</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>document</a></h3>
|
|
- (id) <b>document</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>initWithWindow:</a></h3>
|
|
- (id) <b>initWithWindow:</b> (<a href="NSWindow.html#class$NSWindow">NSWindow</a>*)window;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>initWithWindowNibName:</a></h3>
|
|
- (id) <b>initWithWindowNibName:</b> (NSString*)windowNibName;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>initWithWindowNibName:owner:</a></h3>
|
|
- (id) <b>initWithWindowNibName:</b> (NSString*)windowNibName<b> owner:</b> (id)owner;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>initWithWindowNibPath:owner:</a></h3>
|
|
- (id) <b>initWithWindowNibPath:</b> (NSString*)windowNibPath<b> owner:</b> (id)owner;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isWindowLoaded</a></h3>
|
|
- (BOOL) <b>isWindowLoaded</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>loadWindow</a></h3>
|
|
- (void) <b>loadWindow</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>owner</a></h3>
|
|
- (id) <b>owner</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDocument:</a></h3>
|
|
- (void) <b>setDocument:</b> (<a href="NSDocument.html#class$NSDocument">NSDocument</a>*)document;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setDocumentEdited:</a></h3>
|
|
- (void) <b>setDocumentEdited:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setShouldCascadeWindows:</a></h3>
|
|
- (void) <b>setShouldCascadeWindows:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setShouldCloseDocument:</a></h3>
|
|
- (void) <b>setShouldCloseDocument:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setWindow:</a></h3>
|
|
- (void) <b>setWindow:</b> (<a href="NSWindow.html#class$NSWindow">NSWindow</a>*)aWindow;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setWindowFrameAutosaveName:</a></h3>
|
|
- (void) <b>setWindowFrameAutosaveName:</b> (NSString*)name;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>shouldCascadeWindows</a></h3>
|
|
- (BOOL) <b>shouldCascadeWindows</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>shouldCloseDocument</a></h3>
|
|
- (BOOL) <b>shouldCloseDocument</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>showWindow:</a></h3>
|
|
- (IBAction) <b>showWindow:</b> (id)sender;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>synchronizeWindowTitleWithDocumentName</a></h3>
|
|
- (void) <b>synchronizeWindowTitleWithDocumentName</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>window</a></h3>
|
|
- (<a href="NSWindow.html#class$NSWindow">NSWindow</a>*) <b>window</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>windowDidLoad</a></h3>
|
|
- (void) <b>windowDidLoad</b>;<br />
|
|
<p>
|
|
|
|
</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>
|