AppKit Changes
AppKit
NSAccessibility.h
NSActionCell.h
Removed -[NSActionCell controlView]
Removed -[NSActionCell doubleValue]
Removed -[NSActionCell floatValue]
Removed -[NSActionCell intValue]
Removed -[NSActionCell integerValue]
Removed -[NSActionCell setAlignment:]
Removed -[NSActionCell setBezeled:]
Removed -[NSActionCell setBordered:]
Removed -[NSActionCell setControlView:]
Removed -[NSActionCell setEnabled:]
Removed -[NSActionCell setFont:]
Removed -[NSActionCell setImage:]
Removed -[NSActionCell setObjectValue:]
Removed -[NSActionCell stringValue]
NSApplication.h
Added NSApplication(NSApplicationLayoutDirection)
Added NSApplication(NSFullKeyboardAccess)
NSAttributedString.h
Added NSFileTypeDocumentOption
NSBezierPath.h
Added NSBezierPath(NSBezierPathDeprecated)
Modified -[NSBezierPath setCachesBezierPath:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.0 |
Modified -[NSBezierPath cachesBezierPath]
| Deprecation | |
|---|---|
| Old | |
| New | 10.0 |
NSBrowser.h
Added -[NSBrowser clickedRow]
Added -[NSBrowser indexPathForItem:]
Added -[NSBrowser isLeafItem:]
Added -[NSBrowser parentForItem:]
Added -[NSBrowser reloadItem:reloadChildren:]
Added -[NSObject browser:child:ofItem:]
Added -[NSObject browser:headerViewControllerForItem:]
Added -[NSObject browser:isLeafItem:]
Added -[NSObject browser:numberOfChildrenOfItem:]
Added -[NSObject browser:objectValueForItem:]
Added -[NSObject browser:previewViewControllerForLeafItem:]
Added -[NSObject browser:setObjectValue:forItem:]
Added -[NSObject browser:shouldEditItem:]
Added -[NSObject rootItemForBrowser:]
Added NSBrowser(NSDeprecated)
Modified -[NSBrowser acceptsArrowKeys]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSBrowser setAcceptsArrowKeys:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSBrowser displayAllColumns]
| Deprecation | |
|---|---|
| Old | |
| New | 10.3 |
Modified -[NSBrowser updateScroller]
| Deprecation | |
|---|---|
| Old | |
| New | 10.3 |
Modified -[NSBrowser displayColumn:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.3 |
Modified -[NSBrowser scrollViaScroller:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.3 |
NSCachedImageRep.h
Modified -[NSCachedImageRep window]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSCachedImageRep rect]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
NSCell.h
Added NSCell(NSDeprecated)
| Deprecation | |
|---|---|
| Old | |
| New | 10.0 |
Modified NSScaleProportionally
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified NSScaleToFit
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified NSScaleNone
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSCell entryType]
| Deprecation | |
|---|---|
| Old | |
| New | 10.0 |
Modified -[NSCell setEntryType:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.0 |
NSControl.h
Added NSControl(NSDeprecated)
NSCursor.h
NSDocument.h
NSEvent.h
Added -[NSEvent magnification]
Added NSEventMaskBeginGesture
Added NSEventMaskEndGesture
Added NSEventMaskGesture
Added NSEventMaskMagnify
Added NSEventMaskRotate
Added NSEventMaskSwipe
Added NSEventTypeBeginGesture
Added NSEventTypeEndGesture
Added NSEventTypeGesture
Added NSEventTypeMagnify
Added NSEventTypeRotate
Added NSEventTypeSwipe
NSFileWrapper.h
Added NSFileWrapper(NSDeprecated)
Modified -[NSFileWrapper keyForFileWrapper:]
| Declaration | |
|---|---|
| Old | - (NSString *)keyForFileWrapper:(NSFileWrapper *)doc |
| New | - (NSString *)keyForFileWrapper:(NSFileWrapper *)child |
| Declaration | |
|---|---|
| Old | - (id)initWithSerializedRepresentation:(NSData *)data |
| New | - (id)initWithSerializedRepresentation:(NSData *)serializeRepresentation |
Modified -[NSFileWrapper addFileWrapper:]
| Declaration | |
|---|---|
| Old | - (NSString *)addFileWrapper:(NSFileWrapper *)doc |
| New | - (NSString *)addFileWrapper:(NSFileWrapper *)child |
Modified -[NSFileWrapper addFileWithPath:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Declaration | |
|---|---|
| Old | - (id)initRegularFileWithContents:(NSData *)data |
| New | - (id)initRegularFileWithContents:(NSData *)contents |
Modified -[NSFileWrapper removeFileWrapper:]
| Declaration | |
|---|---|
| Old | - (void)removeFileWrapper:(NSFileWrapper *)doc |
| New | - (void)removeFileWrapper:(NSFileWrapper *)child |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSFileWrapper setFilename:]
| Declaration | |
|---|---|
| Old | - (void)setFilename:(NSString *)filename |
| New | - (void)setFilename:(NSString *)fileName |
| Declaration | |
|---|---|
| Old | - (void)setPreferredFilename:(NSString *)filename |
| New | - (void)setPreferredFilename:(NSString *)fileName |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSFileWrapper updateFromPath:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Declaration | |
|---|---|
| Old | - (id)initDirectoryWithFileWrappers:(NSDictionary *)docs |
| New | - (id)initDirectoryWithFileWrappers:(NSDictionary *)childrenByPreferredName |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSFileWrapper setFileAttributes:]
| Declaration | |
|---|---|
| Old | - (void)setFileAttributes:(NSDictionary *)attributes |
| New | - (void)setFileAttributes:(NSDictionary *)fileAttributes |
| Declaration | |
|---|---|
| Old | - (NSString *)addRegularFileWithContents:(NSData *)data preferredFilename:(NSString *)filename |
| New | - (NSString *)addRegularFileWithContents:(NSData *)data preferredFilename:(NSString *)fileName |
Modified -[NSFileWrapper initWithPath:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
NSGraphicsContext.h
Added NSGraphicsContext(NSGraphicsContextDeprecate) (no architecture available)
Modified -[NSGraphicsContext focusStack]
| Architectures | |
|---|---|
| Old | ppc,ppc64,i386,x86_64 |
| New | none? |
Modified -[NSGraphicsContext setFocusStack:]
| Architectures | |
|---|---|
| Old | ppc,ppc64,i386,x86_64 |
| New | none? |
NSImage.h
Added NSImageHintCTM
Added NSImageHintInterpolation
NSImageRep.h
NSLayoutManager.h
NSMenu.h
Added -[NSMenu font]
Added -[NSMenu minimumWidth]
Added -[NSMenu removeAllItems]
Added -[NSMenu setFont:]
Added -[NSMenu size]
Added -[NSObject confinementRectForMenu:onScreen:]
NSMenuItem.h
Added -[NSMenuItem parentItem]
NSOutlineView.h
Added -[NSObject outlineView:shouldReorderColumn:toColumn:]
Added -[NSObject outlineView:shouldShowOutlineCellForItem:]
Added -[NSObject outlineView:sizeToFitWidthOfColumn:]
NSProgressIndicator.h
Added NSProgressIndicator(NSProgressIndicatorDeprecated)
Modified -[NSProgressIndicator animate:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
NSResponder.h
NSRunningApplication.h
Added NSRunningApplication
Added NSWorkspace(NSWorkspaceRunningApplications)
NSSavePanel.h
Added NSSavePanel(NSDeprecated)
NSSpellChecker.h
NSTabViewItem.h
Added -[NSTabViewItem toolTip]
NSTableColumn.h
Added NSTableColumn(NSDeprecated)
Modified -[NSTableColumn setResizable:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.4 |
Modified -[NSTableColumn isResizable]
| Deprecation | |
|---|---|
| Old | |
| New | 10.4 |
NSTableView.h
Removed NSObject(NSTableDataSource)
Added -[NSObject tableView:shouldReorderColumn:toColumn:]
Added -[NSObject tableView:sizeToFitWidthOfColumn:]
Added NSObject(NSTableViewDataSource)
Added NSObject(NSTableViewDataSourceDeprecated)
| Declaration | |
|---|---|
| Old | - (NSImage *)indicatorImageInTableColumn:(NSTableColumn *)tc |
| New | - (NSImage *)indicatorImageInTableColumn:(NSTableColumn *)tableColumn |
| Declaration | |
|---|---|
| Old | - (void)setDropRow:(NSInteger)row dropOperation:(NSTableViewDropOperation)op |
| New | - (void)setDropRow:(NSInteger)row dropOperation:(NSTableViewDropOperation)dropOperation |
| Declaration | |
|---|---|
| Old | - (void)setIndicatorImage:(NSImage *)anImage inTableColumn:(NSTableColumn *)tc |
| New | - (void)setIndicatorImage:(NSImage *)anImage inTableColumn:(NSTableColumn *)tableColumn |
Modified -[NSTableView moveColumn:toColumn:]
| Declaration | |
|---|---|
| Old | - (void)moveColumn:(NSInteger)column toColumn:(NSInteger)newIndex |
| New | - (void)moveColumn:(NSInteger)oldIndex toColumn:(NSInteger)newIndex |
Modified -[NSTableView addTableColumn:]
| Declaration | |
|---|---|
| Old | - (void)addTableColumn:(NSTableColumn *)column |
| New | - (void)addTableColumn:(NSTableColumn *)tableColumn |
| Declaration | |
|---|---|
| Old | - (void)setHighlightedTableColumn:(NSTableColumn *)tc |
| New | - (void)setHighlightedTableColumn:(NSTableColumn *)tableColumn |
| Deprecation | |
|---|---|
| Old | |
| New | 10.4 |
Modified -[NSTableView removeTableColumn:]
| Declaration | |
|---|---|
| Old | - (void)removeTableColumn:(NSTableColumn *)column |
| New | - (void)removeTableColumn:(NSTableColumn *)tableColumn |
NSTextList.h
NSTextView.h
Added -[NSObject textView:didCheckTextInRange:results:orthography:wordCount:]
Added -[NSObject textView:willCheckTextInRange:options:types:]
Added -[NSTextView handleTextCheckingResults:forRange:orthography:wordCount:]
NSView.h
NSWindow.h
NSWorkspace.h
| Declaration | |
|---|---|
| Old | - (BOOL)selectFile:(NSString *)fullPath inFileViewerRootedAtPath:(NSString *)rootFullpath |
| New | - (BOOL)selectFile:(NSString *)fullPath inFileViewerRootedAtPath:(NSString *)rootFullPath |
Modified NSApplicationFileType
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified NSDirectoryFileType
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified NSPlainFileType
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSWorkspace userDefaultsChanged]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSWorkspace openTempFile:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSWorkspace findApplications]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSWorkspace noteFileSystemChanged]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSWorkspace fileSystemChanged]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified NSShellCommandFileType
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified -[NSWorkspace slideImage:from:to:]
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |
Modified NSFilesystemFileType
| Deprecation | |
|---|---|
| Old | |
| New | 10.6 |