[Previous] [Up] [Next]

NSWindowController

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSWindowController

NSWindowController

Declared in: Gui/NSWindowController.h

Inherits from: NSObject

Conforms to: NSObject



close

- (void) close

document

- (id) document

initWithWindow:

- (id) initWithWindow: (NSWindow*)window

initWithWindowNibName:

- (id) initWithWindowNibName: (NSString*)windowNibName

initWithWindowNibName:

- (id) initWithWindowNibName: (NSString*)windowNibName

isWindowLoaded

- (BOOL) isWindowLoaded

loadWindow

- (void) loadWindow

owner

- (id) owner

setDocument:

- (void) setDocument: (NSDocument*)document

setShouldCascadeWindows:

- (void) setShouldCascadeWindows: (BOOL)flag

setShouldCloseDocument:

- (void) setShouldCloseDocument: (BOOL)flag

setWindowFrameAutosaveName:

- (void) setWindowFrameAutosaveName: (NSString*)name

shouldCascadeWindows

- (BOOL) shouldCascadeWindows

shouldCloseDocument

- (BOOL) shouldCloseDocument

showWindow:

- (void) showWindow: (id)sender

window

- (NSWindow*) window

windowDidLoad

- (void) windowDidLoad

windowFrameAutosaveName

- (NSString*) windowFrameAutosaveName

windowNibName

- (NSString*) windowNibName

windowTitleForDocumentDisplayName:

- (NSString*) windowTitleForDocumentDisplayName: (NSString*)displayName

windowWillLoad

- (void) windowWillLoad