Up

NSWindow

Authors

Scott Christley (scottc@net-community.com)
Felipe A. Rodriguez (far@ix.netcom.com)
Richard Frith-Macdonald (richard@brainstorm.co.uk)
The window class

Copyright: (C) 1996-2015 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSObject(NSWindowDelegate) informal protocol
  2. Software documentation for the NSObject(NSWindowDelegateAdditions) informal protocol
  3. Software documentation for the NSWindow(GNUstepBackend) category
  4. Software documentation for the NSWindow(GNUstepTextView) category
  5. Software documentation for the NSWindow(Toolbar) category
  6. Software documentation for the NSWindowDelegate protocol

Software documentation for the NSObject(NSWindowDelegate) informal protocol

NSObject(NSWindowDelegate)

Declared in:
AppKit/NSWindow.h
Availability: MacOS-X 10.0.0

Description forthcoming.
Method summary

window: willPositionSheet: usingRect: 

- (NSRect) window: (NSWindow*)window willPositionSheet: (NSWindow*)sheet usingRect: (NSRect)rect;
Availability: MacOS-X 10.3.0

Description forthcoming.

windowDidBecomeKey: 

- (void) windowDidBecomeKey: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidBecomeMain: 

- (void) windowDidBecomeMain: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidChangeScreen: 

- (void) windowDidChangeScreen: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidChangeScreenProfile: 

- (void) windowDidChangeScreenProfile: (NSNotification*)aNotification;
Availability: MacOS-X 10.4.0

Description forthcoming.

windowDidDeminiaturize: 

- (void) windowDidDeminiaturize: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidEndSheet: 

- (void) windowDidEndSheet: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidExpose: 

- (void) windowDidExpose: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidMiniaturize: 

- (void) windowDidMiniaturize: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidMove: 

- (void) windowDidMove: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidResignKey: 

- (void) windowDidResignKey: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidResignMain: 

- (void) windowDidResignMain: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidResize: 

- (void) windowDidResize: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowDidUpdate: 

- (void) windowDidUpdate: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowShouldClose: 

- (BOOL) windowShouldClose: (id)sender;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowShouldZoom: toFrame: 

- (BOOL) windowShouldZoom: (NSWindow*)sender toFrame: (NSRect)aFrame;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowWillBeginSheet: 

- (void) windowWillBeginSheet: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowWillClose: 

- (void) windowWillClose: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowWillMiniaturize: 

- (void) windowWillMiniaturize: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowWillMove: 

- (void) windowWillMove: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowWillResize: toSize: 

- (NSSize) windowWillResize: (NSWindow*)sender toSize: (NSSize)frameSize;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowWillReturnFieldEditor: toObject: 

- (id) windowWillReturnFieldEditor: (NSWindow*)sender toObject: (id)client;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowWillReturnUndoManager: 

- (NSUndoManager*) windowWillReturnUndoManager: (NSWindow*)sender;
Availability: MacOS-X 10.0.0

Description forthcoming.

windowWillUseStandardFrame: defaultFrame: 

- (NSRect) windowWillUseStandardFrame: (NSWindow*)sender defaultFrame: (NSRect)aFrame;
Availability: MacOS-X 10.0.0

Description forthcoming.

Software documentation for the NSObject(NSWindowDelegateAdditions) informal protocol

NSObject(NSWindowDelegateAdditions)

Declared in:
AppKit/NSWindow.h
Conforms to:
NSWindowDelegate
Availability: OpenStep

Description forthcoming.
Method summary

attachedSheet 

- (NSWindow*) attachedSheet;
Availability: MacOS-X 10.1.0

Description forthcoming.

Software documentation for the NSWindow(GNUstepBackend) category

NSWindow(GNUstepBackend)

Declared in:
AppKit/NSWindow.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

_captureMouse: 

- (void) _captureMouse: (id)sender;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_initDefaults 

- (void) _initDefaults;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_releaseMouse: 

- (void) _releaseMouse: (id)sender;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_setVisible: 

- (void) _setVisible: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

Software documentation for the NSWindow(GNUstepTextView) category

NSWindow(GNUstepTextView)

Declared in:
AppKit/NSWindow.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

_futureFirstResponder 

- (id) _futureFirstResponder;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

Software documentation for the NSWindow(Toolbar) category

NSWindow(Toolbar)

Declared in:
AppKit/NSWindow.h
Availability: OpenStep

Description forthcoming.
Method summary

runToolbarCustomizationPalette: 

- (void) runToolbarCustomizationPalette: (id)sender;
Availability: OpenStep

Description forthcoming.

setToolbar: 

- (void) setToolbar: (NSToolbar*)toolbar;
Availability: OpenStep

Description forthcoming.

toggleToolbarShown: 

- (void) toggleToolbarShown: (id)sender;
Availability: OpenStep

Description forthcoming.

toolbar 

- (NSToolbar*) toolbar;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSWindowDelegate protocol

NSWindowDelegate

Declared in:
AppKit/NSWindow.h
Conforms to:
NSObject
Availability: MacOS-X 10.0.0

Description forthcoming.

Up