Up
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.
- Declared in:
- AppKit/NSWindow.h
Availability: MacOS-X 10.0.0
Description forthcoming.
Method summary
- (NSRect)
window: (NSWindow*)window
willPositionSheet: (NSWindow*)sheet
usingRect: (NSRect)rect;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
windowDidBecomeKey: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidBecomeMain: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidChangeScreen: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidChangeScreenProfile: (NSNotification*)aNotification;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
windowDidDeminiaturize: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidEndSheet: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidExpose: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidMiniaturize: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidMove: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidResignKey: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidResignMain: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidResize: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowDidUpdate: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
windowShouldClose: (id)sender;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (BOOL)
windowShouldZoom: (NSWindow*)sender
toFrame: (NSRect)aFrame;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowWillBeginSheet: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowWillClose: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowWillMiniaturize: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (void)
windowWillMove: (NSNotification*)aNotification;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (NSSize)
windowWillResize: (NSWindow*)sender
toSize: (NSSize)frameSize;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (id)
windowWillReturnFieldEditor: (NSWindow*)sender
toObject: (id)client;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (NSUndoManager*)
windowWillReturnUndoManager: (NSWindow*)sender;
Availability: MacOS-X 10.0.0
Description forthcoming.
- (NSRect)
windowWillUseStandardFrame: (NSWindow*)sender
defaultFrame: (NSRect)aFrame;
Availability: MacOS-X 10.0.0
Description forthcoming.
- Declared in:
- AppKit/NSWindow.h
- Conforms to:
- NSWindowDelegate
Availability: OpenStep
Description forthcoming.
Method summary
- (NSWindow*)
attachedSheet;
Availability: MacOS-X 10.1.0
Description forthcoming.
- Declared in:
- AppKit/NSWindow.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (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.
- (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.
- (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.
- (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.
- Declared in:
- AppKit/NSWindow.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (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.
- Declared in:
- AppKit/NSWindow.h
Availability: OpenStep
Description forthcoming.
Method summary
- (void)
runToolbarCustomizationPalette: (id)sender;
Availability: OpenStep
Description forthcoming.
- (void)
setToolbar: (NSToolbar*)toolbar;
Availability: OpenStep
Description forthcoming.
- (void)
toggleToolbarShown: (id)sender;
Availability: OpenStep
Description forthcoming.
- (NSToolbar*)
toolbar;
Availability: OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSWindow.h
- Conforms to:
- NSObject
Availability: MacOS-X 10.0.0
Description forthcoming.
Up