Deprecated NSApplication Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.0

beginModalSessionForWindow:relativeToWindow:

(Deprecated in Mac OS X v10.0. Use beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo: instead.)

- (NSModalSession)beginModalSessionForWindow:(NSWindow *)theWindow relativeToWindow:(NSWindow *)docWindow

Availability
Declared In
NSApplication.h

runModalForWindow:relativeToWindow:

(Deprecated in Mac OS X v10.0. Use beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo: instead.)

- (NSInteger)runModalForWindow:(NSWindow *)theWindow relativeToWindow:(NSWindow *)docWindow

Availability
Declared In
NSApplication.h


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-06-22)