Documentation Archive Developer
Search

AppKit Changes

AppKit (Added)

Added CIColor.init(color: NSColor)
Added CIImage.init(bitmapImageRep: NSBitmapImageRep)
Added CIImage.drawAtPoint(NSPoint, fromRect: NSRect, operation: NSCompositingOperation, fraction: CGFloat)
Added CIImage.drawInRect(NSRect, fromRect: NSRect, operation: NSCompositingOperation, fraction: CGFloat)
Added NSATSTypesetter
Added NSATSTypesetter.attributedString
Added NSATSTypesetter.bidiProcessingEnabled
Added NSATSTypesetter.boundingBoxForControlGlyphAtIndex(Int, forTextContainer: NSTextContainer, proposedLineFragment: NSRect, glyphPosition: NSPoint, characterIndex: Int) -> NSRect
Added NSATSTypesetter.characterRangeForGlyphRange(NSRange, actualGlyphRange: NSRangePointer) -> NSRange
Added NSATSTypesetter.currentTextContainer
Added NSATSTypesetter.deleteGlyphsInRange(NSRange)
Added NSATSTypesetter.getGlyphsInRange(NSRange, glyphs: UnsafeMutablePointer<NSGlyph>, characterIndexes: UnsafeMutablePointer<Int>, glyphInscriptions: UnsafeMutablePointer<NSGlyphInscription>, elasticBits: UnsafeMutablePointer<ObjCBool>) -> Int
Added NSATSTypesetter.getLineFragmentRect(UnsafeMutablePointer<NSRect>, usedRect: UnsafeMutablePointer<NSRect>, forParagraphSeparatorGlyphRange: NSRange, atProposedOrigin: NSPoint)
Added NSATSTypesetter.glyphRangeForCharacterRange(NSRange, actualCharacterRange: NSRangePointer) -> NSRange
Added NSATSTypesetter.hyphenCharacterForGlyphAtIndex(Int) -> UTF32Char
Added NSATSTypesetter.hyphenationFactor
Added NSATSTypesetter.hyphenationFactorForGlyphAtIndex(Int) -> Float
Added NSATSTypesetter.insertGlyph(NSGlyph, atGlyphIndex: Int, characterIndex: Int)
Added NSATSTypesetter.layoutManager
Added NSATSTypesetter.layoutParagraphAtPoint(UnsafeMutablePointer<NSPoint>) -> Int
Added NSATSTypesetter.lineFragmentPadding
Added NSATSTypesetter.lineSpacingAfterGlyphAtIndex(Int, withProposedLineFragmentRect: NSRect) -> CGFloat
Added NSATSTypesetter.paragraphGlyphRange
Added NSATSTypesetter.paragraphSeparatorGlyphRange
Added NSATSTypesetter.paragraphSpacingAfterGlyphAtIndex(Int, withProposedLineFragmentRect: NSRect) -> CGFloat
Added NSATSTypesetter.paragraphSpacingBeforeGlyphAtIndex(Int, withProposedLineFragmentRect: NSRect) -> CGFloat
Added NSATSTypesetter.setAttachmentSize(NSSize, forGlyphRange: NSRange)
Added NSATSTypesetter.setBidiLevels(UnsafePointer<UInt8>, forGlyphRange: NSRange)
Added NSATSTypesetter.setDrawsOutsideLineFragment(Bool, forGlyphRange: NSRange)
Added NSATSTypesetter.setHardInvalidation(Bool, forGlyphRange: NSRange)
Added NSATSTypesetter.setLineFragmentRect(NSRect, forGlyphRange: NSRange, usedRect: NSRect, baselineOffset: CGFloat)
Added NSATSTypesetter.setLocation(NSPoint, withAdvancements: UnsafePointer<CGFloat>, forStartOfGlyphRange: NSRange)
Added NSATSTypesetter.setNotShownAttribute(Bool, forGlyphRange: NSRange)
Added NSATSTypesetter.setParagraphGlyphRange(NSRange, separatorGlyphRange: NSRange)
Added NSATSTypesetter.sharedTypesetter() -> NSATSTypesetter [class]
Added NSATSTypesetter.shouldBreakLineByHyphenatingBeforeCharacterAtIndex(Int) -> Bool
Added NSATSTypesetter.shouldBreakLineByWordBeforeCharacterAtIndex(Int) -> Bool
Added NSATSTypesetter.substituteFontForFont(NSFont) -> NSFont
Added NSATSTypesetter.substituteGlyphsInRange(NSRange, withGlyphs: UnsafeMutablePointer<NSGlyph>)
Added NSATSTypesetter.textTabForGlyphLocation(CGFloat, writingDirection: NSWritingDirection, maxLocation: CGFloat) -> NSTextTab?
Added NSATSTypesetter.typesetterBehavior
Added NSATSTypesetter.usesFontLeading
Added NSATSTypesetter.willSetLineFragmentRect(UnsafeMutablePointer<NSRect>, forGlyphRange: NSRange, usedRect: UnsafeMutablePointer<NSRect>, baselineOffset: UnsafeMutablePointer<CGFloat>)
Added NSAccessibility
Added NSAccessibility.accessibilityActivationPoint() -> NSPoint
Added NSAccessibility.accessibilityAllowedValues() -> [AnyObject]!
Added NSAccessibility.accessibilityApplicationFocusedUIElement() -> AnyObject!
Added NSAccessibility.accessibilityAttributedStringForRange(NSRange) -> NSAttributedString?
Added NSAccessibility.accessibilityCancelButton() -> AnyObject!
Added NSAccessibility.accessibilityCellForColumn(Int, row: Int) -> AnyObject?
Added NSAccessibility.accessibilityChildren() -> [AnyObject]!
Added NSAccessibility.accessibilityClearButton() -> AnyObject!
Added NSAccessibility.accessibilityCloseButton() -> AnyObject!
Added NSAccessibility.accessibilityColumnCount() -> Int
Added NSAccessibility.accessibilityColumnHeaderUIElements() -> [AnyObject]!
Added NSAccessibility.accessibilityColumnIndexRange() -> NSRange
Added NSAccessibility.accessibilityColumnTitles() -> [AnyObject]!
Added NSAccessibility.accessibilityColumns() -> [AnyObject]!
Added NSAccessibility.accessibilityContents() -> [AnyObject]!
Added NSAccessibility.accessibilityCriticalValue() -> AnyObject!
Added NSAccessibility.accessibilityDecrementButton() -> AnyObject!
Added NSAccessibility.accessibilityDefaultButton() -> AnyObject!
Added NSAccessibility.accessibilityDisclosedByRow() -> AnyObject!
Added NSAccessibility.accessibilityDisclosedRows() -> AnyObject!
Added NSAccessibility.accessibilityDisclosureLevel() -> Int
Added NSAccessibility.accessibilityDocument() -> String!
Added NSAccessibility.accessibilityExtrasMenuBar() -> AnyObject!
Added NSAccessibility.accessibilityFilename() -> String!
Added NSAccessibility.accessibilityFocusedWindow() -> AnyObject!
Added NSAccessibility.accessibilityFrame() -> NSRect
Added NSAccessibility.accessibilityFrameForRange(NSRange) -> NSRect
Added NSAccessibility.accessibilityFullScreenButton() -> AnyObject!
Added NSAccessibility.accessibilityGrowArea() -> AnyObject!
Added NSAccessibility.accessibilityHandles() -> [AnyObject]!
Added NSAccessibility.accessibilityHeader() -> AnyObject!
Added NSAccessibility.accessibilityHelp() -> String!
Added NSAccessibility.accessibilityHorizontalScrollBar() -> AnyObject!
Added NSAccessibility.accessibilityHorizontalUnitDescription() -> String!
Added NSAccessibility.accessibilityHorizontalUnits() -> NSAccessibilityUnits
Added NSAccessibility.accessibilityIdentifier() -> String!
Added NSAccessibility.accessibilityIncrementButton() -> AnyObject!
Added NSAccessibility.accessibilityIndex() -> Int
Added NSAccessibility.accessibilityInsertionPointLineNumber() -> Int
Added NSAccessibility.accessibilityLabel() -> String!
Added NSAccessibility.accessibilityLabelUIElements() -> [AnyObject]!
Added NSAccessibility.accessibilityLabelValue() -> Float
Added NSAccessibility.accessibilityLayoutPointForScreenPoint(NSPoint) -> NSPoint
Added NSAccessibility.accessibilityLayoutSizeForScreenSize(NSSize) -> NSSize
Added NSAccessibility.accessibilityLineForIndex(Int) -> Int
Added NSAccessibility.accessibilityLinkedUIElements() -> [AnyObject]!
Added NSAccessibility.accessibilityMainWindow() -> AnyObject!
Added NSAccessibility.accessibilityMarkerGroupUIElement() -> AnyObject!
Added NSAccessibility.accessibilityMarkerTypeDescription() -> String!
Added NSAccessibility.accessibilityMarkerUIElements() -> [AnyObject]!
Added NSAccessibility.accessibilityMarkerValues() -> AnyObject!
Added NSAccessibility.accessibilityMaxValue() -> AnyObject!
Added NSAccessibility.accessibilityMenuBar() -> AnyObject!
Added NSAccessibility.accessibilityMinValue() -> AnyObject!
Added NSAccessibility.accessibilityMinimizeButton() -> AnyObject!
Added NSAccessibility.accessibilityNextContents() -> [AnyObject]!
Added NSAccessibility.accessibilityNumberOfCharacters() -> Int
Added NSAccessibility.accessibilityOrientation() -> NSAccessibilityOrientation
Added NSAccessibility.accessibilityOverflowButton() -> AnyObject!
Added NSAccessibility.accessibilityParent() -> AnyObject!
Added NSAccessibility.accessibilityPerformCancel() -> Bool
Added NSAccessibility.accessibilityPerformConfirm() -> Bool
Added NSAccessibility.accessibilityPerformDecrement() -> Bool
Added NSAccessibility.accessibilityPerformDelete() -> Bool
Added NSAccessibility.accessibilityPerformIncrement() -> Bool
Added NSAccessibility.accessibilityPerformPick() -> Bool
Added NSAccessibility.accessibilityPerformPress() -> Bool
Added NSAccessibility.accessibilityPerformRaise() -> Bool
Added NSAccessibility.accessibilityPerformShowAlternateUI() -> Bool
Added NSAccessibility.accessibilityPerformShowDefaultUI() -> Bool
Added NSAccessibility.accessibilityPerformShowMenu() -> Bool
Added NSAccessibility.accessibilityPlaceholderValue() -> String!
Added NSAccessibility.accessibilityPreviousContents() -> [AnyObject]!
Added NSAccessibility.accessibilityProxy() -> AnyObject!
Added NSAccessibility.accessibilityRTFForRange(NSRange) -> NSData?
Added NSAccessibility.accessibilityRangeForIndex(Int) -> NSRange
Added NSAccessibility.accessibilityRangeForLine(Int) -> NSRange
Added NSAccessibility.accessibilityRangeForPosition(NSPoint) -> NSRange
Added NSAccessibility.accessibilityRole() -> String!
Added NSAccessibility.accessibilityRoleDescription() -> String!
Added NSAccessibility.accessibilityRowCount() -> Int
Added NSAccessibility.accessibilityRowHeaderUIElements() -> [AnyObject]!
Added NSAccessibility.accessibilityRowIndexRange() -> NSRange
Added NSAccessibility.accessibilityRows() -> [AnyObject]!
Added NSAccessibility.accessibilityRulerMarkerType() -> NSAccessibilityRulerMarkerType
Added NSAccessibility.accessibilityScreenPointForLayoutPoint(NSPoint) -> NSPoint
Added NSAccessibility.accessibilityScreenSizeForLayoutSize(NSSize) -> NSSize
Added NSAccessibility.accessibilitySearchButton() -> AnyObject!
Added NSAccessibility.accessibilitySearchMenu() -> AnyObject!
Added NSAccessibility.accessibilitySelectedCells() -> [AnyObject]!
Added NSAccessibility.accessibilitySelectedChildren() -> [AnyObject]!
Added NSAccessibility.accessibilitySelectedColumns() -> [AnyObject]!
Added NSAccessibility.accessibilitySelectedRows() -> [AnyObject]!
Added NSAccessibility.accessibilitySelectedText() -> String!
Added NSAccessibility.accessibilitySelectedTextRange() -> NSRange
Added NSAccessibility.accessibilitySelectedTextRanges() -> [AnyObject]!
Added NSAccessibility.accessibilityServesAsTitleForUIElements() -> [AnyObject]!
Added NSAccessibility.accessibilitySharedCharacterRange() -> NSRange
Added NSAccessibility.accessibilitySharedFocusElements() -> [AnyObject]!
Added NSAccessibility.accessibilitySharedTextUIElements() -> [AnyObject]!
Added NSAccessibility.accessibilityShownMenu() -> AnyObject!
Added NSAccessibility.accessibilitySortDirection() -> NSAccessibilitySortDirection
Added NSAccessibility.accessibilitySplitters() -> [AnyObject]!
Added NSAccessibility.accessibilityStringForRange(NSRange) -> String?
Added NSAccessibility.accessibilityStyleRangeForIndex(Int) -> NSRange
Added NSAccessibility.accessibilitySubrole() -> String!
Added NSAccessibility.accessibilityTabs() -> [AnyObject]!
Added NSAccessibility.accessibilityTitle() -> String!
Added NSAccessibility.accessibilityTitleUIElement() -> AnyObject!
Added NSAccessibility.accessibilityToolbarButton() -> AnyObject!
Added NSAccessibility.accessibilityTopLevelUIElement() -> AnyObject!
Added NSAccessibility.accessibilityURL() -> NSURL!
Added NSAccessibility.accessibilityUnitDescription() -> String!
Added NSAccessibility.accessibilityUnits() -> NSAccessibilityUnits
Added NSAccessibility.accessibilityValue() -> AnyObject!
Added NSAccessibility.accessibilityValueDescription() -> String!
Added NSAccessibility.accessibilityVerticalScrollBar() -> AnyObject!
Added NSAccessibility.accessibilityVerticalUnitDescription() -> String!
Added NSAccessibility.accessibilityVerticalUnits() -> NSAccessibilityUnits
Added NSAccessibility.accessibilityVisibleCells() -> [AnyObject]!
Added NSAccessibility.accessibilityVisibleCharacterRange() -> NSRange
Added NSAccessibility.accessibilityVisibleChildren() -> [AnyObject]!
Added NSAccessibility.accessibilityVisibleColumns() -> [AnyObject]!
Added NSAccessibility.accessibilityVisibleRows() -> [AnyObject]!
Added NSAccessibility.accessibilityWarningValue() -> AnyObject!
Added NSAccessibility.accessibilityWindow() -> AnyObject!
Added NSAccessibility.accessibilityWindows() -> [AnyObject]!
Added NSAccessibility.accessibilityZoomButton() -> AnyObject!
Added NSAccessibility.isAccessibilityAlternateUIVisible() -> Bool
Added NSAccessibility.isAccessibilityDisclosed() -> Bool
Added NSAccessibility.isAccessibilityEdited() -> Bool
Added NSAccessibility.isAccessibilityElement() -> Bool
Added NSAccessibility.isAccessibilityEnabled() -> Bool
Added NSAccessibility.isAccessibilityExpanded() -> Bool
Added NSAccessibility.isAccessibilityFocused() -> Bool
Added NSAccessibility.isAccessibilityFrontmost() -> Bool
Added NSAccessibility.isAccessibilityHidden() -> Bool
Added NSAccessibility.isAccessibilityMain() -> Bool
Added NSAccessibility.isAccessibilityMinimized() -> Bool
Added NSAccessibility.isAccessibilityModal() -> Bool
Added NSAccessibility.isAccessibilityOrderedByRow() -> Bool
Added NSAccessibility.isAccessibilityProtectedContent() -> Bool
Added NSAccessibility.isAccessibilitySelected() -> Bool
Added NSAccessibility.isAccessibilitySelectorAllowed(Selector) -> Bool
Added NSAccessibility.setAccessibilityActivationPoint(NSPoint)
Added NSAccessibility.setAccessibilityAllowedValues([AnyObject]!)
Added NSAccessibility.setAccessibilityAlternateUIVisible(Bool)
Added NSAccessibility.setAccessibilityApplicationFocusedUIElement(AnyObject!)
Added NSAccessibility.setAccessibilityCancelButton(AnyObject!)
Added NSAccessibility.setAccessibilityChildren([AnyObject]!)
Added NSAccessibility.setAccessibilityClearButton(AnyObject!)
Added NSAccessibility.setAccessibilityCloseButton(AnyObject!)
Added NSAccessibility.setAccessibilityColumnCount(Int)
Added NSAccessibility.setAccessibilityColumnHeaderUIElements([AnyObject]!)
Added NSAccessibility.setAccessibilityColumnIndexRange(NSRange)
Added NSAccessibility.setAccessibilityColumnTitles([AnyObject]!)
Added NSAccessibility.setAccessibilityColumns([AnyObject]!)
Added NSAccessibility.setAccessibilityContents([AnyObject]!)
Added NSAccessibility.setAccessibilityCriticalValue(AnyObject!)
Added NSAccessibility.setAccessibilityDecrementButton(AnyObject!)
Added NSAccessibility.setAccessibilityDefaultButton(AnyObject!)
Added NSAccessibility.setAccessibilityDisclosed(Bool)
Added NSAccessibility.setAccessibilityDisclosedByRow(AnyObject!)
Added NSAccessibility.setAccessibilityDisclosedRows(AnyObject!)
Added NSAccessibility.setAccessibilityDisclosureLevel(Int)
Added NSAccessibility.setAccessibilityDocument(String!)
Added NSAccessibility.setAccessibilityEdited(Bool)
Added NSAccessibility.setAccessibilityElement(Bool)
Added NSAccessibility.setAccessibilityEnabled(Bool)
Added NSAccessibility.setAccessibilityExpanded(Bool)
Added NSAccessibility.setAccessibilityExtrasMenuBar(AnyObject!)
Added NSAccessibility.setAccessibilityFilename(String!)
Added NSAccessibility.setAccessibilityFocused(Bool)
Added NSAccessibility.setAccessibilityFocusedWindow(AnyObject!)
Added NSAccessibility.setAccessibilityFrame(NSRect)
Added NSAccessibility.setAccessibilityFrontmost(Bool)
Added NSAccessibility.setAccessibilityFullScreenButton(AnyObject!)
Added NSAccessibility.setAccessibilityGrowArea(AnyObject!)
Added NSAccessibility.setAccessibilityHandles([AnyObject]!)
Added NSAccessibility.setAccessibilityHeader(AnyObject!)
Added NSAccessibility.setAccessibilityHelp(String!)
Added NSAccessibility.setAccessibilityHidden(Bool)
Added NSAccessibility.setAccessibilityHorizontalScrollBar(AnyObject!)
Added NSAccessibility.setAccessibilityHorizontalUnitDescription(String!)
Added NSAccessibility.setAccessibilityHorizontalUnits(NSAccessibilityUnits)
Added NSAccessibility.setAccessibilityIdentifier(String!)
Added NSAccessibility.setAccessibilityIncrementButton(AnyObject!)
Added NSAccessibility.setAccessibilityIndex(Int)
Added NSAccessibility.setAccessibilityInsertionPointLineNumber(Int)
Added NSAccessibility.setAccessibilityLabel(String!)
Added NSAccessibility.setAccessibilityLabelUIElements([AnyObject]!)
Added NSAccessibility.setAccessibilityLabelValue(Float)
Added NSAccessibility.setAccessibilityLinkedUIElements([AnyObject]!)
Added NSAccessibility.setAccessibilityMain(Bool)
Added NSAccessibility.setAccessibilityMainWindow(AnyObject!)
Added NSAccessibility.setAccessibilityMarkerGroupUIElement(AnyObject!)
Added NSAccessibility.setAccessibilityMarkerTypeDescription(String!)
Added NSAccessibility.setAccessibilityMarkerUIElements([AnyObject]!)
Added NSAccessibility.setAccessibilityMarkerValues(AnyObject!)
Added NSAccessibility.setAccessibilityMaxValue(AnyObject!)
Added NSAccessibility.setAccessibilityMenuBar(AnyObject!)
Added NSAccessibility.setAccessibilityMinValue(AnyObject!)
Added NSAccessibility.setAccessibilityMinimizeButton(AnyObject!)
Added NSAccessibility.setAccessibilityMinimized(Bool)
Added NSAccessibility.setAccessibilityModal(Bool)
Added NSAccessibility.setAccessibilityNextContents([AnyObject]!)
Added NSAccessibility.setAccessibilityNumberOfCharacters(Int)
Added NSAccessibility.setAccessibilityOrderedByRow(Bool)
Added NSAccessibility.setAccessibilityOrientation(NSAccessibilityOrientation)
Added NSAccessibility.setAccessibilityOverflowButton(AnyObject!)
Added NSAccessibility.setAccessibilityParent(AnyObject!)
Added NSAccessibility.setAccessibilityPlaceholderValue(String!)
Added NSAccessibility.setAccessibilityPreviousContents([AnyObject]!)
Added NSAccessibility.setAccessibilityProtectedContent(Bool)
Added NSAccessibility.setAccessibilityProxy(AnyObject!)
Added NSAccessibility.setAccessibilityRole(String!)
Added NSAccessibility.setAccessibilityRoleDescription(String!)
Added NSAccessibility.setAccessibilityRowCount(Int)
Added NSAccessibility.setAccessibilityRowHeaderUIElements([AnyObject]!)
Added NSAccessibility.setAccessibilityRowIndexRange(NSRange)
Added NSAccessibility.setAccessibilityRows([AnyObject]!)
Added NSAccessibility.setAccessibilityRulerMarkerType(NSAccessibilityRulerMarkerType)
Added NSAccessibility.setAccessibilitySearchButton(AnyObject!)
Added NSAccessibility.setAccessibilitySearchMenu(AnyObject!)
Added NSAccessibility.setAccessibilitySelected(Bool)
Added NSAccessibility.setAccessibilitySelectedCells([AnyObject]!)
Added NSAccessibility.setAccessibilitySelectedChildren([AnyObject]!)
Added NSAccessibility.setAccessibilitySelectedColumns([AnyObject]!)
Added NSAccessibility.setAccessibilitySelectedRows([AnyObject]!)
Added NSAccessibility.setAccessibilitySelectedText(String!)
Added NSAccessibility.setAccessibilitySelectedTextRange(NSRange)
Added NSAccessibility.setAccessibilitySelectedTextRanges([AnyObject]!)
Added NSAccessibility.setAccessibilityServesAsTitleForUIElements([AnyObject]!)
Added NSAccessibility.setAccessibilitySharedCharacterRange(NSRange)
Added NSAccessibility.setAccessibilitySharedFocusElements([AnyObject]!)
Added NSAccessibility.setAccessibilitySharedTextUIElements([AnyObject]!)
Added NSAccessibility.setAccessibilityShownMenu(AnyObject!)
Added NSAccessibility.setAccessibilitySortDirection(NSAccessibilitySortDirection)
Added NSAccessibility.setAccessibilitySplitters([AnyObject]!)
Added NSAccessibility.setAccessibilitySubrole(String!)
Added NSAccessibility.setAccessibilityTabs([AnyObject]!)
Added NSAccessibility.setAccessibilityTitle(String!)
Added NSAccessibility.setAccessibilityTitleUIElement(AnyObject!)
Added NSAccessibility.setAccessibilityToolbarButton(AnyObject!)
Added NSAccessibility.setAccessibilityTopLevelUIElement(AnyObject!)
Added NSAccessibility.setAccessibilityURL(NSURL!)
Added NSAccessibility.setAccessibilityUnitDescription(String!)
Added NSAccessibility.setAccessibilityUnits(NSAccessibilityUnits)
Added NSAccessibility.setAccessibilityValue(AnyObject!)
Added NSAccessibility.setAccessibilityValueDescription(String!)
Added NSAccessibility.setAccessibilityVerticalScrollBar(AnyObject!)
Added NSAccessibility.setAccessibilityVerticalUnitDescription(String!)
Added NSAccessibility.setAccessibilityVerticalUnits(NSAccessibilityUnits)
Added NSAccessibility.setAccessibilityVisibleCells([AnyObject]!)
Added NSAccessibility.setAccessibilityVisibleCharacterRange(NSRange)
Added NSAccessibility.setAccessibilityVisibleChildren([AnyObject]!)
Added NSAccessibility.setAccessibilityVisibleColumns([AnyObject]!)
Added NSAccessibility.setAccessibilityVisibleRows([AnyObject]!)
Added NSAccessibility.setAccessibilityWarningValue(AnyObject!)
Added NSAccessibility.setAccessibilityWindow(AnyObject!)
Added NSAccessibility.setAccessibilityWindows([AnyObject]!)
Added NSAccessibility.setAccessibilityZoomButton(AnyObject!)
Added NSAccessibilityButton
Added NSAccessibilityButton.accessibilityLabel() -> String?
Added NSAccessibilityButton.accessibilityPerformPress() -> Bool
Added NSAccessibilityCheckBox
Added NSAccessibilityCheckBox.accessibilityValue() -> NSNumber?
Added NSAccessibilityContainsTransientUI
Added NSAccessibilityContainsTransientUI.accessibilityPerformShowAlternateUI() -> Bool
Added NSAccessibilityContainsTransientUI.accessibilityPerformShowDefaultUI() -> Bool
Added NSAccessibilityContainsTransientUI.isAccessibilityAlternateUIVisible() -> Bool
Added NSAccessibilityElement
Added NSAccessibilityElement.accessibilityAddChildElement(NSAccessibilityElement)
Added NSAccessibilityElement.accessibilityElementWithRole(String, frame: NSRect, label: String?, parent: AnyObject?) -> AnyObject [class]
Added NSAccessibilityElement.accessibilityFrameInParentSpace() -> NSRect
Added NSAccessibilityElement.setAccessibilityFrameInParentSpace(NSRect)
Added NSAccessibilityElementProtocol
Added NSAccessibilityElementProtocol.accessibilityFrame() -> NSRect
Added NSAccessibilityElementProtocol.accessibilityIdentifier() -> String
Added NSAccessibilityElementProtocol.accessibilityParent() -> AnyObject?
Added NSAccessibilityElementProtocol.isAccessibilityFocused() -> Bool
Added NSAccessibilityGroup
Added NSAccessibilityImage
Added NSAccessibilityImage.accessibilityLabel() -> String?
Added NSAccessibilityLayoutArea
Added NSAccessibilityLayoutArea.accessibilityChildren() -> [AnyObject]?
Added NSAccessibilityLayoutArea.accessibilityFocusedUIElement() -> AnyObject
Added NSAccessibilityLayoutArea.accessibilityLabel() -> String
Added NSAccessibilityLayoutArea.accessibilitySelectedChildren() -> [AnyObject]?
Added NSAccessibilityLayoutItem
Added NSAccessibilityLayoutItem.setAccessibilityFrame(NSRect)
Added NSAccessibilityList
Added NSAccessibilityNavigableStaticText
Added NSAccessibilityNavigableStaticText.accessibilityFrameForRange(NSRange) -> NSRect
Added NSAccessibilityNavigableStaticText.accessibilityLineForIndex(Int) -> Int
Added NSAccessibilityNavigableStaticText.accessibilityRangeForLine(Int) -> NSRange
Added NSAccessibilityNavigableStaticText.accessibilityStringForRange(NSRange) -> String?
Added NSAccessibilityOrientation [enum]
Added NSAccessibilityOrientation.Horizontal
Added NSAccessibilityOrientation.Unknown
Added NSAccessibilityOrientation.Vertical
Added NSAccessibilityOutline
Added NSAccessibilityPriorityLevel [enum]
Added NSAccessibilityPriorityLevel.High
Added NSAccessibilityPriorityLevel.Low
Added NSAccessibilityPriorityLevel.Medium
Added NSAccessibilityProgressIndicator
Added NSAccessibilityProgressIndicator.accessibilityValue() -> NSNumber?
Added NSAccessibilityRadioButton
Added NSAccessibilityRadioButton.accessibilityValue() -> NSNumber?
Added NSAccessibilityRow
Added NSAccessibilityRow.accessibilityDisclosureLevel() -> Int
Added NSAccessibilityRow.accessibilityIndex() -> Int
Added NSAccessibilityRulerMarkerType [enum]
Added NSAccessibilityRulerMarkerType.IndentFirstLine
Added NSAccessibilityRulerMarkerType.IndentHead
Added NSAccessibilityRulerMarkerType.IndentTail
Added NSAccessibilityRulerMarkerType.TabStopCenter
Added NSAccessibilityRulerMarkerType.TabStopDecimal
Added NSAccessibilityRulerMarkerType.TabStopLeft
Added NSAccessibilityRulerMarkerType.TabStopRight
Added NSAccessibilityRulerMarkerType.Unknown
Added NSAccessibilitySlider
Added NSAccessibilitySlider.accessibilityLabel() -> String?
Added NSAccessibilitySlider.accessibilityPerformDecrement() -> Bool
Added NSAccessibilitySlider.accessibilityPerformIncrement() -> Bool
Added NSAccessibilitySlider.accessibilityValue() -> AnyObject?
Added NSAccessibilitySortDirection [enum]
Added NSAccessibilitySortDirection.Ascending
Added NSAccessibilitySortDirection.Descending
Added NSAccessibilitySortDirection.Unknown
Added NSAccessibilityStaticText
Added NSAccessibilityStaticText.accessibilityAttributedStringForRange(NSRange) -> NSAttributedString?
Added NSAccessibilityStaticText.accessibilityValue() -> String?
Added NSAccessibilityStaticText.accessibilityVisibleCharacterRange() -> NSRange
Added NSAccessibilityStepper
Added NSAccessibilityStepper.accessibilityLabel() -> String?
Added NSAccessibilityStepper.accessibilityPerformDecrement() -> Bool
Added NSAccessibilityStepper.accessibilityPerformIncrement() -> Bool
Added NSAccessibilityStepper.accessibilityValue() -> AnyObject?
Added NSAccessibilitySwitch
Added NSAccessibilitySwitch.accessibilityPerformDecrement() -> Bool
Added NSAccessibilitySwitch.accessibilityPerformIncrement() -> Bool
Added NSAccessibilitySwitch.accessibilityValue() -> String?
Added NSAccessibilityTable
Added NSAccessibilityTable.accessibilityColumnHeaderUIElements() -> [AnyObject]?
Added NSAccessibilityTable.accessibilityColumns() -> [AnyObject]?
Added NSAccessibilityTable.accessibilityHeaderGroup() -> String?
Added NSAccessibilityTable.accessibilityLabel() -> String?
Added NSAccessibilityTable.accessibilityRowHeaderUIElements() -> [AnyObject]?
Added NSAccessibilityTable.accessibilityRows() -> [AnyObject]?
Added NSAccessibilityTable.accessibilitySelectedCells() -> [AnyObject]?
Added NSAccessibilityTable.accessibilitySelectedColumns() -> [AnyObject]?
Added NSAccessibilityTable.accessibilitySelectedRows() -> [AnyObject]?
Added NSAccessibilityTable.accessibilityVisibleCells() -> [AnyObject]?
Added NSAccessibilityTable.accessibilityVisibleColumns() -> [AnyObject]?
Added NSAccessibilityTable.accessibilityVisibleRows() -> [AnyObject]?
Added NSAccessibilityTable.setAccessibilitySelectedRows([AnyObject])
Added NSAccessibilityUnits [enum]
Added NSAccessibilityUnits.Centimeters
Added NSAccessibilityUnits.Inches
Added NSAccessibilityUnits.Picas
Added NSAccessibilityUnits.Points
Added NSAccessibilityUnits.Unknown
Added NSActionCell
Added NSActionCell.action
Added NSActionCell.tag
Added NSActionCell.target
Added NSAffineTransform.concat()
Added NSAffineTransform.set()
Added NSAffineTransform.transformBezierPath(NSBezierPath) -> NSBezierPath
Added NSAlert
Added NSAlert.accessoryView
Added NSAlert.addButtonWithTitle(String) -> NSButton
Added NSAlert.alertStyle
Added NSAlert.beginSheetModalForWindow(NSWindow, completionHandler:((NSModalResponse) -> Void)?)
Added NSAlert.beginSheetModalForWindow(NSWindow, modalDelegate: AnyObject?, didEndSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSAlert.buttons
Added NSAlert.delegate
Added NSAlert.init(error: NSError)
Added NSAlert.helpAnchor
Added NSAlert.icon
Added NSAlert.informativeText
Added NSAlert.layout()
Added NSAlert.messageText
Added NSAlert.runModal() -> NSModalResponse
Added NSAlert.showsHelp
Added NSAlert.showsSuppressionButton
Added NSAlert.suppressionButton
Added NSAlert.window
Added NSAlertDelegate
Added NSAlertDelegate.alertShowHelp(NSAlert) -> Bool
Added NSAlertStyle [enum]
Added NSAlertStyle.CriticalAlertStyle
Added NSAlertStyle.InformationalAlertStyle
Added NSAlertStyle.WarningAlertStyle
Added NSAnimatablePropertyContainer
Added NSAnimatablePropertyContainer.animationForKey(String) -> AnyObject?
Added NSAnimatablePropertyContainer.animations() -> [NSObject: AnyObject]
Added NSAnimatablePropertyContainer.animator() -> Self!
Added NSAnimatablePropertyContainer.defaultAnimationForKey(String!) -> AnyObject! [class]
Added NSAnimatablePropertyContainer.setAnimations([NSObject: AnyObject]!)
Added NSAnimation
Added NSAnimation.addProgressMark(NSAnimationProgress)
Added NSAnimation.animating
Added NSAnimation.animationBlockingMode
Added NSAnimation.animationCurve
Added NSAnimation.clearStartAnimation()
Added NSAnimation.clearStopAnimation()
Added NSAnimation.currentProgress
Added NSAnimation.currentValue
Added NSAnimation.delegate
Added NSAnimation.duration
Added NSAnimation.init(duration: NSTimeInterval, animationCurve: NSAnimationCurve)
Added NSAnimation.frameRate
Added NSAnimation.progressMarks
Added NSAnimation.removeProgressMark(NSAnimationProgress)
Added NSAnimation.runLoopModesForAnimating
Added NSAnimation.startAnimation()
Added NSAnimation.startWhenAnimation(NSAnimation, reachesProgress: NSAnimationProgress)
Added NSAnimation.stopAnimation()
Added NSAnimation.stopWhenAnimation(NSAnimation, reachesProgress: NSAnimationProgress)
Added NSAnimationBlockingMode [enum]
Added NSAnimationBlockingMode.Blocking
Added NSAnimationBlockingMode.Nonblocking
Added NSAnimationBlockingMode.NonblockingThreaded
Added NSAnimationContext
Added NSAnimationContext.allowsImplicitAnimation
Added NSAnimationContext.beginGrouping() [class]
Added NSAnimationContext.completionHandler
Added NSAnimationContext.currentContext() -> NSAnimationContext [class]
Added NSAnimationContext.duration
Added NSAnimationContext.endGrouping() [class]
Added NSAnimationContext.runAnimationGroup((NSAnimationContext!) -> Void, completionHandler:(() -> Void)?) [class]
Added NSAnimationContext.timingFunction
Added NSAnimationCurve [enum]
Added NSAnimationCurve.EaseIn
Added NSAnimationCurve.EaseInOut
Added NSAnimationCurve.EaseOut
Added NSAnimationCurve.Linear
Added NSAnimationDelegate
Added NSAnimationDelegate.animation(NSAnimation, didReachProgressMark: NSAnimationProgress)
Added NSAnimationDelegate.animation(NSAnimation, valueForProgress: NSAnimationProgress) -> Float
Added NSAnimationDelegate.animationDidEnd(NSAnimation)
Added NSAnimationDelegate.animationDidStop(NSAnimation)
Added NSAnimationDelegate.animationShouldStart(NSAnimation) -> Bool
Added NSAnimationEffect [enum]
Added NSAnimationEffect.DisappearingItemDefault
Added NSAnimationEffect.Poof
Added NSAppearance
Added NSAppearance.allowsVibrancy
Added NSAppearance.init(appearanceNamed: String, bundle: NSBundle?)
Added NSAppearance.currentAppearance() -> NSAppearance [class]
Added NSAppearance.name
Added NSAppearance.init(named: String)
Added NSAppearance.setCurrentAppearance(NSAppearance?) [class]
Added NSAppearanceCustomization
Added NSAppearanceCustomization.appearance
Added NSAppearanceCustomization.effectiveAppearance
Added NSAppleScript.richTextSource
Added NSApplication
Added NSApplication.abortModal()
Added NSApplication.activateContextHelpMode(AnyObject?)
Added NSApplication.activateIgnoringOtherApps(Bool)
Added NSApplication.activationPolicy() -> NSApplicationActivationPolicy
Added NSApplication.active
Added NSApplication.addWindowsItem(NSWindow, title: String, filename: Bool)
Added NSApplication.applicationIconImage
Added NSApplication.arrangeInFront(AnyObject?)
Added NSApplication.beginModalSessionForWindow(NSWindow) -> NSModalSession
Added NSApplication.beginSheet(NSWindow, modalForWindow: NSWindow, modalDelegate: AnyObject?, didEndSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSApplication.cancelUserAttentionRequest(Int)
Added NSApplication.changeWindowsItem(NSWindow, title: String, filename: Bool)
Added NSApplication.completeStateRestoration()
Added NSApplication.context
Added NSApplication.currentEvent
Added NSApplication.currentSystemPresentationOptions
Added NSApplication.deactivate()
Added NSApplication.delegate
Added NSApplication.detachDrawingThread(Selector, toTarget: AnyObject, withObject: AnyObject?) [class]
Added NSApplication.disableRelaunchOnLogin()
Added NSApplication.discardEventsMatchingMask(Int, beforeEvent: NSEvent?)
Added NSApplication.dockTile
Added NSApplication.enableRelaunchOnLogin()
Added NSApplication.enabledRemoteNotificationTypes
Added NSApplication.endModalSession(NSModalSession)
Added NSApplication.endSheet(NSWindow)
Added NSApplication.endSheet(NSWindow, returnCode: Int)
Added NSApplication.extendStateRestoration()
Added NSApplication.finishLaunching()
Added NSApplication.fullKeyboardAccessEnabled
Added NSApplication.helpMenu
Added NSApplication.hidden
Added NSApplication.hide(AnyObject?)
Added NSApplication.hideOtherApplications(AnyObject?)
Added NSApplication.keyWindow
Added NSApplication.mainMenu
Added NSApplication.mainWindow
Added NSApplication.makeWindowsPerform(Selector, inOrder: Bool) -> NSWindow?
Added NSApplication.miniaturizeAll(AnyObject?)
Added NSApplication.modalWindow
Added NSApplication.nextEventMatchingMask(Int, untilDate: NSDate?, inMode: String, dequeue: Bool) -> NSEvent?
Added NSApplication.occlusionState
Added NSApplication.orderFrontCharacterPalette(AnyObject?)
Added NSApplication.orderFrontColorPanel(AnyObject?)
Added NSApplication.orderFrontStandardAboutPanel(AnyObject?)
Added NSApplication.orderFrontStandardAboutPanelWithOptions([NSObject: AnyObject])
Added NSApplication.orderedDocuments
Added NSApplication.orderedWindows
Added NSApplication.postEvent(NSEvent, atStart: Bool)
Added NSApplication.presentationOptions
Added NSApplication.preventWindowOrdering()
Added NSApplication.registerForRemoteNotificationTypes(NSRemoteNotificationType)
Added NSApplication.registerServicesMenuSendTypes([AnyObject], returnTypes:[AnyObject])
Added NSApplication.registerUserInterfaceItemSearchHandler(NSUserInterfaceItemSearching)
Added NSApplication.removeWindowsItem(NSWindow)
Added NSApplication.replyToApplicationShouldTerminate(Bool)
Added NSApplication.replyToOpenOrPrint(NSApplicationDelegateReply)
Added NSApplication.reportException(NSException)
Added NSApplication.requestUserAttention(NSRequestUserAttentionType) -> Int
Added NSApplication.restoreWindowWithIdentifier(String, state: NSCoder, completionHandler:(NSWindow!, NSError!) -> Void) -> Bool
Added NSApplication.run()
Added NSApplication.runModalForWindow(NSWindow) -> Int
Added NSApplication.runModalSession(NSModalSession) -> Int
Added NSApplication.runPageLayout(AnyObject?)
Added NSApplication.running
Added NSApplication.searchString(String, inUserInterfaceItemString: String, searchRange: NSRange, foundRange: UnsafeMutablePointer<NSRange>) -> Bool
Added NSApplication.sendAction(Selector, to: AnyObject?, from: AnyObject?) -> Bool
Added NSApplication.sendEvent(NSEvent)
Added NSApplication.servicesMenu
Added NSApplication.servicesProvider
Added NSApplication.setActivationPolicy(NSApplicationActivationPolicy) -> Bool
Added NSApplication.setWindowsNeedUpdate(Bool)
Added NSApplication.sharedApplication() -> NSApplication [class]
Added NSApplication.showHelp(AnyObject?)
Added NSApplication.stop(AnyObject?)
Added NSApplication.stopModal()
Added NSApplication.stopModalWithCode(Int)
Added NSApplication.targetForAction(Selector) -> AnyObject?
Added NSApplication.targetForAction(Selector, to: AnyObject?, from: AnyObject?) -> AnyObject?
Added NSApplication.terminate(AnyObject?)
Added NSApplication.tryToPerform(Selector, with: AnyObject?) -> Bool
Added NSApplication.unhide(AnyObject?)
Added NSApplication.unhideAllApplications(AnyObject?)
Added NSApplication.unhideWithoutActivation()
Added NSApplication.unregisterForRemoteNotifications()
Added NSApplication.unregisterUserInterfaceItemSearchHandler(NSUserInterfaceItemSearching)
Added NSApplication.updateWindows()
Added NSApplication.updateWindowsItem(NSWindow)
Added NSApplication.userInterfaceLayoutDirection
Added NSApplication.validRequestorForSendType(String, returnType: String) -> AnyObject?
Added NSApplication.windowWithWindowNumber(Int) -> NSWindow?
Added NSApplication.windows
Added NSApplication.windowsMenu
Added NSApplicationActivationOptions [struct]
Added NSApplicationActivationOptions.ActivateAllWindows
Added NSApplicationActivationOptions.ActivateIgnoringOtherApps
Added NSApplicationActivationOptions.init(_: UInt)
Added NSApplicationActivationOptions.init(rawValue: UInt)
Added NSApplicationActivationPolicy [enum]
Added NSApplicationActivationPolicy.Accessory
Added NSApplicationActivationPolicy.Prohibited
Added NSApplicationActivationPolicy.Regular
Added NSApplicationDelegate
Added NSApplicationDelegate.application(AnyObject, openFileWithoutUI: String) -> Bool
Added NSApplicationDelegate.application(NSApplication, continueUserActivity: NSUserActivity, restorationHandler:([AnyObject]!) -> Void) -> Bool
Added NSApplicationDelegate.application(NSApplication, didDecodeRestorableState: NSCoder)
Added NSApplicationDelegate.application(NSApplication, didFailToContinueUserActivityWithType: String, error: NSError)
Added NSApplicationDelegate.application(NSApplication, didFailToRegisterForRemoteNotificationsWithError: NSError)
Added NSApplicationDelegate.application(NSApplication, didReceiveRemoteNotification:[NSObject: AnyObject])
Added NSApplicationDelegate.application(NSApplication, didRegisterForRemoteNotificationsWithDeviceToken: NSData)
Added NSApplicationDelegate.application(NSApplication, didUpdateUserActivity: NSUserActivity)
Added NSApplicationDelegate.application(NSApplication, openFile: String) -> Bool
Added NSApplicationDelegate.application(NSApplication, openFiles:[AnyObject])
Added NSApplicationDelegate.application(NSApplication, openTempFile: String) -> Bool
Added NSApplicationDelegate.application(NSApplication, printFile: String) -> Bool
Added NSApplicationDelegate.application(NSApplication, printFiles:[AnyObject], withSettings:[NSObject: AnyObject], showPrintPanels: Bool) -> NSApplicationPrintReply
Added NSApplicationDelegate.application(NSApplication, willContinueUserActivityWithType: String) -> Bool
Added NSApplicationDelegate.application(NSApplication, willEncodeRestorableState: NSCoder)
Added NSApplicationDelegate.application(NSApplication, willPresentError: NSError) -> NSError
Added NSApplicationDelegate.applicationDidBecomeActive(NSNotification)
Added NSApplicationDelegate.applicationDidChangeOcclusionState(NSNotification)
Added NSApplicationDelegate.applicationDidChangeScreenParameters(NSNotification)
Added NSApplicationDelegate.applicationDidFinishLaunching(NSNotification)
Added NSApplicationDelegate.applicationDidHide(NSNotification)
Added NSApplicationDelegate.applicationDidResignActive(NSNotification)
Added NSApplicationDelegate.applicationDidUnhide(NSNotification)
Added NSApplicationDelegate.applicationDidUpdate(NSNotification)
Added NSApplicationDelegate.applicationDockMenu(NSApplication) -> NSMenu?
Added NSApplicationDelegate.applicationOpenUntitledFile(NSApplication) -> Bool
Added NSApplicationDelegate.applicationShouldHandleReopen(NSApplication, hasVisibleWindows: Bool) -> Bool
Added NSApplicationDelegate.applicationShouldOpenUntitledFile(NSApplication) -> Bool
Added NSApplicationDelegate.applicationShouldTerminate(NSApplication) -> NSApplicationTerminateReply
Added NSApplicationDelegate.applicationShouldTerminateAfterLastWindowClosed(NSApplication) -> Bool
Added NSApplicationDelegate.applicationWillBecomeActive(NSNotification)
Added NSApplicationDelegate.applicationWillFinishLaunching(NSNotification)
Added NSApplicationDelegate.applicationWillHide(NSNotification)
Added NSApplicationDelegate.applicationWillResignActive(NSNotification)
Added NSApplicationDelegate.applicationWillTerminate(NSNotification)
Added NSApplicationDelegate.applicationWillUnhide(NSNotification)
Added NSApplicationDelegate.applicationWillUpdate(NSNotification)
Added NSApplicationDelegateReply [enum]
Added NSApplicationDelegateReply.Cancel
Added NSApplicationDelegateReply.Failure
Added NSApplicationDelegateReply.Success
Added NSApplicationOcclusionState [struct]
Added NSApplicationOcclusionState.Visible
Added NSApplicationOcclusionState.init(_: UInt)
Added NSApplicationOcclusionState.init(rawValue: UInt)
Added NSApplicationPresentationOptions [struct]
Added NSApplicationPresentationOptions.AutoHideDock
Added NSApplicationPresentationOptions.AutoHideMenuBar
Added NSApplicationPresentationOptions.AutoHideToolbar
Added NSApplicationPresentationOptions.Default
Added NSApplicationPresentationOptions.DisableAppleMenu
Added NSApplicationPresentationOptions.DisableForceQuit
Added NSApplicationPresentationOptions.DisableHideApplication
Added NSApplicationPresentationOptions.DisableMenuBarTransparency
Added NSApplicationPresentationOptions.DisableProcessSwitching
Added NSApplicationPresentationOptions.DisableSessionTermination
Added NSApplicationPresentationOptions.FullScreen
Added NSApplicationPresentationOptions.HideDock
Added NSApplicationPresentationOptions.HideMenuBar
Added NSApplicationPresentationOptions.init(_: UInt)
Added NSApplicationPresentationOptions.init(rawValue: UInt)
Added NSApplicationPrintReply [enum]
Added NSApplicationPrintReply.PrintingCancelled
Added NSApplicationPrintReply.PrintingFailure
Added NSApplicationPrintReply.PrintingReplyLater
Added NSApplicationPrintReply.PrintingSuccess
Added NSApplicationTerminateReply [enum]
Added NSApplicationTerminateReply.TerminateCancel
Added NSApplicationTerminateReply.TerminateLater
Added NSApplicationTerminateReply.TerminateNow
Added NSArrayController
Added NSArrayController.add(AnyObject?)
Added NSArrayController.addObject(AnyObject)
Added NSArrayController.addObjects([AnyObject])
Added NSArrayController.addSelectedObjects([AnyObject]) -> Bool
Added NSArrayController.addSelectionIndexes(NSIndexSet) -> Bool
Added NSArrayController.alwaysUsesMultipleValuesMarker
Added NSArrayController.arrangeObjects([AnyObject]) -> [AnyObject]
Added NSArrayController.arrangedObjects
Added NSArrayController.automaticRearrangementKeyPaths
Added NSArrayController.automaticallyRearrangesObjects
Added NSArrayController.avoidsEmptySelection
Added NSArrayController.canInsert
Added NSArrayController.canSelectNext
Added NSArrayController.canSelectPrevious
Added NSArrayController.clearsFilterPredicateOnInsertion
Added NSArrayController.didChangeArrangementCriteria()
Added NSArrayController.filterPredicate
Added NSArrayController.insert(AnyObject?)
Added NSArrayController.insertObject(AnyObject, atArrangedObjectIndex: Int)
Added NSArrayController.insertObjects([AnyObject], atArrangedObjectIndexes: NSIndexSet)
Added NSArrayController.preservesSelection
Added NSArrayController.rearrangeObjects()
Added NSArrayController.remove(AnyObject?)
Added NSArrayController.removeObject(AnyObject)
Added NSArrayController.removeObjectAtArrangedObjectIndex(Int)
Added NSArrayController.removeObjects([AnyObject])
Added NSArrayController.removeObjectsAtArrangedObjectIndexes(NSIndexSet)
Added NSArrayController.removeSelectedObjects([AnyObject]) -> Bool
Added NSArrayController.removeSelectionIndexes(NSIndexSet) -> Bool
Added NSArrayController.selectNext(AnyObject?)
Added NSArrayController.selectPrevious(AnyObject?)
Added NSArrayController.selectedObjects
Added NSArrayController.selectionIndex
Added NSArrayController.selectionIndexes
Added NSArrayController.selectsInsertedObjects
Added NSArrayController.setSelectedObjects([AnyObject]) -> Bool
Added NSArrayController.setSelectionIndex(Int) -> Bool
Added NSArrayController.setSelectionIndexes(NSIndexSet!) -> Bool
Added NSArrayController.sortDescriptors
Added NSAttributedString.init(HTML: NSData, baseURL: NSURL, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.init(HTML: NSData, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.init(HTML: NSData, options:[NSObject: AnyObject]?, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.init(RTF: NSData, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.init(RTFD: NSData, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.init(RTFDFileWrapper: NSFileWrapper, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.RTFDFileWrapperFromRange(NSRange, documentAttributes:[NSObject: AnyObject]?) -> NSFileWrapper?
Added NSAttributedString.RTFDFromRange(NSRange, documentAttributes:[NSObject: AnyObject]?) -> NSData?
Added NSAttributedString.RTFFromRange(NSRange, documentAttributes:[NSObject: AnyObject]?) -> NSData?
Added NSAttributedString.init(URL: NSURL, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.init(URL: NSURL, options:[NSObject: AnyObject]?, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error: NSErrorPointer)
Added NSAttributedString.URLAtIndex(Int, effectiveRange: NSRangePointer) -> NSURL?
Added NSAttributedString.init(attachment: NSTextAttachment)
Added NSAttributedString.boundingRectWithSize(NSSize, options: NSStringDrawingOptions) -> NSRect
Added NSAttributedString.containsAttachments
Added NSAttributedString.init(data: NSData, options:[NSObject: AnyObject]?, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error: NSErrorPointer)
Added NSAttributedString.dataFromRange(NSRange, documentAttributes:[NSObject: AnyObject], error: NSErrorPointer) -> NSData?
Added NSAttributedString.init(docFormat: NSData, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.docFormatFromRange(NSRange, documentAttributes:[NSObject: AnyObject]?) -> NSData?
Added NSAttributedString.doubleClickAtIndex(Int) -> NSRange
Added NSAttributedString.drawAtPoint(NSPoint)
Added NSAttributedString.drawInRect(NSRect)
Added NSAttributedString.drawWithRect(NSRect, options: NSStringDrawingOptions)
Added NSAttributedString.fileWrapperFromRange(NSRange, documentAttributes:[NSObject: AnyObject], error: NSErrorPointer) -> NSFileWrapper?
Added NSAttributedString.fontAttributesInRange(NSRange) -> [NSObject: AnyObject]
Added NSAttributedString.itemNumberInTextList(NSTextList, atIndex: Int) -> Int
Added NSAttributedString.lineBreakBeforeIndex(Int, withinRange: NSRange) -> Int
Added NSAttributedString.lineBreakByHyphenatingBeforeIndex(Int, withinRange: NSRange) -> Int
Added NSAttributedString.nextWordFromIndex(Int, forward: Bool) -> Int
Added NSAttributedString.init(path: String, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
Added NSAttributedString.rangeOfTextBlock(NSTextBlock, atIndex: Int) -> NSRange
Added NSAttributedString.rangeOfTextList(NSTextList, atIndex: Int) -> NSRange
Added NSAttributedString.rangeOfTextTable(NSTextTable, atIndex: Int) -> NSRange
Added NSAttributedString.rulerAttributesInRange(NSRange) -> [NSObject: AnyObject]?
Added NSAttributedString.size
Added NSAttributedString.textTypes() -> [AnyObject] [class]
Added NSAttributedString.textUnfilteredTypes() -> [AnyObject] [class]
Added NSAutoresizingMaskOptions [struct]
Added NSAutoresizingMaskOptions.ViewHeightSizable
Added NSAutoresizingMaskOptions.ViewMaxXMargin
Added NSAutoresizingMaskOptions.ViewMaxYMargin
Added NSAutoresizingMaskOptions.ViewMinXMargin
Added NSAutoresizingMaskOptions.ViewMinYMargin
Added NSAutoresizingMaskOptions.ViewNotSizable
Added NSAutoresizingMaskOptions.ViewWidthSizable
Added NSAutoresizingMaskOptions.init(_: UInt)
Added NSAutoresizingMaskOptions.init(rawValue: UInt)
Added NSBackgroundStyle [enum]
Added NSBackgroundStyle.Dark
Added NSBackgroundStyle.Light
Added NSBackgroundStyle.Lowered
Added NSBackgroundStyle.Raised
Added NSBackingStoreType [enum]
Added NSBackingStoreType.Buffered
Added NSBackingStoreType.Nonretained
Added NSBackingStoreType.Retained
Added NSBezelStyle [enum]
Added NSBezelStyle.CircularBezelStyle
Added NSBezelStyle.DisclosureBezelStyle
Added NSBezelStyle.HelpButtonBezelStyle
Added NSBezelStyle.InlineBezelStyle
Added NSBezelStyle.RecessedBezelStyle
Added NSBezelStyle.RegularSquareBezelStyle
Added NSBezelStyle.RoundRectBezelStyle
Added NSBezelStyle.RoundedBezelStyle
Added NSBezelStyle.RoundedDisclosureBezelStyle
Added NSBezelStyle.ShadowlessSquareBezelStyle
Added NSBezelStyle.SmallSquareBezelStyle
Added NSBezelStyle.TexturedRoundedBezelStyle
Added NSBezelStyle.TexturedSquareBezelStyle
Added NSBezelStyle.ThickSquareBezelStyle
Added NSBezelStyle.ThickerSquareBezelStyle
Added NSBezierPath
Added NSBezierPath.addClip()
Added NSBezierPath.appendBezierPath(NSBezierPath)
Added NSBezierPath.appendBezierPathWithArcFromPoint(NSPoint, toPoint: NSPoint, radius: CGFloat)
Added NSBezierPath.appendBezierPathWithArcWithCenter(NSPoint, radius: CGFloat, startAngle: CGFloat, endAngle: CGFloat)
Added NSBezierPath.appendBezierPathWithArcWithCenter(NSPoint, radius: CGFloat, startAngle: CGFloat, endAngle: CGFloat, clockwise: Bool)
Added NSBezierPath.appendBezierPathWithGlyph(NSGlyph, inFont: NSFont)
Added NSBezierPath.appendBezierPathWithGlyphs(UnsafeMutablePointer<NSGlyph>, count: Int, inFont: NSFont)
Added NSBezierPath.appendBezierPathWithOvalInRect(NSRect)
Added NSBezierPath.appendBezierPathWithPackedGlyphs(UnsafePointer<Int8>)
Added NSBezierPath.appendBezierPathWithPoints(NSPointArray, count: Int)
Added NSBezierPath.appendBezierPathWithRect(NSRect)
Added NSBezierPath.appendBezierPathWithRoundedRect(NSRect, xRadius: CGFloat, yRadius: CGFloat)
Added NSBezierPath.bezierPathByFlatteningPath
Added NSBezierPath.bezierPathByReversingPath
Added NSBezierPath.bounds
Added NSBezierPath.clipRect(NSRect) [class]
Added NSBezierPath.closePath()
Added NSBezierPath.containsPoint(NSPoint) -> Bool
Added NSBezierPath.controlPointBounds
Added NSBezierPath.currentPoint
Added NSBezierPath.curveToPoint(NSPoint, controlPoint1: NSPoint, controlPoint2: NSPoint)
Added NSBezierPath.defaultFlatness() -> CGFloat [class]
Added NSBezierPath.defaultLineCapStyle() -> NSLineCapStyle [class]
Added NSBezierPath.defaultLineJoinStyle() -> NSLineJoinStyle [class]
Added NSBezierPath.defaultLineWidth() -> CGFloat [class]
Added NSBezierPath.defaultMiterLimit() -> CGFloat [class]
Added NSBezierPath.defaultWindingRule() -> NSWindingRule [class]
Added NSBezierPath.drawPackedGlyphs(UnsafePointer<Int8>, atPoint: NSPoint) [class]
Added NSBezierPath.elementAtIndex(Int) -> NSBezierPathElement
Added NSBezierPath.elementAtIndex(Int, associatedPoints: NSPointArray) -> NSBezierPathElement
Added NSBezierPath.elementCount
Added NSBezierPath.empty
Added NSBezierPath.fill()
Added NSBezierPath.fillRect(NSRect) [class]
Added NSBezierPath.flatness
Added NSBezierPath.getLineDash(UnsafeMutablePointer<CGFloat>, count: UnsafeMutablePointer<Int>, phase: UnsafeMutablePointer<CGFloat>)
Added NSBezierPath.lineCapStyle
Added NSBezierPath.lineJoinStyle
Added NSBezierPath.lineToPoint(NSPoint)
Added NSBezierPath.lineWidth
Added NSBezierPath.miterLimit
Added NSBezierPath.moveToPoint(NSPoint)
Added NSBezierPath.init(ovalInRect: NSRect)
Added NSBezierPath.init(rect: NSRect)
Added NSBezierPath.relativeCurveToPoint(NSPoint, controlPoint1: NSPoint, controlPoint2: NSPoint)
Added NSBezierPath.relativeLineToPoint(NSPoint)
Added NSBezierPath.relativeMoveToPoint(NSPoint)
Added NSBezierPath.removeAllPoints()
Added NSBezierPath.init(roundedRect: NSRect, xRadius: CGFloat, yRadius: CGFloat)
Added NSBezierPath.setAssociatedPoints(NSPointArray, atIndex: Int)
Added NSBezierPath.setClip()
Added NSBezierPath.setDefaultFlatness(CGFloat) [class]
Added NSBezierPath.setDefaultLineCapStyle(NSLineCapStyle) [class]
Added NSBezierPath.setDefaultLineJoinStyle(NSLineJoinStyle) [class]
Added NSBezierPath.setDefaultLineWidth(CGFloat) [class]
Added NSBezierPath.setDefaultMiterLimit(CGFloat) [class]
Added NSBezierPath.setDefaultWindingRule(NSWindingRule) [class]
Added NSBezierPath.setLineDash(UnsafePointer<CGFloat>, count: Int, phase: CGFloat)
Added NSBezierPath.stroke()
Added NSBezierPath.strokeLineFromPoint(NSPoint, toPoint: NSPoint) [class]
Added NSBezierPath.strokeRect(NSRect) [class]
Added NSBezierPath.transformUsingAffineTransform(NSAffineTransform)
Added NSBezierPath.windingRule
Added NSBezierPathElement [enum]
Added NSBezierPathElement.ClosePathBezierPathElement
Added NSBezierPathElement.CurveToBezierPathElement
Added NSBezierPathElement.LineToBezierPathElement
Added NSBezierPathElement.MoveToBezierPathElement
Added NSBitmapFormat [struct]
Added NSBitmapFormat.NS16BitBigEndianBitmapFormat
Added NSBitmapFormat.NS16BitLittleEndianBitmapFormat
Added NSBitmapFormat.NS32BitBigEndianBitmapFormat
Added NSBitmapFormat.NS32BitLittleEndianBitmapFormat
Added NSBitmapFormat.NSAlphaFirstBitmapFormat
Added NSBitmapFormat.NSAlphaNonpremultipliedBitmapFormat
Added NSBitmapFormat.NSFloatingPointSamplesBitmapFormat
Added NSBitmapFormat.init(_: UInt)
Added NSBitmapFormat.init(rawValue: UInt)
Added NSBitmapImageFileType [enum]
Added NSBitmapImageFileType.NSBMPFileType
Added NSBitmapImageFileType.NSGIFFileType
Added NSBitmapImageFileType.NSJPEG2000FileType
Added NSBitmapImageFileType.NSJPEGFileType
Added NSBitmapImageFileType.NSPNGFileType
Added NSBitmapImageFileType.NSTIFFFileType
Added NSBitmapImageRep
Added NSBitmapImageRep.CGImage
Added NSBitmapImageRep.init(CGImage: CGImage)
Added NSBitmapImageRep.init(CIImage: CIImage)
Added NSBitmapImageRep.TIFFRepresentation
Added NSBitmapImageRep.TIFFRepresentationOfImageRepsInArray([AnyObject]) -> NSData? [class]
Added NSBitmapImageRep.TIFFRepresentationOfImageRepsInArray([AnyObject], usingCompression: NSTIFFCompression, factor: Float) -> NSData? [class]
Added NSBitmapImageRep.TIFFRepresentationUsingCompression(NSTIFFCompression, factor: Float) -> NSData?
Added NSBitmapImageRep.bitmapData
Added NSBitmapImageRep.init(bitmapDataPlanes: UnsafeMutablePointer<UnsafeMutablePointer<UInt8>>, pixelsWide: Int, pixelsHigh: Int, bitsPerSample: Int, samplesPerPixel: Int, hasAlpha: Bool, isPlanar: Bool, colorSpaceName: String, bitmapFormat: NSBitmapFormat, bytesPerRow: Int, bitsPerPixel: Int)
Added NSBitmapImageRep.init(bitmapDataPlanes: UnsafeMutablePointer<UnsafeMutablePointer<UInt8>>, pixelsWide: Int, pixelsHigh: Int, bitsPerSample: Int, samplesPerPixel: Int, hasAlpha: Bool, isPlanar: Bool, colorSpaceName: String, bytesPerRow: Int, bitsPerPixel: Int)
Added NSBitmapImageRep.bitmapFormat
Added NSBitmapImageRep.bitmapImageRepByConvertingToColorSpace(NSColorSpace, renderingIntent: NSColorRenderingIntent) -> NSBitmapImageRep?
Added NSBitmapImageRep.bitmapImageRepByRetaggingWithColorSpace(NSColorSpace) -> NSBitmapImageRep?
Added NSBitmapImageRep.bitsPerPixel
Added NSBitmapImageRep.bytesPerPlane
Added NSBitmapImageRep.bytesPerRow
Added NSBitmapImageRep.canBeCompressedUsing(NSTIFFCompression) -> Bool
Added NSBitmapImageRep.colorAtX(Int, y: Int) -> NSColor?
Added NSBitmapImageRep.colorSpace
Added NSBitmapImageRep.colorizeByMappingGray(CGFloat, toColor: NSColor?, blackMapping: NSColor?, whiteMapping: NSColor?)
Added NSBitmapImageRep.init(data: NSData!)
Added NSBitmapImageRep.init(data: NSData)
Added NSBitmapImageRep.init(focusedViewRect: NSRect)
Added NSBitmapImageRep.init(forIncrementalLoad: ())
Added NSBitmapImageRep.getBitmapDataPlanes(UnsafeMutablePointer<UnsafeMutablePointer<UInt8>>)
Added NSBitmapImageRep.getCompression(UnsafeMutablePointer<NSTIFFCompression>, factor: UnsafeMutablePointer<Float>)
Added NSBitmapImageRep.getPixel(UnsafeMutablePointer<Int>, atX: Int, y: Int)
Added NSBitmapImageRep.getTIFFCompressionTypes(UnsafeMutablePointer<UnsafePointer<NSTIFFCompression>>, count: UnsafeMutablePointer<Int>) [class]
Added NSBitmapImageRep.imageRepsWithData(NSData) -> [AnyObject] [class]
Added NSBitmapImageRep.incrementalLoadFromData(NSData, complete: Bool) -> Int
Added NSBitmapImageRep.localizedNameForTIFFCompressionType(NSTIFFCompression) -> String? [class]
Added NSBitmapImageRep.numberOfPlanes
Added NSBitmapImageRep.planar
Added NSBitmapImageRep.representationOfImageRepsInArray([AnyObject], usingType: NSBitmapImageFileType, properties:[NSObject: AnyObject]) -> NSData? [class]
Added NSBitmapImageRep.representationUsingType(NSBitmapImageFileType, properties:[NSObject: AnyObject]) -> NSData?
Added NSBitmapImageRep.samplesPerPixel
Added NSBitmapImageRep.setColor(NSColor, atX: Int, y: Int)
Added NSBitmapImageRep.setCompression(NSTIFFCompression, factor: Float)
Added NSBitmapImageRep.setPixel(UnsafeMutablePointer<Int>, atX: Int, y: Int)
Added NSBitmapImageRep.setProperty(String, withValue: AnyObject?)
Added NSBitmapImageRep.valueForProperty(String) -> AnyObject?
Added NSBorderType [enum]
Added NSBorderType.BezelBorder
Added NSBorderType.GrooveBorder
Added NSBorderType.LineBorder
Added NSBorderType.NoBorder
Added NSBox
Added NSBox.borderColor
Added NSBox.borderRect
Added NSBox.borderType
Added NSBox.borderWidth
Added NSBox.boxType
Added NSBox.contentView
Added NSBox.contentViewMargins
Added NSBox.cornerRadius
Added NSBox.fillColor
Added NSBox.setFrameFromContentFrame(NSRect)
Added NSBox.sizeToFit()
Added NSBox.title
Added NSBox.titleCell
Added NSBox.titleFont
Added NSBox.titlePosition
Added NSBox.titleRect
Added NSBox.transparent
Added NSBoxType [enum]
Added NSBoxType.Custom
Added NSBoxType.OldStyle
Added NSBoxType.Primary
Added NSBoxType.Secondary
Added NSBoxType.Separator
Added NSBrowser
Added NSBrowser.addColumn()
Added NSBrowser.allowsBranchSelection
Added NSBrowser.allowsEmptySelection
Added NSBrowser.allowsMultipleSelection
Added NSBrowser.allowsTypeSelect
Added NSBrowser.autohidesScroller
Added NSBrowser.backgroundColor
Added NSBrowser.canDragRowsWithIndexes(NSIndexSet, inColumn: Int, withEvent: NSEvent) -> Bool
Added NSBrowser.cellClass() -> AnyClass [class]
Added NSBrowser.cellPrototype
Added NSBrowser.clickedColumn
Added NSBrowser.clickedRow
Added NSBrowser.columnContentWidthForColumnWidth(CGFloat) -> CGFloat
Added NSBrowser.columnOfMatrix(NSMatrix) -> Int
Added NSBrowser.columnResizingType
Added NSBrowser.columnWidthForColumnContentWidth(CGFloat) -> CGFloat
Added NSBrowser.columnsAutosaveName
Added NSBrowser.defaultColumnWidth() -> CGFloat
Added NSBrowser.delegate
Added NSBrowser.doClick(AnyObject?)
Added NSBrowser.doDoubleClick(AnyObject?)
Added NSBrowser.doubleAction
Added NSBrowser.draggingImageForRowsWithIndexes(NSIndexSet, inColumn: Int, withEvent: NSEvent, offset: NSPointPointer) -> NSImage?
Added NSBrowser.drawTitleOfColumn(Int, inRect: NSRect)
Added NSBrowser.editItemAtIndexPath(NSIndexPath, withEvent: NSEvent, select: Bool)
Added NSBrowser.firstVisibleColumn
Added NSBrowser.frameOfColumn(Int) -> NSRect
Added NSBrowser.frameOfInsideOfColumn(Int) -> NSRect
Added NSBrowser.frameOfRow(Int, inColumn: Int) -> NSRect
Added NSBrowser.getRow(UnsafeMutablePointer<Int>, column: UnsafeMutablePointer<Int>, forPoint: NSPoint) -> Bool
Added NSBrowser.hasHorizontalScroller
Added NSBrowser.indexPathForColumn(Int) -> NSIndexPath
Added NSBrowser.isLeafItem(AnyObject?) -> Bool
Added NSBrowser.itemAtIndexPath(NSIndexPath) -> AnyObject?
Added NSBrowser.itemAtRow(Int, inColumn: Int) -> AnyObject?
Added NSBrowser.lastColumn
Added NSBrowser.lastVisibleColumn
Added NSBrowser.loadColumnZero()
Added NSBrowser.loaded
Added NSBrowser.loadedCellAtRow(Int, column: Int) -> AnyObject?
Added NSBrowser.matrixClass() -> AnyClass
Added NSBrowser.matrixInColumn(Int) -> NSMatrix?
Added NSBrowser.maxVisibleColumns
Added NSBrowser.minColumnWidth
Added NSBrowser.noteHeightOfRowsWithIndexesChanged(NSIndexSet, inColumn: Int)
Added NSBrowser.numberOfVisibleColumns
Added NSBrowser.parentForItemsInColumn(Int) -> AnyObject?
Added NSBrowser.path() -> String
Added NSBrowser.pathSeparator
Added NSBrowser.pathToColumn(Int) -> String
Added NSBrowser.prefersAllColumnUserResizing
Added NSBrowser.reloadColumn(Int)
Added NSBrowser.reloadDataForRowIndexes(NSIndexSet, inColumn: Int)
Added NSBrowser.removeSavedColumnsWithAutosaveName(String) [class]
Added NSBrowser.reusesColumns
Added NSBrowser.rowHeight
Added NSBrowser.scrollColumnToVisible(Int)
Added NSBrowser.scrollColumnsLeftBy(Int)
Added NSBrowser.scrollColumnsRightBy(Int)
Added NSBrowser.scrollRowToVisible(Int, inColumn: Int)
Added NSBrowser.selectAll(AnyObject?)
Added NSBrowser.selectRow(Int, inColumn: Int)
Added NSBrowser.selectRowIndexes(NSIndexSet, inColumn: Int)
Added NSBrowser.selectedCell() -> AnyObject!
Added NSBrowser.selectedCellInColumn(Int) -> AnyObject?
Added NSBrowser.selectedCells
Added NSBrowser.selectedColumn
Added NSBrowser.selectedRowInColumn(Int) -> Int
Added NSBrowser.selectedRowIndexesInColumn(Int) -> NSIndexSet?
Added NSBrowser.selectionIndexPath
Added NSBrowser.selectionIndexPaths
Added NSBrowser.sendAction
Added NSBrowser.sendsActionOnArrowKeys
Added NSBrowser.separatesColumns
Added NSBrowser.setCellClass(AnyClass)
Added NSBrowser.setDefaultColumnWidth(CGFloat)
Added NSBrowser.setDraggingSourceOperationMask(NSDragOperation, forLocal: Bool)
Added NSBrowser.setMatrixClass(AnyClass)
Added NSBrowser.setPath(String) -> Bool
Added NSBrowser.setTitle(String, ofColumn: Int)
Added NSBrowser.setWidth(CGFloat, ofColumn: Int)
Added NSBrowser.takesTitleFromPreviousColumn
Added NSBrowser.tile()
Added NSBrowser.titleFrameOfColumn(Int) -> NSRect
Added NSBrowser.titleHeight
Added NSBrowser.titleOfColumn(Int) -> String?
Added NSBrowser.titled
Added NSBrowser.validateVisibleColumns()
Added NSBrowser.widthOfColumn(Int) -> CGFloat
Added NSBrowserCell
Added NSBrowserCell.alternateImage
Added NSBrowserCell.branchImage() -> NSImage [class]
Added NSBrowserCell.highlightColorInView(NSView) -> NSColor?
Added NSBrowserCell.highlightedBranchImage() -> NSImage! [class]
Added NSBrowserCell.image
Added NSBrowserCell.leaf
Added NSBrowserCell.loaded
Added NSBrowserCell.reset()
Added NSBrowserCell.set()
Added NSBrowserColumnResizingType [enum]
Added NSBrowserColumnResizingType.AutoColumnResizing
Added NSBrowserColumnResizingType.NoColumnResizing
Added NSBrowserColumnResizingType.UserColumnResizing
Added NSBrowserDelegate
Added NSBrowserDelegate.browser(NSBrowser, acceptDrop: NSDraggingInfo, atRow: Int, column: Int, dropOperation: NSBrowserDropOperation) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, canDragRowsWithIndexes: NSIndexSet, inColumn: Int, withEvent: NSEvent) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, child: Int, ofItem: AnyObject?) -> AnyObject
Added NSBrowserDelegate.browser(NSBrowser, createRowsForColumn: Int, inMatrix: NSMatrix)
Added NSBrowserDelegate.browser(NSBrowser, didChangeLastColumn: Int, toColumn: Int)
Added NSBrowserDelegate.browser(NSBrowser, draggingImageForRowsWithIndexes: NSIndexSet, inColumn: Int, withEvent: NSEvent, offset: NSPointPointer) -> NSImage?
Added NSBrowserDelegate.browser(NSBrowser, headerViewControllerForItem: AnyObject?) -> NSViewController?
Added NSBrowserDelegate.browser(NSBrowser, heightOfRow: Int, inColumn: Int) -> CGFloat
Added NSBrowserDelegate.browser(NSBrowser, isColumnValid: Int) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, isLeafItem: AnyObject?) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, namesOfPromisedFilesDroppedAtDestination: NSURL, forDraggedRowsWithIndexes: NSIndexSet, inColumn: Int) -> [AnyObject]
Added NSBrowserDelegate.browser(NSBrowser, nextTypeSelectMatchFromRow: Int, toRow: Int, inColumn: Int, forString: String?) -> Int
Added NSBrowserDelegate.browser(NSBrowser, numberOfChildrenOfItem: AnyObject?) -> Int
Added NSBrowserDelegate.browser(NSBrowser, numberOfRowsInColumn: Int) -> Int
Added NSBrowserDelegate.browser(NSBrowser, objectValueForItem: AnyObject?) -> AnyObject?
Added NSBrowserDelegate.browser(NSBrowser, previewViewControllerForLeafItem: AnyObject) -> NSViewController?
Added NSBrowserDelegate.browser(NSBrowser, selectCellWithString: String, inColumn: Int) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, selectRow: Int, inColumn: Int) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, selectionIndexesForProposedSelection: NSIndexSet, inColumn: Int) -> NSIndexSet
Added NSBrowserDelegate.browser(NSBrowser, setObjectValue: AnyObject?, forItem: AnyObject?)
Added NSBrowserDelegate.browser(NSBrowser, shouldEditItem: AnyObject?) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, shouldShowCellExpansionForRow: Int, column: Int) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, shouldSizeColumn: Int, forUserResize: Bool, toWidth: CGFloat) -> CGFloat
Added NSBrowserDelegate.browser(NSBrowser, shouldTypeSelectForEvent: NSEvent, withCurrentSearchString: String?) -> Bool
Added NSBrowserDelegate.browser(NSBrowser, sizeToFitWidthOfColumn: Int) -> CGFloat
Added NSBrowserDelegate.browser(NSBrowser, titleOfColumn: Int) -> String?
Added NSBrowserDelegate.browser(NSBrowser, typeSelectStringForRow: Int, inColumn: Int) -> String
Added NSBrowserDelegate.browser(NSBrowser, validateDrop: NSDraggingInfo, proposedRow: UnsafeMutablePointer<Int>, column: UnsafeMutablePointer<Int>, dropOperation: UnsafeMutablePointer<NSBrowserDropOperation>) -> NSDragOperation
Added NSBrowserDelegate.browser(NSBrowser, willDisplayCell: AnyObject, atRow: Int, column: Int)
Added NSBrowserDelegate.browser(NSBrowser, writeRowsWithIndexes: NSIndexSet, inColumn: Int, toPasteboard: NSPasteboard) -> Bool
Added NSBrowserDelegate.browserColumnConfigurationDidChange(NSNotification)
Added NSBrowserDelegate.browserDidScroll(NSBrowser)
Added NSBrowserDelegate.browserWillScroll(NSBrowser)
Added NSBrowserDelegate.rootItemForBrowser(NSBrowser) -> AnyObject?
Added NSBrowserDropOperation [enum]
Added NSBrowserDropOperation.Above
Added NSBrowserDropOperation.On
Added NSBundle.URLForImageResource(String) -> NSURL?
Added NSBundle.contextHelpForKey(String) -> NSAttributedString?
Added NSBundle.imageForResource(String) -> NSImage?
Added NSBundle.loadNibNamed(String, owner: AnyObject!, topLevelObjects: AutoreleasingUnsafeMutablePointer<NSArray?>) -> Bool
Added NSBundle.pathForImageResource(String) -> String?
Added NSBundle.pathForSoundResource(String) -> String?
Added NSButton
Added NSButton.allowsMixedState
Added NSButton.alternateImage
Added NSButton.alternateTitle
Added NSButton.attributedAlternateTitle
Added NSButton.attributedTitle
Added NSButton.bezelStyle
Added NSButton.bordered
Added NSButton.getPeriodicDelay(UnsafeMutablePointer<Float>, interval: UnsafeMutablePointer<Float>)
Added NSButton.highlight(Bool)
Added NSButton.image
Added NSButton.imagePosition
Added NSButton.keyEquivalent
Added NSButton.keyEquivalentModifierMask
Added NSButton.performKeyEquivalent(NSEvent) -> Bool
Added NSButton.setButtonType(NSButtonType)
Added NSButton.setNextState()
Added NSButton.setPeriodicDelay(Float, interval: Float)
Added NSButton.showsBorderOnlyWhileMouseInside
Added NSButton.sound
Added NSButton.state
Added NSButton.title
Added NSButton.transparent
Added NSButtonCell
Added NSButtonCell.alternateImage
Added NSButtonCell.alternateTitle
Added NSButtonCell.attributedAlternateTitle
Added NSButtonCell.attributedTitle
Added NSButtonCell.backgroundColor
Added NSButtonCell.bezelStyle
Added NSButtonCell.drawBezelWithFrame(NSRect, inView: NSView)
Added NSButtonCell.drawImage(NSImage, withFrame: NSRect, inView: NSView)
Added NSButtonCell.drawTitle(NSAttributedString, withFrame: NSRect, inView: NSView) -> NSRect
Added NSButtonCell.getPeriodicDelay(UnsafeMutablePointer<Float>, interval: UnsafeMutablePointer<Float>)
Added NSButtonCell.gradientType
Added NSButtonCell.highlightsBy
Added NSButtonCell.imageDimsWhenDisabled
Added NSButtonCell.imagePosition
Added NSButtonCell.imageScaling
Added NSButtonCell.keyEquivalent
Added NSButtonCell.keyEquivalentFont
Added NSButtonCell.keyEquivalentModifierMask
Added NSButtonCell.mouseEntered(NSEvent)
Added NSButtonCell.mouseExited(NSEvent)
Added NSButtonCell.opaque
Added NSButtonCell.performClick(AnyObject?)
Added NSButtonCell.setButtonType(NSButtonType)
Added NSButtonCell.setKeyEquivalentFont(String, size: CGFloat)
Added NSButtonCell.setPeriodicDelay(Float, interval: Float)
Added NSButtonCell.showsBorderOnlyWhileMouseInside
Added NSButtonCell.showsStateBy
Added NSButtonCell.sound
Added NSButtonCell.title
Added NSButtonCell.transparent
Added NSButtonType [enum]
Added NSButtonType.MomentaryChangeButton
Added NSButtonType.MomentaryLightButton
Added NSButtonType.MomentaryPushInButton
Added NSButtonType.OnOffButton
Added NSButtonType.PushOnPushOffButton
Added NSButtonType.RadioButton
Added NSButtonType.SwitchButton
Added NSButtonType.ToggleButton
Added NSCIImageRep
Added NSCIImageRep.CIImage
Added NSCIImageRep.init(CIImage: CIImage!)
Added NSCIImageRep.init(CIImage: CIImage)
Added NSCell
Added NSCell.acceptsFirstResponder
Added NSCell.action
Added NSCell.alignment
Added NSCell.allowsEditingTextAttributes
Added NSCell.allowsMixedState
Added NSCell.allowsUndo
Added NSCell.attributedStringValue
Added NSCell.backgroundStyle
Added NSCell.baseWritingDirection
Added NSCell.bezeled
Added NSCell.bordered
Added NSCell.calcDrawInfo(NSRect)
Added NSCell.cellAttribute(NSCellAttribute) -> Int
Added NSCell.cellSize
Added NSCell.cellSizeForBounds(NSRect) -> NSSize
Added NSCell.compare(AnyObject) -> NSComparisonResult
Added NSCell.continueTracking(NSPoint, at: NSPoint, inView: NSView) -> Bool
Added NSCell.continuous
Added NSCell.controlSize
Added NSCell.controlTint
Added NSCell.controlView
Added NSCell.defaultFocusRingType() -> NSFocusRingType [class]
Added NSCell.defaultMenu() -> NSMenu? [class]
Added NSCell.doubleValue
Added NSCell.draggingImageComponentsWithFrame(NSRect, inView: NSView) -> [AnyObject]
Added NSCell.drawFocusRingMaskWithFrame(NSRect, inView: NSView)
Added NSCell.drawInteriorWithFrame(NSRect, inView: NSView)
Added NSCell.drawWithExpansionFrame(NSRect, inView: NSView)
Added NSCell.drawWithFrame(NSRect, inView: NSView)
Added NSCell.drawingRectForBounds(NSRect) -> NSRect
Added NSCell.editWithFrame(NSRect, inView: NSView, editor: NSText, delegate: AnyObject?, event: NSEvent)
Added NSCell.editable
Added NSCell.enabled
Added NSCell.endEditing(NSText)
Added NSCell.expansionFrameWithFrame(NSRect, inView: NSView) -> NSRect
Added NSCell.fieldEditorForView(NSView) -> NSTextView?
Added NSCell.floatValue
Added NSCell.focusRingMaskBoundsForFrame(NSRect, inView: NSView) -> NSRect
Added NSCell.focusRingType
Added NSCell.font
Added NSCell.formatter
Added NSCell.getPeriodicDelay(UnsafeMutablePointer<Float>, interval: UnsafeMutablePointer<Float>)
Added NSCell.hasValidObjectValue
Added NSCell.highlight(Bool, withFrame: NSRect, inView: NSView)
Added NSCell.highlightColorWithFrame(NSRect, inView: NSView) -> NSColor
Added NSCell.highlighted
Added NSCell.hitTestForEvent(NSEvent, inRect: NSRect, ofView: NSView) -> NSCellHitResult
Added NSCell.image
Added NSCell.init(imageCell: NSImage?)
Added NSCell.imageRectForBounds(NSRect) -> NSRect
Added NSCell.importsGraphics
Added NSCell.intValue
Added NSCell.integerValue
Added NSCell.interiorBackgroundStyle
Added NSCell.keyEquivalent
Added NSCell.lineBreakMode
Added NSCell.menu
Added NSCell.menuForEvent(NSEvent, inRect: NSRect, ofView: NSView) -> NSMenu?
Added NSCell.mouseDownFlags
Added NSCell.nextState
Added NSCell.objectValue
Added NSCell.opaque
Added NSCell.performClick(AnyObject?)
Added NSCell.prefersTrackingUntilMouseUp() -> Bool [class]
Added NSCell.refusesFirstResponder
Added NSCell.representedObject
Added NSCell.resetCursorRect(NSRect, inView: NSView)
Added NSCell.scrollable
Added NSCell.selectWithFrame(NSRect, inView: NSView, editor: NSText, delegate: AnyObject?, start: Int, length: Int)
Added NSCell.selectable
Added NSCell.sendActionOn(Int) -> Int
Added NSCell.sendsActionOnEndEditing
Added NSCell.setCellAttribute(NSCellAttribute, to: Int)
Added NSCell.setNextState()
Added NSCell.setUpFieldEditorAttributes(NSText) -> NSText
Added NSCell.showsFirstResponder
Added NSCell.startTrackingAt(NSPoint, inView: NSView) -> Bool
Added NSCell.state
Added NSCell.stopTracking(NSPoint, at: NSPoint, inView: NSView, mouseIsUp: Bool)
Added NSCell.stringValue
Added NSCell.tag
Added NSCell.takeDoubleValueFrom(AnyObject?)
Added NSCell.takeFloatValueFrom(AnyObject?)
Added NSCell.takeIntValueFrom(AnyObject?)
Added NSCell.takeIntegerValueFrom(AnyObject?)
Added NSCell.takeObjectValueFrom(AnyObject?)
Added NSCell.takeStringValueFrom(AnyObject?)
Added NSCell.target
Added NSCell.init(textCell: String)
Added NSCell.title
Added NSCell.titleRectForBounds(NSRect) -> NSRect
Added NSCell.trackMouse(NSEvent, inRect: NSRect, ofView: NSView, untilMouseUp: Bool) -> Bool
Added NSCell.truncatesLastVisibleLine
Added NSCell.type
Added NSCell.userInterfaceLayoutDirection
Added NSCell.usesSingleLineMode
Added NSCell.wantsNotificationForMarkedText
Added NSCell.wraps
Added NSCellAttribute [enum]
Added NSCellAttribute.CellAllowsMixedState
Added NSCellAttribute.CellChangesContents
Added NSCellAttribute.CellDisabled
Added NSCellAttribute.CellEditable
Added NSCellAttribute.CellHasImageHorizontal
Added NSCellAttribute.CellHasImageOnLeftOrBottom
Added NSCellAttribute.CellHasOverlappingImage
Added NSCellAttribute.CellHighlighted
Added NSCellAttribute.CellIsBordered
Added NSCellAttribute.CellIsInsetButton
Added NSCellAttribute.CellLightsByBackground
Added NSCellAttribute.CellLightsByContents
Added NSCellAttribute.CellLightsByGray
Added NSCellAttribute.CellState
Added NSCellAttribute.ChangeBackgroundCell
Added NSCellAttribute.ChangeGrayCell
Added NSCellAttribute.PushInCell
Added NSCellHitResult [struct]
Added NSCellHitResult.ContentArea
Added NSCellHitResult.EditableTextArea
Added NSCellHitResult.None
Added NSCellHitResult.TrackableArea
Added NSCellHitResult.init(_: UInt)
Added NSCellHitResult.init(rawValue: UInt)
Added NSCellImagePosition [enum]
Added NSCellImagePosition.ImageAbove
Added NSCellImagePosition.ImageBelow
Added NSCellImagePosition.ImageLeft
Added NSCellImagePosition.ImageOnly
Added NSCellImagePosition.ImageOverlaps
Added NSCellImagePosition.ImageRight
Added NSCellImagePosition.NoImage
Added NSCellStyleMask [struct]
Added NSCellStyleMask.ChangeBackgroundCellMask
Added NSCellStyleMask.ChangeGrayCellMask
Added NSCellStyleMask.ContentsCellMask
Added NSCellStyleMask.NoCellMask
Added NSCellStyleMask.PushInCellMask
Added NSCellStyleMask.init(_: UInt)
Added NSCellStyleMask.init(rawValue: UInt)
Added NSCellType [enum]
Added NSCellType.ImageCellType
Added NSCellType.NullCellType
Added NSCellType.TextCellType
Added NSChangeSpelling
Added NSChangeSpelling.changeSpelling(AnyObject?)
Added NSCharacterCollection [enum]
Added NSCharacterCollection.AdobeCNS1CharacterCollection
Added NSCharacterCollection.AdobeGB1CharacterCollection
Added NSCharacterCollection.AdobeJapan1CharacterCollection
Added NSCharacterCollection.AdobeJapan2CharacterCollection
Added NSCharacterCollection.AdobeKorea1CharacterCollection
Added NSCharacterCollection.IdentityMappingCharacterCollection
Added NSClickGestureRecognizer
Added NSClickGestureRecognizer.buttonMask
Added NSClickGestureRecognizer.numberOfClicksRequired
Added NSClipView
Added NSClipView.automaticallyAdjustsContentInsets
Added NSClipView.autoscroll(NSEvent) -> Bool
Added NSClipView.backgroundColor
Added NSClipView.constrainBoundsRect(NSRect) -> NSRect
Added NSClipView.constrainScrollPoint(NSPoint) -> NSPoint
Added NSClipView.contentInsets
Added NSClipView.copiesOnScroll
Added NSClipView.documentCursor
Added NSClipView.documentRect
Added NSClipView.documentView
Added NSClipView.documentVisibleRect
Added NSClipView.drawsBackground
Added NSClipView.scrollToPoint(NSPoint)
Added NSClipView.viewBoundsChanged(NSNotification)
Added NSClipView.viewFrameChanged(NSNotification)
Added NSCollectionView
Added NSCollectionView.allowsMultipleSelection
Added NSCollectionView.backgroundColors
Added NSCollectionView.content
Added NSCollectionView.delegate
Added NSCollectionView.draggingImageForItemsAtIndexes(NSIndexSet!, withEvent: NSEvent!, offset: NSPointPointer) -> NSImage!
Added NSCollectionView.firstResponder
Added NSCollectionView.frameForItemAtIndex(Int) -> NSRect
Added NSCollectionView.frameForItemAtIndex(Int, withNumberOfItems: Int) -> NSRect
Added NSCollectionView.itemAtIndex(Int) -> NSCollectionViewItem!
Added NSCollectionView.itemPrototype
Added NSCollectionView.maxItemSize
Added NSCollectionView.maxNumberOfColumns
Added NSCollectionView.maxNumberOfRows
Added NSCollectionView.minItemSize
Added NSCollectionView.newItemForRepresentedObject(AnyObject!) -> NSCollectionViewItem!
Added NSCollectionView.selectable
Added NSCollectionView.selectionIndexes
Added NSCollectionView.setDraggingSourceOperationMask(NSDragOperation, forLocal: Bool)
Added NSCollectionViewDelegate
Added NSCollectionViewDelegate.collectionView(NSCollectionView, acceptDrop: NSDraggingInfo, index: Int, dropOperation: NSCollectionViewDropOperation) -> Bool
Added NSCollectionViewDelegate.collectionView(NSCollectionView, canDragItemsAtIndexes: NSIndexSet, withEvent: NSEvent) -> Bool
Added NSCollectionViewDelegate.collectionView(NSCollectionView, draggingImageForItemsAtIndexes: NSIndexSet!, withEvent: NSEvent!, offset: NSPointPointer) -> NSImage!
Added NSCollectionViewDelegate.collectionView(NSCollectionView, draggingSession: NSDraggingSession!, willBeginAtPoint: NSPoint, forItemsAtIndexes: NSIndexSet!)
Added NSCollectionViewDelegate.collectionView(NSCollectionView, draggingSession: NSDraggingSession, endedAtPoint: NSPoint, dragOperation: NSDragOperation)
Added NSCollectionViewDelegate.collectionView(NSCollectionView, namesOfPromisedFilesDroppedAtDestination: NSURL!, forDraggedItemsAtIndexes: NSIndexSet!) -> [AnyObject]!
Added NSCollectionViewDelegate.collectionView(NSCollectionView, pasteboardWriterForItemAtIndex: Int) -> NSPasteboardWriting!
Added NSCollectionViewDelegate.collectionView(NSCollectionView, updateDraggingItemsForDrag: NSDraggingInfo)
Added NSCollectionViewDelegate.collectionView(NSCollectionView, validateDrop: NSDraggingInfo, proposedIndex: UnsafeMutablePointer<Int>, dropOperation: UnsafeMutablePointer<NSCollectionViewDropOperation>) -> NSDragOperation
Added NSCollectionViewDelegate.collectionView(NSCollectionView, writeItemsAtIndexes: NSIndexSet, toPasteboard: NSPasteboard) -> Bool
Added NSCollectionViewDropOperation [enum]
Added NSCollectionViewDropOperation.Before
Added NSCollectionViewDropOperation.On
Added NSCollectionViewItem
Added NSCollectionViewItem.collectionView
Added NSCollectionViewItem.draggingImageComponents
Added NSCollectionViewItem.imageView
Added NSCollectionViewItem.selected
Added NSCollectionViewItem.textField
Added NSColor
Added NSColor.init()
Added NSColor.CGColor
Added NSColor.init(CGColor: CGColor)
Added NSColor.init(CIColor: CIColor)
Added NSColor.init(SRGBRed: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat)
Added NSColor.alphaComponent
Added NSColor.alternateSelectedControlColor() -> NSColor [class]
Added NSColor.alternateSelectedControlTextColor() -> NSColor [class]
Added NSColor.blackColor() -> NSColor [class]
Added NSColor.blackComponent
Added NSColor.blendedColorWithFraction(CGFloat, ofColor: NSColor) -> NSColor?
Added NSColor.blueColor() -> NSColor [class]
Added NSColor.blueComponent
Added NSColor.brightnessComponent
Added NSColor.brownColor() -> NSColor [class]
Added NSColor.init(calibratedHue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat)
Added NSColor.init(calibratedRed: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat)
Added NSColor.init(calibratedWhite: CGFloat, alpha: CGFloat)
Added NSColor.init(catalogName: String, colorName: String)
Added NSColor.catalogNameComponent
Added NSColor.clearColor() -> NSColor [class]
Added NSColor.init(coder: NSCoder)
Added NSColor.colorNameComponent
Added NSColor.colorSpace
Added NSColor.init(colorSpace: NSColorSpace, components: UnsafePointer<CGFloat>, count: Int)
Added NSColor.colorSpaceName
Added NSColor.colorUsingColorSpace(NSColorSpace) -> NSColor?
Added NSColor.colorUsingColorSpaceName(String) -> NSColor?
Added NSColor.colorUsingColorSpaceName(String?, device:[NSObject: AnyObject]?) -> NSColor?
Added NSColor.colorWithAlphaComponent(CGFloat) -> NSColor
Added NSColor.controlAlternatingRowBackgroundColors() -> [AnyObject] [class]
Added NSColor.controlBackgroundColor() -> NSColor [class]
Added NSColor.controlColor() -> NSColor [class]
Added NSColor.controlDarkShadowColor() -> NSColor [class]
Added NSColor.controlHighlightColor() -> NSColor [class]
Added NSColor.controlLightHighlightColor() -> NSColor [class]
Added NSColor.controlShadowColor() -> NSColor [class]
Added NSColor.controlTextColor() -> NSColor [class]
Added NSColor.currentControlTint() -> NSControlTint [class]
Added NSColor.cyanColor() -> NSColor [class]
Added NSColor.cyanComponent
Added NSColor.darkGrayColor() -> NSColor [class]
Added NSColor.init(deviceCyan: CGFloat, magenta: CGFloat, yellow: CGFloat, black: CGFloat, alpha: CGFloat)
Added NSColor.init(deviceHue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat)
Added NSColor.init(deviceRed: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat)
Added NSColor.init(deviceWhite: CGFloat, alpha: CGFloat)
Added NSColor.disabledControlTextColor() -> NSColor [class]
Added NSColor.drawSwatchInRect(NSRect)
Added NSColor.init(forControlTint: NSControlTint)
Added NSColor.init(fromPasteboard: NSPasteboard)
Added NSColor.init(genericGamma22White: CGFloat, alpha: CGFloat)
Added NSColor.getComponents(UnsafeMutablePointer<CGFloat>)
Added NSColor.getCyan(UnsafeMutablePointer<CGFloat>, magenta: UnsafeMutablePointer<CGFloat>, yellow: UnsafeMutablePointer<CGFloat>, black: UnsafeMutablePointer<CGFloat>, alpha: UnsafeMutablePointer<CGFloat>)
Added NSColor.getHue(UnsafeMutablePointer<CGFloat>, saturation: UnsafeMutablePointer<CGFloat>, brightness: UnsafeMutablePointer<CGFloat>, alpha: UnsafeMutablePointer<CGFloat>)
Added NSColor.getRed(UnsafeMutablePointer<CGFloat>, green: UnsafeMutablePointer<CGFloat>, blue: UnsafeMutablePointer<CGFloat>, alpha: UnsafeMutablePointer<CGFloat>)
Added NSColor.getWhite(UnsafeMutablePointer<CGFloat>, alpha: UnsafeMutablePointer<CGFloat>)
Added NSColor.grayColor() -> NSColor [class]
Added NSColor.greenColor() -> NSColor [class]
Added NSColor.greenComponent
Added NSColor.gridColor() -> NSColor [class]
Added NSColor.headerColor() -> NSColor [class]
Added NSColor.headerTextColor() -> NSColor [class]
Added NSColor.highlightColor() -> NSColor [class]
Added NSColor.highlightWithLevel(CGFloat) -> NSColor?
Added NSColor.init(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat)
Added NSColor.hueComponent
Added NSColor.ignoresAlpha() -> Bool [class]
Added NSColor.keyboardFocusIndicatorColor() -> NSColor [class]
Added NSColor.knobColor() -> NSColor [class]
Added NSColor.labelColor() -> NSColor [class]
Added NSColor.lightGrayColor() -> NSColor [class]
Added NSColor.localizedCatalogNameComponent
Added NSColor.localizedColorNameComponent
Added NSColor.magentaColor() -> NSColor [class]
Added NSColor.magentaComponent
Added NSColor.numberOfComponents
Added NSColor.orangeColor() -> NSColor [class]
Added NSColor.patternImage
Added NSColor.init(patternImage: NSImage)
Added NSColor.purpleColor() -> NSColor [class]
Added NSColor.quaternaryLabelColor() -> NSColor [class]
Added NSColor.init(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat)
Added NSColor.redColor() -> NSColor [class]
Added NSColor.redComponent
Added NSColor.saturationComponent
Added NSColor.scrollBarColor() -> NSColor [class]
Added NSColor.secondaryLabelColor() -> NSColor [class]
Added NSColor.secondarySelectedControlColor() -> NSColor [class]
Added NSColor.selectedControlColor() -> NSColor [class]
Added NSColor.selectedControlTextColor() -> NSColor [class]
Added NSColor.selectedKnobColor() -> NSColor [class]
Added NSColor.selectedMenuItemColor() -> NSColor [class]
Added NSColor.selectedMenuItemTextColor() -> NSColor [class]
Added NSColor.selectedTextBackgroundColor() -> NSColor [class]
Added NSColor.selectedTextColor() -> NSColor [class]
Added NSColor.set()
Added NSColor.setFill()
Added NSColor.setIgnoresAlpha(Bool) [class]
Added NSColor.setStroke()
Added NSColor.shadowColor() -> NSColor [class]
Added NSColor.shadowWithLevel(CGFloat) -> NSColor?
Added NSColor.tertiaryLabelColor() -> NSColor [class]
Added NSColor.textBackgroundColor() -> NSColor [class]
Added NSColor.textColor() -> NSColor [class]
Added NSColor.underPageBackgroundColor() -> NSColor [class]
Added NSColor.init(white: CGFloat, alpha: CGFloat)
Added NSColor.whiteColor() -> NSColor [class]
Added NSColor.whiteComponent
Added NSColor.windowBackgroundColor() -> NSColor [class]
Added NSColor.windowFrameColor() -> NSColor [class]
Added NSColor.windowFrameTextColor() -> NSColor [class]
Added NSColor.writeToPasteboard(NSPasteboard)
Added NSColor.yellowColor() -> NSColor [class]
Added NSColor.yellowComponent
Added NSColorList
Added NSColorList.allKeys
Added NSColorList.availableColorLists() -> [AnyObject] [class]
Added NSColorList.colorWithKey(String) -> NSColor?
Added NSColorList.editable
Added NSColorList.insertColor(NSColor, key: String, atIndex: Int)
Added NSColorList.name
Added NSColorList.init(name: String)
Added NSColorList.init(name: String, fromFile: String?)
Added NSColorList.init(named: String)
Added NSColorList.removeColorWithKey(String)
Added NSColorList.removeFile()
Added NSColorList.setColor(NSColor, forKey: String)
Added NSColorList.writeToFile(String?) -> Bool
Added NSColorPanel
Added NSColorPanel.accessoryView
Added NSColorPanel.alpha
Added NSColorPanel.attachColorList(NSColorList)
Added NSColorPanel.color
Added NSColorPanel.continuous
Added NSColorPanel.detachColorList(NSColorList)
Added NSColorPanel.dragColor(NSColor, withEvent: NSEvent, fromView: NSView) -> Bool [class]
Added NSColorPanel.mode
Added NSColorPanel.setAction(Selector)
Added NSColorPanel.setPickerMask(NSColorPanelOptions) [class]
Added NSColorPanel.setPickerMode(NSColorPanelMode) [class]
Added NSColorPanel.setTarget(AnyObject?)
Added NSColorPanel.sharedColorPanel() -> NSColorPanel [class]
Added NSColorPanel.sharedColorPanelExists() -> Bool [class]
Added NSColorPanel.showsAlpha
Added NSColorPanelMode [enum]
Added NSColorPanelMode.NSCMYKModeColorPanel
Added NSColorPanelMode.NSColorListModeColorPanel
Added NSColorPanelMode.NSCrayonModeColorPanel
Added NSColorPanelMode.NSCustomPaletteModeColorPanel
Added NSColorPanelMode.NSGrayModeColorPanel
Added NSColorPanelMode.NSHSBModeColorPanel
Added NSColorPanelMode.NSNoModeColorPanel
Added NSColorPanelMode.NSRGBModeColorPanel
Added NSColorPanelMode.NSWheelModeColorPanel
Added NSColorPanelOptions [struct]
Added NSColorPanelOptions.AllModesMask
Added NSColorPanelOptions.CMYKModeMask
Added NSColorPanelOptions.ColorListModeMask
Added NSColorPanelOptions.CrayonModeMask
Added NSColorPanelOptions.CustomPaletteModeMask
Added NSColorPanelOptions.GrayModeMask
Added NSColorPanelOptions.HSBModeMask
Added NSColorPanelOptions.RGBModeMask
Added NSColorPanelOptions.WheelModeMask
Added NSColorPanelOptions.init(_: UInt)
Added NSColorPanelOptions.init(rawValue: UInt)
Added NSColorPicker
Added NSColorPicker.attachColorList(NSColorList)
Added NSColorPicker.buttonToolTip
Added NSColorPicker.colorPanel
Added NSColorPicker.detachColorList(NSColorList)
Added NSColorPicker.insertNewButtonImage(NSImage, in: NSButtonCell)
Added NSColorPicker.minContentSize
Added NSColorPicker.init(pickerMask: Int, colorPanel: NSColorPanel)
Added NSColorPicker.provideNewButtonImage
Added NSColorPicker.setMode(NSColorPanelMode)
Added NSColorPicker.viewSizeChanged(AnyObject?)
Added NSColorPickingCustom
Added NSColorPickingCustom.currentMode() -> NSColorPanelMode
Added NSColorPickingCustom.provideNewView(Bool) -> NSView
Added NSColorPickingCustom.setColor(NSColor)
Added NSColorPickingCustom.supportsMode(NSColorPanelMode) -> Bool
Added NSColorPickingDefault
Added NSColorPickingDefault.alphaControlAddedOrRemoved(AnyObject?)
Added NSColorPickingDefault.attachColorList(NSColorList)
Added NSColorPickingDefault.buttonToolTip() -> String
Added NSColorPickingDefault.detachColorList(NSColorList)
Added NSColorPickingDefault.insertNewButtonImage(NSImage, in: NSButtonCell)
Added NSColorPickingDefault.minContentSize() -> NSSize
Added NSColorPickingDefault.init(pickerMask: Int, colorPanel: NSColorPanel)
Added NSColorPickingDefault.provideNewButtonImage() -> NSImage
Added NSColorPickingDefault.setMode(NSColorPanelMode)
Added NSColorPickingDefault.viewSizeChanged(AnyObject?)
Added NSColorRenderingIntent [enum]
Added NSColorRenderingIntent.AbsoluteColorimetric
Added NSColorRenderingIntent.Default
Added NSColorRenderingIntent.Perceptual
Added NSColorRenderingIntent.RelativeColorimetric
Added NSColorRenderingIntent.Saturation
Added NSColorSpace
Added NSColorSpace.CGColorSpace
Added NSColorSpace.init(CGColorSpace: CGColorSpace)
Added NSColorSpace.ICCProfileData
Added NSColorSpace.init(ICCProfileData: NSData)
Added NSColorSpace.adobeRGB1998ColorSpace() -> NSColorSpace [class]
Added NSColorSpace.availableColorSpacesWithModel(NSColorSpaceModel) -> [AnyObject] [class]
Added NSColorSpace.colorSpaceModel
Added NSColorSpace.colorSyncProfile
Added NSColorSpace.init(colorSyncProfile: UnsafeMutablePointer<Void>)
Added NSColorSpace.deviceCMYKColorSpace() -> NSColorSpace [class]
Added NSColorSpace.deviceGrayColorSpace() -> NSColorSpace [class]
Added NSColorSpace.deviceRGBColorSpace() -> NSColorSpace [class]
Added NSColorSpace.genericCMYKColorSpace() -> NSColorSpace [class]
Added NSColorSpace.genericGamma22GrayColorSpace() -> NSColorSpace [class]
Added NSColorSpace.genericGrayColorSpace() -> NSColorSpace [class]
Added NSColorSpace.genericRGBColorSpace() -> NSColorSpace [class]
Added NSColorSpace.localizedName
Added NSColorSpace.numberOfColorComponents
Added NSColorSpace.sRGBColorSpace() -> NSColorSpace [class]
Added NSColorSpaceModel [enum]
Added NSColorSpaceModel.NSCMYKColorSpaceModel
Added NSColorSpaceModel.NSDeviceNColorSpaceModel
Added NSColorSpaceModel.NSGrayColorSpaceModel
Added NSColorSpaceModel.NSIndexedColorSpaceModel
Added NSColorSpaceModel.NSLABColorSpaceModel
Added NSColorSpaceModel.NSPatternColorSpaceModel
Added NSColorSpaceModel.NSRGBColorSpaceModel
Added NSColorSpaceModel.NSUnknownColorSpaceModel
Added NSColorWell
Added NSColorWell.activate(Bool)
Added NSColorWell.active
Added NSColorWell.bordered
Added NSColorWell.color
Added NSColorWell.deactivate()
Added NSColorWell.drawWellInside(NSRect)
Added NSColorWell.takeColorFrom(AnyObject?)
Added NSComboBox
Added NSComboBox.addItemWithObjectValue(AnyObject)
Added NSComboBox.addItemsWithObjectValues([AnyObject])
Added NSComboBox.buttonBordered
Added NSComboBox.completes
Added NSComboBox.dataSource
Added NSComboBox.delegate() -> NSComboBoxDelegate?
Added NSComboBox.deselectItemAtIndex(Int)
Added NSComboBox.hasVerticalScroller
Added NSComboBox.indexOfItemWithObjectValue(AnyObject) -> Int
Added NSComboBox.indexOfSelectedItem
Added NSComboBox.insertItemWithObjectValue(AnyObject, atIndex: Int)
Added NSComboBox.intercellSpacing
Added NSComboBox.itemHeight
Added NSComboBox.itemObjectValueAtIndex(Int) -> AnyObject
Added NSComboBox.noteNumberOfItemsChanged()
Added NSComboBox.numberOfItems
Added NSComboBox.numberOfVisibleItems
Added NSComboBox.objectValueOfSelectedItem
Added NSComboBox.objectValues
Added NSComboBox.reloadData()
Added NSComboBox.removeAllItems()
Added NSComboBox.removeItemAtIndex(Int)
Added NSComboBox.removeItemWithObjectValue(AnyObject)
Added NSComboBox.scrollItemAtIndexToTop(Int)
Added NSComboBox.scrollItemAtIndexToVisible(Int)
Added NSComboBox.selectItemAtIndex(Int)
Added NSComboBox.selectItemWithObjectValue(AnyObject?)
Added NSComboBox.setDelegate(NSComboBoxDelegate?)
Added NSComboBox.usesDataSource
Added NSComboBoxCell
Added NSComboBoxCell.addItemWithObjectValue(AnyObject)
Added NSComboBoxCell.addItemsWithObjectValues([AnyObject])
Added NSComboBoxCell.buttonBordered
Added NSComboBoxCell.completedString(String) -> String?
Added NSComboBoxCell.completes
Added NSComboBoxCell.dataSource
Added NSComboBoxCell.deselectItemAtIndex(Int)
Added NSComboBoxCell.hasVerticalScroller
Added NSComboBoxCell.indexOfItemWithObjectValue(AnyObject) -> Int
Added NSComboBoxCell.indexOfSelectedItem
Added NSComboBoxCell.insertItemWithObjectValue(AnyObject, atIndex: Int)
Added NSComboBoxCell.intercellSpacing
Added NSComboBoxCell.itemHeight
Added NSComboBoxCell.itemObjectValueAtIndex(Int) -> AnyObject
Added NSComboBoxCell.noteNumberOfItemsChanged()
Added NSComboBoxCell.numberOfItems
Added NSComboBoxCell.numberOfVisibleItems
Added NSComboBoxCell.objectValueOfSelectedItem
Added NSComboBoxCell.objectValues
Added NSComboBoxCell.reloadData()
Added NSComboBoxCell.removeAllItems()
Added NSComboBoxCell.removeItemAtIndex(Int)
Added NSComboBoxCell.removeItemWithObjectValue(AnyObject)
Added NSComboBoxCell.scrollItemAtIndexToTop(Int)
Added NSComboBoxCell.scrollItemAtIndexToVisible(Int)
Added NSComboBoxCell.selectItemAtIndex(Int)
Added NSComboBoxCell.selectItemWithObjectValue(AnyObject?)
Added NSComboBoxCell.usesDataSource
Added NSComboBoxCellDataSource
Added NSComboBoxCellDataSource.comboBoxCell(NSComboBoxCell, completedString: String) -> String?
Added NSComboBoxCellDataSource.comboBoxCell(NSComboBoxCell, indexOfItemWithStringValue: String) -> Int
Added NSComboBoxCellDataSource.comboBoxCell(NSComboBoxCell, objectValueForItemAtIndex: Int) -> AnyObject
Added NSComboBoxCellDataSource.numberOfItemsInComboBoxCell(NSComboBoxCell) -> Int
Added NSComboBoxDataSource
Added NSComboBoxDataSource.comboBox(NSComboBox, completedString: String) -> String?
Added NSComboBoxDataSource.comboBox(NSComboBox, indexOfItemWithStringValue: String) -> Int
Added NSComboBoxDataSource.comboBox(NSComboBox, objectValueForItemAtIndex: Int) -> AnyObject
Added NSComboBoxDataSource.numberOfItemsInComboBox(NSComboBox) -> Int
Added NSComboBoxDelegate
Added NSComboBoxDelegate.comboBoxSelectionDidChange(NSNotification)
Added NSComboBoxDelegate.comboBoxSelectionIsChanging(NSNotification)
Added NSComboBoxDelegate.comboBoxWillDismiss(NSNotification)
Added NSComboBoxDelegate.comboBoxWillPopUp(NSNotification)
Added NSCompositingOperation [enum]
Added NSCompositingOperation.CompositeClear
Added NSCompositingOperation.CompositeColor
Added NSCompositingOperation.CompositeColorBurn
Added NSCompositingOperation.CompositeColorDodge
Added NSCompositingOperation.CompositeCopy
Added NSCompositingOperation.CompositeDarken
Added NSCompositingOperation.CompositeDestinationAtop
Added NSCompositingOperation.CompositeDestinationIn
Added NSCompositingOperation.CompositeDestinationOut
Added NSCompositingOperation.CompositeDestinationOver
Added NSCompositingOperation.CompositeDifference
Added NSCompositingOperation.CompositeExclusion
Added NSCompositingOperation.CompositeHardLight
Added NSCompositingOperation.CompositeHighlight
Added NSCompositingOperation.CompositeHue
Added NSCompositingOperation.CompositeLighten
Added NSCompositingOperation.CompositeLuminosity
Added NSCompositingOperation.CompositeMultiply
Added NSCompositingOperation.CompositeOverlay
Added NSCompositingOperation.CompositePlusDarker
Added NSCompositingOperation.CompositePlusLighter
Added NSCompositingOperation.CompositeSaturation
Added NSCompositingOperation.CompositeScreen
Added NSCompositingOperation.CompositeSoftLight
Added NSCompositingOperation.CompositeSourceAtop
Added NSCompositingOperation.CompositeSourceIn
Added NSCompositingOperation.CompositeSourceOut
Added NSCompositingOperation.CompositeSourceOver
Added NSCompositingOperation.CompositeXOR
Added NSControl
Added NSControl.abortEditing() -> Bool
Added NSControl.action
Added NSControl.alignment
Added NSControl.allowsExpansionToolTips
Added NSControl.attributedStringValue
Added NSControl.baseWritingDirection
Added NSControl.calcSize()
Added NSControl.cell() -> AnyObject?
Added NSControl.cellClass() -> AnyClass? [class]
Added NSControl.init(coder: NSCoder)
Added NSControl.continuous
Added NSControl.controlSize
Added NSControl.currentEditor() -> NSText?
Added NSControl.doubleValue
Added NSControl.drawCell(NSCell)
Added NSControl.drawCellInside(NSCell)
Added NSControl.drawWithExpansionFrame(NSRect, inView: NSView)
Added NSControl.editWithFrame(NSRect, editor: NSText, delegate: AnyObject?, event: NSEvent)
Added NSControl.enabled
Added NSControl.endEditing(NSText)
Added NSControl.expansionFrameWithFrame(NSRect) -> NSRect
Added NSControl.floatValue
Added NSControl.font
Added NSControl.formatter
Added NSControl.init(frame: NSRect)
Added NSControl.highlighted
Added NSControl.ignoresMultiClick
Added NSControl.intValue
Added NSControl.integerValue
Added NSControl.invalidateIntrinsicContentSizeForCell(NSCell)
Added NSControl.lineBreakMode
Added NSControl.mouseDown(NSEvent)
Added NSControl.objectValue
Added NSControl.performClick(AnyObject?)
Added NSControl.refusesFirstResponder() -> Bool
Added NSControl.selectCell(NSCell)
Added NSControl.selectWithFrame(NSRect, editor: NSText, delegate: AnyObject?, start: Int, length: Int)
Added NSControl.selectedCell() -> AnyObject?
Added NSControl.selectedTag() -> Int
Added NSControl.sendAction(Selector, to: AnyObject?) -> Bool
Added NSControl.sendActionOn(Int) -> Int
Added NSControl.setCell(NSCell?)
Added NSControl.setCellClass(AnyClass?) [class]
Added NSControl.setNeedsDisplay()
Added NSControl.setRefusesFirstResponder(Bool)
Added NSControl.sizeThatFits(NSSize) -> NSSize
Added NSControl.sizeToFit()
Added NSControl.stringValue
Added NSControl.tag
Added NSControl.takeDoubleValueFrom(AnyObject?)
Added NSControl.takeFloatValueFrom(AnyObject?)
Added NSControl.takeIntValueFrom(AnyObject?)
Added NSControl.takeIntegerValueFrom(AnyObject?)
Added NSControl.takeObjectValueFrom(AnyObject?)
Added NSControl.takeStringValueFrom(AnyObject?)
Added NSControl.target
Added NSControl.updateCell(NSCell)
Added NSControl.updateCellInside(NSCell)
Added NSControl.usesSingleLineMode
Added NSControl.validateEditing()
Added NSControlSize [enum]
Added NSControlSize.MiniControlSize
Added NSControlSize.RegularControlSize
Added NSControlSize.SmallControlSize
Added NSControlTextEditingDelegate
Added NSControlTextEditingDelegate.control(NSControl, didFailToFormatString: String, errorDescription: String?) -> Bool
Added NSControlTextEditingDelegate.control(NSControl, didFailToValidatePartialString: String, errorDescription: String?)
Added NSControlTextEditingDelegate.control(NSControl, isValidObject: AnyObject) -> Bool
Added NSControlTextEditingDelegate.control(NSControl, textShouldBeginEditing: NSText) -> Bool
Added NSControlTextEditingDelegate.control(NSControl, textShouldEndEditing: NSText) -> Bool
Added NSControlTextEditingDelegate.control(NSControl, textView: NSTextView, completions:[AnyObject], forPartialWordRange: NSRange, indexOfSelectedItem: UnsafeMutablePointer<Int>) -> [AnyObject]
Added NSControlTextEditingDelegate.control(NSControl, textView: NSTextView, doCommandBySelector: Selector) -> Bool
Added NSControlTint [enum]
Added NSControlTint.BlueControlTint
Added NSControlTint.ClearControlTint
Added NSControlTint.DefaultControlTint
Added NSControlTint.GraphiteControlTint
Added NSController
Added NSController.init()
Added NSController.init(coder: NSCoder)
Added NSController.commitEditing() -> Bool
Added NSController.commitEditingWithDelegate(AnyObject!, didCommitSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSController.discardEditing()
Added NSController.editing
Added NSController.objectDidBeginEditing(AnyObject!)
Added NSController.objectDidEndEditing(AnyObject!)
Added NSCorrectionIndicatorType [enum]
Added NSCorrectionIndicatorType.Default
Added NSCorrectionIndicatorType.Guesses
Added NSCorrectionIndicatorType.Reversion
Added NSCorrectionResponse [enum]
Added NSCorrectionResponse.Accepted
Added NSCorrectionResponse.Edited
Added NSCorrectionResponse.Ignored
Added NSCorrectionResponse.None
Added NSCorrectionResponse.Rejected
Added NSCorrectionResponse.Reverted
Added NSCursor
Added NSCursor.IBeamCursor() -> NSCursor [class]
Added NSCursor.IBeamCursorForVerticalLayout() -> NSCursor [class]
Added NSCursor.arrowCursor() -> NSCursor [class]
Added NSCursor.closedHandCursor() -> NSCursor [class]
Added NSCursor.contextualMenuCursor() -> NSCursor [class]
Added NSCursor.crosshairCursor() -> NSCursor [class]
Added NSCursor.currentCursor() -> NSCursor [class]
Added NSCursor.currentSystemCursor() -> NSCursor? [class]
Added NSCursor.disappearingItemCursor() -> NSCursor [class]
Added NSCursor.dragCopyCursor() -> NSCursor [class]
Added NSCursor.dragLinkCursor() -> NSCursor [class]
Added NSCursor.getMirror() -> MirrorType
Added NSCursor.hide() [class]
Added NSCursor.hotSpot
Added NSCursor.image
Added NSCursor.init(image: NSImage, foregroundColorHint: NSColor?, backgroundColorHint: NSColor?, hotSpot: NSPoint)
Added NSCursor.init(image: NSImage, hotSpot: NSPoint)
Added NSCursor.mouseEntered(NSEvent)
Added NSCursor.mouseExited(NSEvent)
Added NSCursor.openHandCursor() -> NSCursor [class]
Added NSCursor.operationNotAllowedCursor() -> NSCursor [class]
Added NSCursor.pointingHandCursor() -> NSCursor [class]
Added NSCursor.pop() [class]
Added NSCursor.pop()
Added NSCursor.push()
Added NSCursor.resizeDownCursor() -> NSCursor [class]
Added NSCursor.resizeLeftCursor() -> NSCursor [class]
Added NSCursor.resizeLeftRightCursor() -> NSCursor [class]
Added NSCursor.resizeRightCursor() -> NSCursor [class]
Added NSCursor.resizeUpCursor() -> NSCursor [class]
Added NSCursor.resizeUpDownCursor() -> NSCursor [class]
Added NSCursor.set()
Added NSCursor.setHiddenUntilMouseMoves(Bool) [class]
Added NSCursor.setOnMouseEntered
Added NSCursor.setOnMouseEntered(Bool)
Added NSCursor.setOnMouseExited
Added NSCursor.setOnMouseExited(Bool)
Added NSCursor.unhide() [class]
Added NSCustomImageRep
Added NSCustomImageRep.delegate
Added NSCustomImageRep.drawSelector
Added NSCustomImageRep.init(drawSelector: Selector, delegate: AnyObject)
Added NSCustomImageRep.drawingHandler
Added NSCustomImageRep.init(size: NSSize, flipped: Bool, drawingHandler:(NSRect) -> Bool)
Added NSDatePicker
Added NSDatePicker.backgroundColor
Added NSDatePicker.bezeled
Added NSDatePicker.bordered
Added NSDatePicker.calendar
Added NSDatePicker.datePickerElements
Added NSDatePicker.datePickerMode
Added NSDatePicker.datePickerStyle
Added NSDatePicker.dateValue
Added NSDatePicker.delegate
Added NSDatePicker.drawsBackground
Added NSDatePicker.locale
Added NSDatePicker.maxDate
Added NSDatePicker.minDate
Added NSDatePicker.textColor
Added NSDatePicker.timeInterval
Added NSDatePicker.timeZone
Added NSDatePickerCell
Added NSDatePickerCell.backgroundColor
Added NSDatePickerCell.calendar
Added NSDatePickerCell.datePickerElements
Added NSDatePickerCell.datePickerMode
Added NSDatePickerCell.datePickerStyle
Added NSDatePickerCell.dateValue
Added NSDatePickerCell.delegate
Added NSDatePickerCell.drawsBackground
Added NSDatePickerCell.locale
Added NSDatePickerCell.maxDate
Added NSDatePickerCell.minDate
Added NSDatePickerCell.textColor
Added NSDatePickerCell.timeInterval
Added NSDatePickerCell.timeZone
Added NSDatePickerCellDelegate
Added NSDatePickerCellDelegate.datePickerCell(NSDatePickerCell, validateProposedDateValue: AutoreleasingUnsafeMutablePointer<NSDate?>, timeInterval: UnsafeMutablePointer<NSTimeInterval>)
Added NSDatePickerElementFlags [struct]
Added NSDatePickerElementFlags.EraDatePickerElementFlag
Added NSDatePickerElementFlags.HourMinuteDatePickerElementFlag
Added NSDatePickerElementFlags.HourMinuteSecondDatePickerElementFlag
Added NSDatePickerElementFlags.TimeZoneDatePickerElementFlag
Added NSDatePickerElementFlags.YearMonthDatePickerElementFlag
Added NSDatePickerElementFlags.YearMonthDayDatePickerElementFlag
Added NSDatePickerElementFlags.init(_: UInt)
Added NSDatePickerElementFlags.init(rawValue: UInt)
Added NSDatePickerMode [enum]
Added NSDatePickerMode.RangeDateMode
Added NSDatePickerMode.SingleDateMode
Added NSDatePickerStyle [enum]
Added NSDatePickerStyle.ClockAndCalendarDatePickerStyle
Added NSDatePickerStyle.TextFieldAndStepperDatePickerStyle
Added NSDatePickerStyle.TextFieldDatePickerStyle
Added NSDictionaryController
Added NSDictionaryController.excludedKeys
Added NSDictionaryController.includedKeys
Added NSDictionaryController.initialKey
Added NSDictionaryController.initialValue
Added NSDictionaryController.localizedKeyDictionary
Added NSDictionaryController.localizedKeyTable
Added NSDictionaryController.newObject() -> AnyObject
Added NSDockTile
Added NSDockTile.badgeLabel
Added NSDockTile.contentView
Added NSDockTile.display()
Added NSDockTile.owner
Added NSDockTile.showsApplicationBadge
Added NSDockTile.size
Added NSDockTilePlugIn
Added NSDockTilePlugIn.dockMenu() -> NSMenu!
Added NSDockTilePlugIn.setDockTile(NSDockTile!)
Added NSDocument
Added NSDocument.init()
Added NSDocument.PDFPrintOperation
Added NSDocument.addWindowController(NSWindowController)
Added NSDocument.autosaveDocumentWithDelegate(AnyObject?, didAutosaveSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.autosaveWithImplicitCancellability(Bool, completionHandler:(NSError!) -> Void)
Added NSDocument.autosavedContentsFileURL
Added NSDocument.autosavesDrafts() -> Bool [class]
Added NSDocument.autosavesInPlace() -> Bool [class]
Added NSDocument.autosavingFileType
Added NSDocument.autosavingIsImplicitlyCancellable
Added NSDocument.backupFileURL
Added NSDocument.browseDocumentVersions(AnyObject?)
Added NSDocument.canAsynchronouslyWriteToURL(NSURL, ofType: String, forSaveOperation: NSSaveOperationType) -> Bool
Added NSDocument.canCloseDocumentWithDelegate(AnyObject, shouldCloseSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.canConcurrentlyReadDocumentsOfType(String) -> Bool [class]
Added NSDocument.changeCountTokenForSaveOperation(NSSaveOperationType) -> AnyObject
Added NSDocument.checkAutosavingSafetyAndReturnError(NSErrorPointer) -> Bool
Added NSDocument.close()
Added NSDocument.init(contentsOfURL: NSURL, ofType: String, error: NSErrorPointer)
Added NSDocument.continueActivityUsingBlock(() -> Void)
Added NSDocument.continueAsynchronousWorkOnMainThreadUsingBlock(() -> Void)
Added NSDocument.dataOfType(String, error: NSErrorPointer) -> NSData?
Added NSDocument.defaultDraftName() -> String
Added NSDocument.displayName
Added NSDocument.documentEdited
Added NSDocument.draft
Added NSDocument.duplicateAndReturnError(NSErrorPointer) -> NSDocument?
Added NSDocument.duplicateDocument(AnyObject?)
Added NSDocument.duplicateDocumentWithDelegate(AnyObject?, didDuplicateSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.encodeRestorableStateWithCoder(NSCoder)
Added NSDocument.entireFileLoaded
Added NSDocument.fileAttributesToWriteToURL(NSURL, ofType: String, forSaveOperation: NSSaveOperationType, originalContentsURL: NSURL?, error: NSErrorPointer) -> [NSObject: AnyObject]?
Added NSDocument.fileModificationDate
Added NSDocument.fileNameExtensionForType(String, saveOperation: NSSaveOperationType) -> String?
Added NSDocument.fileNameExtensionWasHiddenInLastRunSavePanel
Added NSDocument.fileType
Added NSDocument.fileTypeFromLastRunSavePanel
Added NSDocument.fileURL
Added NSDocument.fileWrapperOfType(String, error: NSErrorPointer) -> NSFileWrapper?
Added NSDocument.init(forURL: NSURL?, withContentsOfURL: NSURL, ofType: String, error: NSErrorPointer)
Added NSDocument.handleCloseScriptCommand(NSCloseCommand) -> AnyObject?
Added NSDocument.handlePrintScriptCommand(NSScriptCommand) -> AnyObject?
Added NSDocument.handleSaveScriptCommand(NSScriptCommand) -> AnyObject?
Added NSDocument.hasUnautosavedChanges
Added NSDocument.hasUndoManager
Added NSDocument.inViewingMode
Added NSDocument.invalidateRestorableState()
Added NSDocument.isNativeType(String) -> Bool [class]
Added NSDocument.keepBackupFile
Added NSDocument.lastComponentOfFileName
Added NSDocument.lockDocument(AnyObject?)
Added NSDocument.lockDocumentWithCompletionHandler(((Bool) -> Void)?)
Added NSDocument.lockWithCompletionHandler(((NSError!) -> Void)?)
Added NSDocument.locked
Added NSDocument.makeWindowControllers()
Added NSDocument.moveDocument(AnyObject?)
Added NSDocument.moveDocumentToUbiquityContainer(AnyObject?)
Added NSDocument.moveDocumentWithCompletionHandler(((Bool) -> Void)?)
Added NSDocument.moveToURL(NSURL, completionHandler:((NSError!) -> Void)?)
Added NSDocument.objectSpecifier
Added NSDocument.performActivityWithSynchronousWaiting(Bool, usingBlock:((() -> Void)!) -> Void)
Added NSDocument.performAsynchronousFileAccessUsingBlock(((() -> Void)!) -> Void)
Added NSDocument.performSynchronousFileAccessUsingBlock(() -> Void)
Added NSDocument.preparePageLayout(NSPageLayout) -> Bool
Added NSDocument.prepareSavePanel(NSSavePanel) -> Bool
Added NSDocument.presentError(NSError) -> Bool
Added NSDocument.presentError(NSError, modalForWindow: NSWindow, delegate: AnyObject?, didPresentSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.preservesVersions() -> Bool [class]
Added NSDocument.printDocument(AnyObject?)
Added NSDocument.printDocumentWithSettings([NSObject: AnyObject], showPrintPanel: Bool, delegate: AnyObject?, didPrintSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.printInfo
Added NSDocument.printOperationWithSettings([NSObject: AnyObject], error: NSErrorPointer) -> NSPrintOperation?
Added NSDocument.readFromData(NSData, ofType: String, error: NSErrorPointer) -> Bool
Added NSDocument.readFromFileWrapper(NSFileWrapper, ofType: String, error: NSErrorPointer) -> Bool
Added NSDocument.readFromURL(NSURL, ofType: String, error: NSErrorPointer) -> Bool
Added NSDocument.readableTypes() -> [AnyObject] [class]
Added NSDocument.removeWindowController(NSWindowController)
Added NSDocument.renameDocument(AnyObject?)
Added NSDocument.restorableStateKeyPaths() -> [AnyObject] [class]
Added NSDocument.restoreDocumentWindowWithIdentifier(String, state: NSCoder, completionHandler:(NSWindow!, NSError!) -> Void)
Added NSDocument.restoreStateWithCoder(NSCoder)
Added NSDocument.restoreUserActivityState(NSUserActivity)
Added NSDocument.revertDocumentToSaved(AnyObject?)
Added NSDocument.revertToContentsOfURL(NSURL, ofType: String, error: NSErrorPointer) -> Bool
Added NSDocument.runModalPageLayoutWithPrintInfo(NSPrintInfo, delegate: AnyObject?, didRunSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.runModalPrintOperation(NSPrintOperation, delegate: AnyObject?, didRunSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.runModalSavePanelForSaveOperation(NSSaveOperationType, delegate: AnyObject?, didSaveSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.runPageLayout(AnyObject?)
Added NSDocument.saveDocument(AnyObject?)
Added NSDocument.saveDocumentAs(AnyObject?)
Added NSDocument.saveDocumentTo(AnyObject?)
Added NSDocument.saveDocumentToPDF(AnyObject?)
Added NSDocument.saveDocumentWithDelegate(AnyObject?, didSaveSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.saveToURL(NSURL, ofType: String, forSaveOperation: NSSaveOperationType, completionHandler:(NSError!) -> Void)
Added NSDocument.saveToURL(NSURL, ofType: String, forSaveOperation: NSSaveOperationType, delegate: AnyObject?, didSaveSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.scheduleAutosaving()
Added NSDocument.setDisplayName(String?)
Added NSDocument.setWindow(NSWindow?)
Added NSDocument.shouldChangePrintInfo(NSPrintInfo) -> Bool
Added NSDocument.shouldCloseWindowController(NSWindowController, delegate: AnyObject?, shouldCloseSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocument.shouldRunSavePanelWithAccessoryView
Added NSDocument.showWindows()
Added NSDocument.init(type: String, error: NSErrorPointer)
Added NSDocument.unblockUserInteraction()
Added NSDocument.undoManager
Added NSDocument.unlockDocument(AnyObject?)
Added NSDocument.unlockDocumentWithCompletionHandler(((Bool) -> Void)?)
Added NSDocument.unlockWithCompletionHandler(((NSError!) -> Void)?)
Added NSDocument.updateChangeCount(NSDocumentChangeType)
Added NSDocument.updateChangeCountWithToken(AnyObject, forSaveOperation: NSSaveOperationType)
Added NSDocument.updateUserActivityState(NSUserActivity)
Added NSDocument.userActivity
Added NSDocument.usesUbiquitousStorage() -> Bool [class]
Added NSDocument.validateUserInterfaceItem(NSValidatedUserInterfaceItem) -> Bool
Added NSDocument.willNotPresentError(NSError)
Added NSDocument.willPresentError(NSError) -> NSError
Added NSDocument.windowControllerDidLoadNib(NSWindowController)
Added NSDocument.windowControllerWillLoadNib(NSWindowController)
Added NSDocument.windowControllers
Added NSDocument.windowForSheet
Added NSDocument.windowNibName
Added NSDocument.writableTypes() -> [AnyObject] [class]
Added NSDocument.writableTypesForSaveOperation(NSSaveOperationType) -> [AnyObject]
Added NSDocument.writeSafelyToURL(NSURL, ofType: String, forSaveOperation: NSSaveOperationType, error: NSErrorPointer) -> Bool
Added NSDocument.writeToURL(NSURL, ofType: String, error: NSErrorPointer) -> Bool
Added NSDocument.writeToURL(NSURL, ofType: String, forSaveOperation: NSSaveOperationType, originalContentsURL: NSURL?, error: NSErrorPointer) -> Bool
Added NSDocumentChangeType [enum]
Added NSDocumentChangeType.ChangeAutosaved
Added NSDocumentChangeType.ChangeCleared
Added NSDocumentChangeType.ChangeDiscardable
Added NSDocumentChangeType.ChangeDone
Added NSDocumentChangeType.ChangeReadOtherContents
Added NSDocumentChangeType.ChangeRedone
Added NSDocumentChangeType.ChangeUndone
Added NSDocumentController
Added NSDocumentController.init()
Added NSDocumentController.URLsFromRunningOpenPanel
Added NSDocumentController.addDocument(NSDocument)
Added NSDocumentController.autosavingDelay
Added NSDocumentController.beginOpenPanel(NSOpenPanel, forTypes:[AnyObject], completionHandler:(Int) -> Void)
Added NSDocumentController.beginOpenPanelWithCompletionHandler(([AnyObject]!) -> Void)
Added NSDocumentController.clearRecentDocuments(AnyObject?)
Added NSDocumentController.closeAllDocumentsWithDelegate(AnyObject?, didCloseAllSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocumentController.init(coder: NSCoder)
Added NSDocumentController.currentDirectory
Added NSDocumentController.currentDocument
Added NSDocumentController.defaultType() -> String?
Added NSDocumentController.displayNameForType(String) -> String?
Added NSDocumentController.documentClassForType(String) -> AnyClass?
Added NSDocumentController.documentClassNames
Added NSDocumentController.documentForURL(NSURL) -> AnyObject?
Added NSDocumentController.documentForWindow(NSWindow) -> AnyObject?
Added NSDocumentController.documents
Added NSDocumentController.duplicateDocumentWithContentsOfURL(NSURL, copying: Bool, displayName: String?, error: NSErrorPointer) -> NSDocument?
Added NSDocumentController.hasEditedDocuments
Added NSDocumentController.makeDocumentForURL(NSURL?, withContentsOfURL: NSURL, ofType: String, error: NSErrorPointer) -> AnyObject?
Added NSDocumentController.makeDocumentWithContentsOfURL(NSURL, ofType: String, error: NSErrorPointer) -> AnyObject?
Added NSDocumentController.makeUntitledDocumentOfType(String, error: NSErrorPointer) -> AnyObject?
Added NSDocumentController.maximumRecentDocumentCount
Added NSDocumentController.newDocument(AnyObject?)
Added NSDocumentController.noteNewRecentDocument(NSDocument)
Added NSDocumentController.noteNewRecentDocumentURL(NSURL)
Added NSDocumentController.openDocument(AnyObject?)
Added NSDocumentController.openDocumentWithContentsOfURL(NSURL, display: Bool, completionHandler:(NSDocument!, Bool, NSError!) -> Void)
Added NSDocumentController.openUntitledDocumentAndDisplay(Bool, error: NSErrorPointer) -> AnyObject?
Added NSDocumentController.presentError(NSError) -> Bool
Added NSDocumentController.presentError(NSError, modalForWindow: NSWindow, delegate: AnyObject?, didPresentSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocumentController.recentDocumentURLs
Added NSDocumentController.removeDocument(NSDocument)
Added NSDocumentController.reopenDocumentForURL(NSURL?, withContentsOfURL: NSURL, display: Bool, completionHandler:(NSDocument!, Bool, NSError!) -> Void)
Added NSDocumentController.reviewUnsavedDocumentsWithAlertTitle(String?, cancellable: Bool, delegate: AnyObject?, didReviewAllSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSDocumentController.runModalOpenPanel(NSOpenPanel, forTypes:[AnyObject]) -> Int
Added NSDocumentController.saveAllDocuments(AnyObject?)
Added NSDocumentController.sharedDocumentController() -> AnyObject [class]
Added NSDocumentController.typeForContentsOfURL(NSURL, error: NSErrorPointer) -> String?
Added NSDocumentController.validateUserInterfaceItem(NSValidatedUserInterfaceItem) -> Bool
Added NSDocumentController.willPresentError(NSError) -> NSError
Added NSDragOperation [struct]
Added NSDragOperation.All
Added NSDragOperation.All_Obsolete
Added NSDragOperation.Copy
Added NSDragOperation.Delete
Added NSDragOperation.Every
Added NSDragOperation.Generic
Added NSDragOperation.Link
Added NSDragOperation.Move
Added NSDragOperation.None
Added NSDragOperation.Private
Added NSDragOperation.init(_: UInt)
Added NSDragOperation.init(rawValue: UInt)
Added NSDraggingContext [enum]
Added NSDraggingContext.OutsideApplication
Added NSDraggingContext.WithinApplication
Added NSDraggingDestination
Added NSDraggingDestination.concludeDragOperation(NSDraggingInfo?)
Added NSDraggingDestination.draggingEnded(NSDraggingInfo?)
Added NSDraggingDestination.draggingEntered(NSDraggingInfo) -> NSDragOperation
Added NSDraggingDestination.draggingExited(NSDraggingInfo?)
Added NSDraggingDestination.draggingUpdated(NSDraggingInfo) -> NSDragOperation
Added NSDraggingDestination.performDragOperation(NSDraggingInfo) -> Bool
Added NSDraggingDestination.prepareForDragOperation(NSDraggingInfo) -> Bool
Added NSDraggingDestination.updateDraggingItemsForDrag(NSDraggingInfo?)
Added NSDraggingDestination.wantsPeriodicDraggingUpdates() -> Bool
Added NSDraggingFormation [enum]
Added NSDraggingFormation.Default
Added NSDraggingFormation.List
Added NSDraggingFormation.None
Added NSDraggingFormation.Pile
Added NSDraggingFormation.Stack
Added NSDraggingImageComponent
Added NSDraggingImageComponent.contents
Added NSDraggingImageComponent.frame
Added NSDraggingImageComponent.key() -> String!
Added NSDraggingImageComponent.init(key: String!)
Added NSDraggingImageComponent.setKey(String!)
Added NSDraggingInfo
Added NSDraggingInfo.animatesToDestination
Added NSDraggingInfo.draggedImage() -> NSImage?
Added NSDraggingInfo.draggedImageLocation() -> NSPoint
Added NSDraggingInfo.draggingDestinationWindow() -> NSWindow!
Added NSDraggingInfo.draggingFormation
Added NSDraggingInfo.draggingLocation() -> NSPoint
Added NSDraggingInfo.draggingPasteboard() -> NSPasteboard!
Added NSDraggingInfo.draggingSequenceNumber() -> Int
Added NSDraggingInfo.draggingSource() -> AnyObject?
Added NSDraggingInfo.draggingSourceOperationMask() -> NSDragOperation
Added NSDraggingInfo.enumerateDraggingItemsWithOptions(NSDraggingItemEnumerationOptions, forView: NSView, classes:[AnyObject], searchOptions:[NSObject: AnyObject], usingBlock:(NSDraggingItem!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSDraggingInfo.namesOfPromisedFilesDroppedAtDestination(NSURL) -> [AnyObject]!
Added NSDraggingInfo.numberOfValidItemsForDrop
Added NSDraggingInfo.slideDraggedImageTo(NSPoint)
Added NSDraggingItem
Added NSDraggingItem.draggingFrame
Added NSDraggingItem.imageComponents
Added NSDraggingItem.imageComponentsProvider
Added NSDraggingItem.item
Added NSDraggingItem.init(pasteboardWriter: NSPasteboardWriting)
Added NSDraggingItem.setDraggingFrame(NSRect, contents: AnyObject)
Added NSDraggingItemEnumerationOptions [struct]
Added NSDraggingItemEnumerationOptions.ClearNonenumeratedImages
Added NSDraggingItemEnumerationOptions.Concurrent
Added NSDraggingItemEnumerationOptions.init(_: UInt)
Added NSDraggingItemEnumerationOptions.init(rawValue: UInt)
Added NSDraggingSession
Added NSDraggingSession.animatesToStartingPositionsOnCancelOrFail
Added NSDraggingSession.draggingFormation
Added NSDraggingSession.draggingLeaderIndex
Added NSDraggingSession.draggingLocation
Added NSDraggingSession.draggingPasteboard
Added NSDraggingSession.draggingSequenceNumber
Added NSDraggingSession.enumerateDraggingItemsWithOptions(NSDraggingItemEnumerationOptions, forView: NSView!, classes:[AnyObject]!, searchOptions:[NSObject: AnyObject]!, usingBlock:((NSDraggingItem!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)!)
Added NSDraggingSource
Added NSDraggingSource.draggingSession(NSDraggingSession, endedAtPoint: NSPoint, operation: NSDragOperation)
Added NSDraggingSource.draggingSession(NSDraggingSession, movedToPoint: NSPoint)
Added NSDraggingSource.draggingSession(NSDraggingSession, sourceOperationMaskForDraggingContext: NSDraggingContext) -> NSDragOperation
Added NSDraggingSource.draggingSession(NSDraggingSession, willBeginAtPoint: NSPoint)
Added NSDraggingSource.ignoreModifierKeysForDraggingSession(NSDraggingSession) -> Bool
Added NSDrawer
Added NSDrawer.close()
Added NSDrawer.close(AnyObject?)
Added NSDrawer.contentSize
Added NSDrawer.init(contentSize: NSSize, preferredEdge: NSRectEdge)
Added NSDrawer.contentView
Added NSDrawer.delegate
Added NSDrawer.edge
Added NSDrawer.leadingOffset
Added NSDrawer.maxContentSize
Added NSDrawer.minContentSize
Added NSDrawer.open()
Added NSDrawer.open(AnyObject?)
Added NSDrawer.openOnEdge(NSRectEdge)
Added NSDrawer.parentWindow
Added NSDrawer.preferredEdge
Added NSDrawer.state
Added NSDrawer.toggle(AnyObject?)
Added NSDrawer.trailingOffset
Added NSDrawerDelegate
Added NSDrawerDelegate.drawerDidClose(NSNotification)
Added NSDrawerDelegate.drawerDidOpen(NSNotification)
Added NSDrawerDelegate.drawerShouldClose(NSDrawer) -> Bool
Added NSDrawerDelegate.drawerShouldOpen(NSDrawer) -> Bool
Added NSDrawerDelegate.drawerWillClose(NSNotification)
Added NSDrawerDelegate.drawerWillOpen(NSNotification)
Added NSDrawerDelegate.drawerWillResizeContents(NSDrawer, toSize: NSSize) -> NSSize
Added NSDrawerState [enum]
Added NSDrawerState.ClosedState
Added NSDrawerState.ClosingState
Added NSDrawerState.OpenState
Added NSDrawerState.OpeningState
Added NSEPSImageRep
Added NSEPSImageRep.EPSRepresentation
Added NSEPSImageRep.boundingBox
Added NSEPSImageRep.init(data: NSData!)
Added NSEPSImageRep.init(data: NSData)
Added NSEPSImageRep.prepareGState()
Added NSEvent
Added NSEvent.ARepeat
Added NSEvent.CGEvent
Added NSEvent.init(CGEvent: CGEvent)
Added NSEvent.absoluteX
Added NSEvent.absoluteY
Added NSEvent.absoluteZ
Added NSEvent.addGlobalMonitorForEventsMatchingMask(NSEventMask, handler:(NSEvent!) -> Void) -> AnyObject? [class]
Added NSEvent.addLocalMonitorForEventsMatchingMask(NSEventMask, handler:(NSEvent!) -> NSEvent!) -> AnyObject? [class]
Added NSEvent.buttonMask
Added NSEvent.buttonNumber
Added NSEvent.capabilityMask
Added NSEvent.characters
Added NSEvent.charactersIgnoringModifiers
Added NSEvent.clickCount
Added NSEvent.context
Added NSEvent.data1
Added NSEvent.data2
Added NSEvent.deltaX
Added NSEvent.deltaY
Added NSEvent.deltaZ
Added NSEvent.deviceID
Added NSEvent.directionInvertedFromDevice
Added NSEvent.doubleClickInterval() -> NSTimeInterval [class]
Added NSEvent.enterExitEventWithType(NSEventType, location: NSPoint, modifierFlags: NSEventModifierFlags, timestamp: NSTimeInterval, windowNumber: Int, context: NSGraphicsContext?, eventNumber: Int, trackingNumber: Int, userData: UnsafeMutablePointer<Void>) -> NSEvent? [class]
Added NSEvent.enteringProximity
Added NSEvent.eventNumber
Added NSEvent.eventRef
Added NSEvent.init(eventRef: UnsafePointer<Void>)
Added NSEvent.hasPreciseScrollingDeltas
Added NSEvent.isMouseCoalescingEnabled() -> Bool [class]
Added NSEvent.isSwipeTrackingFromScrollEventsEnabled() -> Bool [class]
Added NSEvent.keyCode
Added NSEvent.keyEventWithType(NSEventType, location: NSPoint, modifierFlags: NSEventModifierFlags, timestamp: NSTimeInterval, windowNumber: Int, context: NSGraphicsContext?, characters: String, charactersIgnoringModifiers: String, isARepeat: Bool, keyCode: UInt16) -> NSEvent? [class]
Added NSEvent.keyRepeatDelay() -> NSTimeInterval [class]
Added NSEvent.keyRepeatInterval() -> NSTimeInterval [class]
Added NSEvent.locationInWindow
Added NSEvent.magnification
Added NSEvent.modifierFlags
Added NSEvent.modifierFlags() -> NSEventModifierFlags [class]
Added NSEvent.momentumPhase
Added NSEvent.mouseEventWithType(NSEventType, location: NSPoint, modifierFlags: NSEventModifierFlags, timestamp: NSTimeInterval, windowNumber: Int, context: NSGraphicsContext?, eventNumber: Int, clickCount: Int, pressure: Float) -> NSEvent? [class]
Added NSEvent.mouseLocation() -> NSPoint [class]
Added NSEvent.otherEventWithType(NSEventType, location: NSPoint, modifierFlags: NSEventModifierFlags, timestamp: NSTimeInterval, windowNumber: Int, context: NSGraphicsContext?, subtype: Int16, data1: Int, data2: Int) -> NSEvent? [class]
Added NSEvent.phase
Added NSEvent.pointingDeviceID
Added NSEvent.pointingDeviceSerialNumber
Added NSEvent.pointingDeviceType
Added NSEvent.pressedMouseButtons() -> Int [class]
Added NSEvent.pressure
Added NSEvent.removeMonitor(AnyObject) [class]
Added NSEvent.rotation
Added NSEvent.scrollingDeltaX
Added NSEvent.scrollingDeltaY
Added NSEvent.setMouseCoalescingEnabled(Bool) [class]
Added NSEvent.startPeriodicEventsAfterDelay(NSTimeInterval, withPeriod: NSTimeInterval) [class]
Added NSEvent.stopPeriodicEvents() [class]
Added NSEvent.subtype
Added NSEvent.systemTabletID
Added NSEvent.tabletID
Added NSEvent.tangentialPressure
Added NSEvent.tilt
Added NSEvent.timestamp
Added NSEvent.touchesMatchingPhase(NSTouchPhase, inView: NSView?) -> NSSet
Added NSEvent.trackSwipeEventWithOptions(NSEventSwipeTrackingOptions, dampenAmountThresholdMin: CGFloat, max: CGFloat, usingHandler:(CGFloat, NSEventPhase, Bool, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSEvent.trackingArea
Added NSEvent.trackingNumber
Added NSEvent.type
Added NSEvent.uniqueID
Added NSEvent.userData
Added NSEvent.vendorDefined
Added NSEvent.vendorID
Added NSEvent.vendorPointingDeviceType
Added NSEvent.window
Added NSEvent.windowNumber
Added NSEventButtonMask [struct]
Added NSEventButtonMask.PenLowerSideMask
Added NSEventButtonMask.PenTipMask
Added NSEventButtonMask.PenUpperSideMask
Added NSEventButtonMask.init(_: UInt)
Added NSEventButtonMask.init(rawValue: UInt)
Added NSEventGestureAxis [enum]
Added NSEventGestureAxis.Horizontal
Added NSEventGestureAxis.None
Added NSEventGestureAxis.Vertical
Added NSEventMask [struct]
Added NSEventMask.AnyEventMask
Added NSEventMask.AppKitDefinedMask
Added NSEventMask.ApplicationDefinedMask
Added NSEventMask.CursorUpdateMask
Added NSEventMask.EventMaskBeginGesture
Added NSEventMask.EventMaskEndGesture
Added NSEventMask.EventMaskGesture
Added NSEventMask.EventMaskMagnify
Added NSEventMask.EventMaskRotate
Added NSEventMask.EventMaskSmartMagnify
Added NSEventMask.EventMaskSwipe
Added NSEventMask.FlagsChangedMask
Added NSEventMask.KeyDownMask
Added NSEventMask.KeyUpMask
Added NSEventMask.LeftMouseDownMask
Added NSEventMask.LeftMouseDraggedMask
Added NSEventMask.LeftMouseUpMask
Added NSEventMask.MouseEnteredMask
Added NSEventMask.MouseExitedMask
Added NSEventMask.MouseMovedMask
Added NSEventMask.OtherMouseDownMask
Added NSEventMask.OtherMouseDraggedMask
Added NSEventMask.OtherMouseUpMask
Added NSEventMask.PeriodicMask
Added NSEventMask.RightMouseDownMask
Added NSEventMask.RightMouseDraggedMask
Added NSEventMask.RightMouseUpMask
Added NSEventMask.ScrollWheelMask
Added NSEventMask.SystemDefinedMask
Added NSEventMask.TabletPointMask
Added NSEventMask.TabletProximityMask
Added NSEventMask.init(_: UInt64)
Added NSEventMask.init(rawValue: UInt64)
Added NSEventModifierFlags [struct]
Added NSEventModifierFlags.AlphaShiftKeyMask
Added NSEventModifierFlags.AlternateKeyMask
Added NSEventModifierFlags.CommandKeyMask
Added NSEventModifierFlags.ControlKeyMask
Added NSEventModifierFlags.DeviceIndependentModifierFlagsMask
Added NSEventModifierFlags.FunctionKeyMask
Added NSEventModifierFlags.HelpKeyMask
Added NSEventModifierFlags.NumericPadKeyMask
Added NSEventModifierFlags.ShiftKeyMask
Added NSEventModifierFlags.init(_: UInt)
Added NSEventModifierFlags.init(rawValue: UInt)
Added NSEventPhase [struct]
Added NSEventPhase.Began
Added NSEventPhase.Cancelled
Added NSEventPhase.Changed
Added NSEventPhase.Ended
Added NSEventPhase.MayBegin
Added NSEventPhase.None
Added NSEventPhase.Stationary
Added NSEventPhase.init(_: UInt)
Added NSEventPhase.init(rawValue: UInt)
Added NSEventSubtype [enum]
Added NSEventSubtype.NSAWTEventType
Added NSEventSubtype.NSApplicationActivatedEventType
Added NSEventSubtype.NSApplicationDeactivatedEventType
Added NSEventSubtype.NSScreenChangedEventType
Added NSEventSubtype.NSTouchEventSubtype
Added NSEventSubtype.NSWindowExposedEventType
Added NSEventSubtype.NSWindowMovedEventType
Added NSEventSwipeTrackingOptions [struct]
Added NSEventSwipeTrackingOptions.ClampGestureAmount
Added NSEventSwipeTrackingOptions.LockDirection
Added NSEventSwipeTrackingOptions.init(_: UInt)
Added NSEventSwipeTrackingOptions.init(rawValue: UInt)
Added NSEventType [enum]
Added NSEventType.AppKitDefined
Added NSEventType.ApplicationDefined
Added NSEventType.CursorUpdate
Added NSEventType.EventTypeBeginGesture
Added NSEventType.EventTypeEndGesture
Added NSEventType.EventTypeGesture
Added NSEventType.EventTypeMagnify
Added NSEventType.EventTypeQuickLook
Added NSEventType.EventTypeRotate
Added NSEventType.EventTypeSmartMagnify
Added NSEventType.EventTypeSwipe
Added NSEventType.FlagsChanged
Added NSEventType.KeyDown
Added NSEventType.KeyUp
Added NSEventType.LeftMouseDown
Added NSEventType.LeftMouseDragged
Added NSEventType.LeftMouseUp
Added NSEventType.MouseEntered
Added NSEventType.MouseExited
Added NSEventType.MouseMoved
Added NSEventType.OtherMouseDown
Added NSEventType.OtherMouseDragged
Added NSEventType.OtherMouseUp
Added NSEventType.Periodic
Added NSEventType.RightMouseDown
Added NSEventType.RightMouseDragged
Added NSEventType.RightMouseUp
Added NSEventType.ScrollWheel
Added NSEventType.SystemDefined
Added NSEventType.TabletPoint
Added NSEventType.TabletProximity
Added NSFileWrapper.icon
Added NSFindPanelAction [enum]
Added NSFindPanelAction.Next
Added NSFindPanelAction.Previous
Added NSFindPanelAction.Replace
Added NSFindPanelAction.ReplaceAll
Added NSFindPanelAction.ReplaceAllInSelection
Added NSFindPanelAction.ReplaceAndFind
Added NSFindPanelAction.SelectAll
Added NSFindPanelAction.SelectAllInSelection
Added NSFindPanelAction.SetFindString
Added NSFindPanelAction.ShowFindPanel
Added NSFindPanelSubstringMatchType [enum]
Added NSFindPanelSubstringMatchType.Contains
Added NSFindPanelSubstringMatchType.EndsWith
Added NSFindPanelSubstringMatchType.FullWord
Added NSFindPanelSubstringMatchType.StartsWith
Added NSFocusRingPlacement [enum]
Added NSFocusRingPlacement.Above
Added NSFocusRingPlacement.Below
Added NSFocusRingPlacement.Only
Added NSFocusRingType [enum]
Added NSFocusRingType.Default
Added NSFocusRingType.Exterior
Added NSFocusRingType.None
Added NSFont
Added NSFont.advancementForGlyph(NSGlyph) -> NSSize
Added NSFont.ascender
Added NSFont.boldSystemFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.boundingRectForFont
Added NSFont.boundingRectForGlyph(NSGlyph) -> NSRect
Added NSFont.capHeight
Added NSFont.controlContentFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.coveredCharacterSet
Added NSFont.descender
Added NSFont.init(descriptor: NSFontDescriptor, size: CGFloat)
Added NSFont.init(descriptor: NSFontDescriptor, textTransform: NSAffineTransform?)
Added NSFont.displayName
Added NSFont.familyName
Added NSFont.fixedPitch
Added NSFont.fontDescriptor
Added NSFont.fontName
Added NSFont.getAdvancements(NSSizeArray, forGlyphs: UnsafePointer<NSGlyph>, count: Int)
Added NSFont.getAdvancements(NSSizeArray, forPackedGlyphs: UnsafePointer<Void>, length: Int)
Added NSFont.getBoundingRects(NSRectArray, forGlyphs: UnsafePointer<NSGlyph>, count: Int)
Added NSFont.glyphWithName(String) -> NSGlyph
Added NSFont.italicAngle
Added NSFont.labelFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.labelFontSize() -> CGFloat [class]
Added NSFont.leading
Added NSFont.matrix
Added NSFont.maximumAdvancement
Added NSFont.menuBarFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.menuFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.messageFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.mostCompatibleStringEncoding
Added NSFont.init(name: String, matrix: UnsafePointer<CGFloat>)
Added NSFont.init(name: String, size: CGFloat)
Added NSFont.numberOfGlyphs
Added NSFont.paletteFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.pointSize
Added NSFont.printerFont
Added NSFont.renderingMode
Added NSFont.screenFont
Added NSFont.screenFontWithRenderingMode(NSFontRenderingMode) -> NSFont
Added NSFont.set()
Added NSFont.setInContext(NSGraphicsContext)
Added NSFont.setUserFixedPitchFont(NSFont?) [class]
Added NSFont.setUserFont(NSFont?) [class]
Added NSFont.smallSystemFontSize() -> CGFloat [class]
Added NSFont.systemFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.systemFontSize() -> CGFloat [class]
Added NSFont.systemFontSizeForControlSize(NSControlSize) -> CGFloat [class]
Added NSFont.textTransform
Added NSFont.titleBarFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.toolTipsFontOfSize(CGFloat) -> NSFont [class]
Added NSFont.underlinePosition
Added NSFont.underlineThickness
Added NSFont.userFixedPitchFontOfSize(CGFloat) -> NSFont? [class]
Added NSFont.userFontOfSize(CGFloat) -> NSFont? [class]
Added NSFont.vertical
Added NSFont.verticalFont
Added NSFont.xHeight
Added NSFontAction [enum]
Added NSFontAction.AddTraitFontAction
Added NSFontAction.HeavierFontAction
Added NSFontAction.LighterFontAction
Added NSFontAction.NoFontChangeAction
Added NSFontAction.RemoveTraitFontAction
Added NSFontAction.SizeDownFontAction
Added NSFontAction.SizeUpFontAction
Added NSFontAction.ViaPanelFontAction
Added NSFontCollection
Added NSFontCollection.allFontCollectionNames() -> [AnyObject] [class]
Added NSFontCollection.init(descriptors: [AnyObject])
Added NSFontCollection.exclusionDescriptors
Added NSFontCollection.fontCollectionWithAllAvailableDescriptors() -> NSFontCollection [class]
Added NSFontCollection.hideFontCollectionWithName(String, visibility: NSFontCollectionVisibility, error: NSErrorPointer) -> Bool [class]
Added NSFontCollection.init(locale: NSLocale)
Added NSFontCollection.matchingDescriptors
Added NSFontCollection.matchingDescriptorsForFamily(String) -> [AnyObject]?
Added NSFontCollection.matchingDescriptorsForFamily(String, options:[NSObject: AnyObject]?) -> [AnyObject]?
Added NSFontCollection.matchingDescriptorsWithOptions([NSObject: AnyObject]?) -> [AnyObject]?
Added NSFontCollection.init(name: String)
Added NSFontCollection.init(name: String, visibility: NSFontCollectionVisibility)
Added NSFontCollection.queryDescriptors
Added NSFontCollection.renameFontCollectionWithName(String, visibility: NSFontCollectionVisibility, toName: String, error: NSErrorPointer) -> Bool [class]
Added NSFontCollection.showFontCollection(NSFontCollection, withName: String, visibility: NSFontCollectionVisibility, error: NSErrorPointer) -> Bool [class]
Added NSFontCollectionOptions [struct]
Added NSFontCollectionOptions.ApplicationOnlyMask
Added NSFontCollectionOptions.init(_: UInt)
Added NSFontCollectionOptions.init(rawValue: UInt)
Added NSFontCollectionVisibility [struct]
Added NSFontCollectionVisibility.Computer
Added NSFontCollectionVisibility.Process
Added NSFontCollectionVisibility.User
Added NSFontCollectionVisibility.init(_: UInt)
Added NSFontCollectionVisibility.init(rawValue: UInt)
Added NSFontDescriptor
Added NSFontDescriptor.fontAttributes
Added NSFontDescriptor.init(fontAttributes: [NSObject: AnyObject]?)
Added NSFontDescriptor.fontDescriptorByAddingAttributes([NSObject: AnyObject]) -> NSFontDescriptor
Added NSFontDescriptor.fontDescriptorWithFace(String) -> NSFontDescriptor
Added NSFontDescriptor.fontDescriptorWithFamily(String) -> NSFontDescriptor
Added NSFontDescriptor.fontDescriptorWithMatrix(NSAffineTransform) -> NSFontDescriptor
Added NSFontDescriptor.fontDescriptorWithSize(CGFloat) -> NSFontDescriptor
Added NSFontDescriptor.fontDescriptorWithSymbolicTraits(NSFontSymbolicTraits) -> NSFontDescriptor
Added NSFontDescriptor.matchingFontDescriptorWithMandatoryKeys(NSSet?) -> NSFontDescriptor?
Added NSFontDescriptor.matchingFontDescriptorsWithMandatoryKeys(NSSet?) -> [AnyObject]
Added NSFontDescriptor.matrix
Added NSFontDescriptor.init(name: String, matrix: NSAffineTransform)
Added NSFontDescriptor.init(name: String, size: CGFloat)
Added NSFontDescriptor.objectForKey(String) -> AnyObject?
Added NSFontDescriptor.pointSize
Added NSFontDescriptor.postscriptName
Added NSFontDescriptor.symbolicTraits
Added NSFontManager
Added NSFontManager.action
Added NSFontManager.addCollection(String, options: NSFontCollectionOptions) -> Bool
Added NSFontManager.addFontDescriptors([AnyObject], toCollection: String)
Added NSFontManager.addFontTrait(AnyObject?)
Added NSFontManager.availableFontFamilies
Added NSFontManager.availableFontNamesMatchingFontDescriptor(NSFontDescriptor) -> [AnyObject]?
Added NSFontManager.availableFontNamesWithTraits(NSFontTraitMask) -> [AnyObject]?
Added NSFontManager.availableFonts
Added NSFontManager.availableMembersOfFontFamily(String) -> [AnyObject]?
Added NSFontManager.collectionNames
Added NSFontManager.convertAttributes([NSObject: AnyObject]) -> [NSObject: AnyObject]
Added NSFontManager.convertFont(NSFont) -> NSFont
Added NSFontManager.convertFont(NSFont, toFace: String) -> NSFont?
Added NSFontManager.convertFont(NSFont, toFamily: String) -> NSFont
Added NSFontManager.convertFont(NSFont, toHaveTrait: NSFontTraitMask) -> NSFont
Added NSFontManager.convertFont(NSFont, toNotHaveTrait: NSFontTraitMask) -> NSFont
Added NSFontManager.convertFont(NSFont, toSize: CGFloat) -> NSFont
Added NSFontManager.convertFontTraits(NSFontTraitMask) -> NSFontTraitMask
Added NSFontManager.convertWeight(Bool, ofFont: NSFont) -> NSFont
Added NSFontManager.currentFontAction
Added NSFontManager.delegate
Added NSFontManager.enabled
Added NSFontManager.fontDescriptorsInCollection(String) -> [AnyObject]?
Added NSFontManager.fontMenu(Bool) -> NSMenu?
Added NSFontManager.fontNamed(String, hasTraits: NSFontTraitMask) -> Bool
Added NSFontManager.fontPanel(Bool) -> NSFontPanel?
Added NSFontManager.fontWithFamily(String, traits: NSFontTraitMask, weight: Int, size: CGFloat) -> NSFont?
Added NSFontManager.localizedNameForFamily(String, face: String?) -> String
Added NSFontManager.modifyFont(AnyObject?)
Added NSFontManager.modifyFontViaPanel(AnyObject?)
Added NSFontManager.multiple
Added NSFontManager.orderFrontFontPanel(AnyObject?)
Added NSFontManager.orderFrontStylesPanel(AnyObject?)
Added NSFontManager.removeCollection(String) -> Bool
Added NSFontManager.removeFontDescriptor(NSFontDescriptor, fromCollection: String)
Added NSFontManager.removeFontTrait(AnyObject?)
Added NSFontManager.selectedFont
Added NSFontManager.sendAction
Added NSFontManager.setFontManagerFactory(AnyClass?) [class]
Added NSFontManager.setFontMenu(NSMenu)
Added NSFontManager.setFontPanelFactory(AnyClass?) [class]
Added NSFontManager.setSelectedAttributes([NSObject: AnyObject], isMultiple: Bool)
Added NSFontManager.setSelectedFont(NSFont, isMultiple: Bool)
Added NSFontManager.sharedFontManager() -> NSFontManager [class]
Added NSFontManager.target
Added NSFontManager.traitsOfFont(NSFont) -> NSFontTraitMask
Added NSFontManager.weightOfFont(NSFont) -> Int
Added NSFontPanel
Added NSFontPanel.accessoryView
Added NSFontPanel.enabled
Added NSFontPanel.panelConvertFont(NSFont) -> NSFont
Added NSFontPanel.reloadDefaultFontFamilies()
Added NSFontPanel.setPanelFont(NSFont, isMultiple: Bool)
Added NSFontPanel.sharedFontPanel() -> NSFontPanel [class]
Added NSFontPanel.sharedFontPanelExists() -> Bool [class]
Added NSFontPanel.worksWhenModal
Added NSFontRenderingMode [enum]
Added NSFontRenderingMode.AntialiasedIntegerAdvancementsRenderingMode
Added NSFontRenderingMode.AntialiasedRenderingMode
Added NSFontRenderingMode.DefaultRenderingMode
Added NSFontRenderingMode.IntegerAdvancementsRenderingMode
Added NSFontTraitMask [struct]
Added NSFontTraitMask.BoldFontMask
Added NSFontTraitMask.CompressedFontMask
Added NSFontTraitMask.CondensedFontMask
Added NSFontTraitMask.ExpandedFontMask
Added NSFontTraitMask.FixedPitchFontMask
Added NSFontTraitMask.ItalicFontMask
Added NSFontTraitMask.NarrowFontMask
Added NSFontTraitMask.NonStandardCharacterSetFontMask
Added NSFontTraitMask.PosterFontMask
Added NSFontTraitMask.SmallCapsFontMask
Added NSFontTraitMask.UnboldFontMask
Added NSFontTraitMask.UnitalicFontMask
Added NSFontTraitMask.init(_: UInt)
Added NSFontTraitMask.init(rawValue: UInt)
Added NSForm
Added NSForm.addEntry(String) -> NSFormCell
Added NSForm.cellAtIndex(Int) -> AnyObject!
Added NSForm.drawCellAtIndex(Int)
Added NSForm.indexOfCellWithTag(Int) -> Int
Added NSForm.indexOfSelectedItem() -> Int
Added NSForm.insertEntry(String, atIndex: Int) -> NSFormCell!
Added NSForm.preferredTextFieldWidth() -> CGFloat
Added NSForm.removeEntryAtIndex(Int)
Added NSForm.selectTextAtIndex(Int)
Added NSForm.setBezeled(Bool)
Added NSForm.setBordered(Bool)
Added NSForm.setEntryWidth(CGFloat)
Added NSForm.setFrameSize(NSSize)
Added NSForm.setInterlineSpacing(CGFloat)
Added NSForm.setPreferredTextFieldWidth(CGFloat)
Added NSForm.setTextAlignment(NSTextAlignment)
Added NSForm.setTextBaseWritingDirection(NSWritingDirection)
Added NSForm.setTextFont(NSFont)
Added NSForm.setTitleAlignment(NSTextAlignment)
Added NSForm.setTitleBaseWritingDirection(NSWritingDirection)
Added NSForm.setTitleFont(NSFont)
Added NSFormCell
Added NSFormCell.attributedTitle
Added NSFormCell.opaque
Added NSFormCell.placeholderAttributedString
Added NSFormCell.placeholderString
Added NSFormCell.preferredTextFieldWidth
Added NSFormCell.init(textCell: String?)
Added NSFormCell.title
Added NSFormCell.titleAlignment
Added NSFormCell.titleBaseWritingDirection
Added NSFormCell.titleFont
Added NSFormCell.titleWidth
Added NSFormCell.titleWidth(NSSize) -> CGFloat
Added NSGestureRecognizer
Added NSGestureRecognizer.action
Added NSGestureRecognizer.canBePreventedByGestureRecognizer(NSGestureRecognizer) -> Bool
Added NSGestureRecognizer.canPreventGestureRecognizer(NSGestureRecognizer) -> Bool
Added NSGestureRecognizer.init(coder: NSCoder)
Added NSGestureRecognizer.delaysKeyEvents
Added NSGestureRecognizer.delaysMagnificationEvents
Added NSGestureRecognizer.delaysOtherMouseButtonEvents
Added NSGestureRecognizer.delaysPrimaryMouseButtonEvents
Added NSGestureRecognizer.delaysRotationEvents
Added NSGestureRecognizer.delaysSecondaryMouseButtonEvents
Added NSGestureRecognizer.delegate
Added NSGestureRecognizer.enabled
Added NSGestureRecognizer.flagsChanged(NSEvent)
Added NSGestureRecognizer.keyDown(NSEvent)
Added NSGestureRecognizer.keyUp(NSEvent)
Added NSGestureRecognizer.locationInView(NSView?) -> NSPoint
Added NSGestureRecognizer.magnifyWithEvent(NSEvent)
Added NSGestureRecognizer.mouseDown(NSEvent)
Added NSGestureRecognizer.mouseDragged(NSEvent)
Added NSGestureRecognizer.mouseUp(NSEvent)
Added NSGestureRecognizer.otherMouseDown(NSEvent)
Added NSGestureRecognizer.otherMouseDragged(NSEvent)
Added NSGestureRecognizer.otherMouseUp(NSEvent)
Added NSGestureRecognizer.reset()
Added NSGestureRecognizer.rightMouseDown(NSEvent)
Added NSGestureRecognizer.rightMouseDragged(NSEvent)
Added NSGestureRecognizer.rightMouseUp(NSEvent)
Added NSGestureRecognizer.rotateWithEvent(NSEvent)
Added NSGestureRecognizer.shouldBeRequiredToFailByGestureRecognizer(NSGestureRecognizer) -> Bool
Added NSGestureRecognizer.shouldRequireFailureOfGestureRecognizer(NSGestureRecognizer) -> Bool
Added NSGestureRecognizer.state
Added NSGestureRecognizer.tabletPoint(NSEvent)
Added NSGestureRecognizer.target
Added NSGestureRecognizer.init(target: AnyObject, action: Selector)
Added NSGestureRecognizer.view
Added NSGestureRecognizerDelegate
Added NSGestureRecognizerDelegate.gestureRecognizer(NSGestureRecognizer, shouldBeRequiredToFailByGestureRecognizer: NSGestureRecognizer) -> Bool
Added NSGestureRecognizerDelegate.gestureRecognizer(NSGestureRecognizer, shouldRecognizeSimultaneouslyWithGestureRecognizer: NSGestureRecognizer) -> Bool
Added NSGestureRecognizerDelegate.gestureRecognizer(NSGestureRecognizer, shouldRequireFailureOfGestureRecognizer: NSGestureRecognizer) -> Bool
Added NSGestureRecognizerDelegate.gestureRecognizerShouldBegin(NSGestureRecognizer) -> Bool
Added NSGestureRecognizerState [enum]
Added NSGestureRecognizerState.Began
Added NSGestureRecognizerState.Cancelled
Added NSGestureRecognizerState.Changed
Added NSGestureRecognizerState.Ended
Added NSGestureRecognizerState.Failed
Added NSGestureRecognizerState.Possible
Added NSGlyphGenerator
Added NSGlyphGenerator.generateGlyphsForGlyphStorage(NSGlyphStorage, desiredNumberOfCharacters: Int, glyphIndex: UnsafeMutablePointer<Int>, characterIndex: UnsafeMutablePointer<Int>)
Added NSGlyphGenerator.sharedGlyphGenerator() -> NSGlyphGenerator [class]
Added NSGlyphInfo
Added NSGlyphInfo.characterCollection
Added NSGlyphInfo.characterIdentifier
Added NSGlyphInfo.init(characterIdentifier: Int, collection: NSCharacterCollection, baseString: String)
Added NSGlyphInfo.init(glyph: NSGlyph, forFont: NSFont, baseString: String)
Added NSGlyphInfo.glyphName
Added NSGlyphInfo.init(glyphName: String, forFont: NSFont, baseString: String)
Added NSGlyphInscription [enum]
Added NSGlyphInscription.InscribeAbove
Added NSGlyphInscription.InscribeBase
Added NSGlyphInscription.InscribeBelow
Added NSGlyphInscription.InscribeOverBelow
Added NSGlyphInscription.InscribeOverstrike
Added NSGlyphStorage
Added NSGlyphStorage.attributedString() -> NSAttributedString
Added NSGlyphStorage.insertGlyphs(UnsafePointer<NSGlyph>, length: Int, forStartingGlyphAtIndex: Int, characterIndex: Int)
Added NSGlyphStorage.layoutOptions() -> Int
Added NSGlyphStorage.setIntAttribute(Int, value: Int, forGlyphAtIndex: Int)
Added NSGradient
Added NSGradient.colorSpace
Added NSGradient.init(colors: [AnyObject])
Added NSGradient.init(colors: [AnyObject], atLocations: UnsafePointer<CGFloat>, colorSpace: NSColorSpace)
Added NSGradient.init(colorsAndLocations: (NSColor, CGFloat))
Added NSGradient.drawFromCenter(NSPoint, radius: CGFloat, toCenter: NSPoint, radius: CGFloat, options: NSGradientDrawingOptions)
Added NSGradient.drawFromPoint(NSPoint, toPoint: NSPoint, options: NSGradientDrawingOptions)
Added NSGradient.drawInBezierPath(NSBezierPath, angle: CGFloat)
Added NSGradient.drawInBezierPath(NSBezierPath, relativeCenterPosition: NSPoint)
Added NSGradient.drawInRect(NSRect, angle: CGFloat)
Added NSGradient.drawInRect(NSRect, relativeCenterPosition: NSPoint)
Added NSGradient.getColor(AutoreleasingUnsafeMutablePointer<NSColor?>, location: UnsafeMutablePointer<CGFloat>, atIndex: Int)
Added NSGradient.interpolatedColorAtLocation(CGFloat) -> NSColor
Added NSGradient.numberOfColorStops
Added NSGradient.init(startingColor: NSColor, endingColor: NSColor)
Added NSGradientType [enum]
Added NSGradientType.ConcaveStrong
Added NSGradientType.ConcaveWeak
Added NSGradientType.ConvexStrong
Added NSGradientType.ConvexWeak
Added NSGradientType.None
Added NSGraphicsContext
Added NSGraphicsContext.CGContext
Added NSGraphicsContext.init(CGContext: CGContext, flipped: Bool)
Added NSGraphicsContext.CIContext
Added NSGraphicsContext.attributes
Added NSGraphicsContext.init(attributes: [NSObject: AnyObject])
Added NSGraphicsContext.init(bitmapImageRep: NSBitmapImageRep)
Added NSGraphicsContext.colorRenderingIntent
Added NSGraphicsContext.compositingOperation
Added NSGraphicsContext.currentContext() -> NSGraphicsContext? [class]
Added NSGraphicsContext.currentContextDrawingToScreen() -> Bool [class]
Added NSGraphicsContext.drawingToScreen
Added NSGraphicsContext.flipped
Added NSGraphicsContext.flushGraphics()
Added NSGraphicsContext.graphicsPort
Added NSGraphicsContext.init(graphicsPort: UnsafeMutablePointer<Void>, flipped: Bool)
Added NSGraphicsContext.imageInterpolation
Added NSGraphicsContext.patternPhase
Added NSGraphicsContext.restoreGraphicsState() [class]
Added NSGraphicsContext.restoreGraphicsState()
Added NSGraphicsContext.saveGraphicsState() [class]
Added NSGraphicsContext.saveGraphicsState()
Added NSGraphicsContext.setCurrentContext(NSGraphicsContext?) [class]
Added NSGraphicsContext.setGraphicsState(Int) [class]
Added NSGraphicsContext.shouldAntialias
Added NSGraphicsContext.init(window: NSWindow)
Added NSHelpManager
Added NSHelpManager.contextHelpForObject(AnyObject) -> NSAttributedString?
Added NSHelpManager.findString(String, inBook: String?)
Added NSHelpManager.isContextHelpModeActive() -> Bool [class]
Added NSHelpManager.openHelpAnchor(String, inBook: String?)
Added NSHelpManager.registerBooksInBundle(NSBundle) -> Bool
Added NSHelpManager.removeContextHelpForObject(AnyObject)
Added NSHelpManager.setContextHelp(NSAttributedString, forObject: AnyObject)
Added NSHelpManager.setContextHelpModeActive(Bool) [class]
Added NSHelpManager.sharedHelpManager() -> NSHelpManager [class]
Added NSHelpManager.showContextHelpForObject(AnyObject, locationHint: NSPoint) -> Bool
Added NSIgnoreMisspelledWords
Added NSIgnoreMisspelledWords.ignoreSpelling(AnyObject?)
Added NSImage
Added NSImage.init(CGImage: CGImage, size: NSSize)
Added NSImage.CGImageForProposedRect(UnsafeMutablePointer<NSRect>, context: NSGraphicsContext?, hints:[NSObject: AnyObject]?) -> Unmanaged<CGImage>?
Added NSImage.TIFFRepresentation
Added NSImage.TIFFRepresentationUsingCompression(NSTIFFCompression, factor: Float) -> NSData?
Added NSImage.accessibilityDescription
Added NSImage.addRepresentation(NSImageRep)
Added NSImage.addRepresentations([AnyObject])
Added NSImage.alignmentRect
Added NSImage.backgroundColor
Added NSImage.bestRepresentationForRect(NSRect, context: NSGraphicsContext?, hints:[NSObject: AnyObject]?) -> NSImageRep?
Added NSImage.init(byReferencingFile: String)
Added NSImage.init(byReferencingURL: NSURL)
Added NSImage.cacheMode
Added NSImage.canInitWithPasteboard(NSPasteboard) -> Bool [class]
Added NSImage.cancelIncrementalLoad()
Added NSImage.capInsets
Added NSImage.init(contentsOfFile: String)
Added NSImage.init(contentsOfURL: NSURL)
Added NSImage.init(data: NSData)
Added NSImage.init(dataIgnoringOrientation: NSData)
Added NSImage.delegate
Added NSImage.drawAtPoint(NSPoint, fromRect: NSRect, operation: NSCompositingOperation, fraction: CGFloat)
Added NSImage.drawInRect(NSRect)
Added NSImage.drawInRect(NSRect, fromRect: NSRect, operation: NSCompositingOperation, fraction: CGFloat)
Added NSImage.drawInRect(NSRect, fromRect: NSRect, operation: NSCompositingOperation, fraction: CGFloat, respectFlipped: Bool, hints:[NSObject: AnyObject]?)
Added NSImage.drawRepresentation(NSImageRep, inRect: NSRect) -> Bool
Added NSImage.hitTestRect(NSRect, withImageDestinationRect: NSRect, context: NSGraphicsContext?, hints:[NSObject: AnyObject]?, flipped: Bool) -> Bool
Added NSImage.init(iconRef: Icon)
Added NSImage.imageFileTypes() -> [AnyObject] [class]
Added NSImage.imagePasteboardTypes() -> [AnyObject] [class]
Added NSImage.imageTypes() -> [AnyObject] [class]
Added NSImage.imageUnfilteredFileTypes() -> [AnyObject] [class]
Added NSImage.imageUnfilteredPasteboardTypes() -> [AnyObject] [class]
Added NSImage.imageUnfilteredTypes() -> [AnyObject] [class]
Added NSImage.isTemplate() -> Bool
Added NSImage.layerContentsForContentsScale(CGFloat) -> AnyObject
Added NSImage.lockFocus()
Added NSImage.lockFocusFlipped(Bool)
Added NSImage.matchesOnMultipleResolution
Added NSImage.matchesOnlyOnBestFittingAxis
Added NSImage.name() -> String?
Added NSImage.init(named: String)
Added NSImage.init(pasteboard: NSPasteboard)
Added NSImage.prefersColorMatch
Added NSImage.recache()
Added NSImage.recommendedLayerContentsScale(CGFloat) -> CGFloat
Added NSImage.removeRepresentation(NSImageRep)
Added NSImage.representations
Added NSImage.resizingMode
Added NSImage.setName(String?) -> Bool
Added NSImage.setTemplate(Bool)
Added NSImage.size
Added NSImage.init(size: NSSize)
Added NSImage.init(size: NSSize, flipped: Bool, drawingHandler:(NSRect) -> Bool)
Added NSImage.unlockFocus()
Added NSImage.usesEPSOnResolutionMismatch
Added NSImage.valid
Added NSImageAlignment [enum]
Added NSImageAlignment.AlignBottom
Added NSImageAlignment.AlignBottomLeft
Added NSImageAlignment.AlignBottomRight
Added NSImageAlignment.AlignCenter
Added NSImageAlignment.AlignLeft
Added NSImageAlignment.AlignRight
Added NSImageAlignment.AlignTop
Added NSImageAlignment.AlignTopLeft
Added NSImageAlignment.AlignTopRight
Added NSImageCacheMode [enum]
Added NSImageCacheMode.Always
Added NSImageCacheMode.BySize
Added NSImageCacheMode.Default
Added NSImageCacheMode.Never
Added NSImageCell
Added NSImageCell.imageAlignment
Added NSImageCell.imageFrameStyle
Added NSImageCell.imageScaling
Added NSImageDelegate
Added NSImageDelegate.image(NSImage, didLoadPartOfRepresentation: NSImageRep, withValidRows: Int)
Added NSImageDelegate.image(NSImage, didLoadRepresentation: NSImageRep!, withStatus: NSImageLoadStatus)
Added NSImageDelegate.image(NSImage, didLoadRepresentationHeader: NSImageRep)
Added NSImageDelegate.image(NSImage, willLoadRepresentation: NSImageRep)
Added NSImageDelegate.imageDidNotDraw(AnyObject!, inRect: NSRect) -> NSImage?
Added NSImageFrameStyle [enum]
Added NSImageFrameStyle.Button
Added NSImageFrameStyle.GrayBezel
Added NSImageFrameStyle.Groove
Added NSImageFrameStyle.None
Added NSImageFrameStyle.Photo
Added NSImageInterpolation [enum]
Added NSImageInterpolation.Default
Added NSImageInterpolation.High
Added NSImageInterpolation.Low
Added NSImageInterpolation.Medium
Added NSImageInterpolation.None
Added NSImageLoadStatus [enum]
Added NSImageLoadStatus.Cancelled
Added NSImageLoadStatus.Completed
Added NSImageLoadStatus.InvalidData
Added NSImageLoadStatus.ReadError
Added NSImageLoadStatus.UnexpectedEOF
Added NSImageRep
Added NSImageRep.init()
Added NSImageRep.CGImageForProposedRect(UnsafeMutablePointer<NSRect>, context: NSGraphicsContext?, hints:[NSObject: AnyObject]?) -> Unmanaged<CGImage>?
Added NSImageRep.alpha
Added NSImageRep.bitsPerSample
Added NSImageRep.canInitWithData(NSData) -> Bool [class]
Added NSImageRep.canInitWithPasteboard(NSPasteboard) -> Bool [class]
Added NSImageRep.init(coder: NSCoder)
Added NSImageRep.colorSpaceName
Added NSImageRep.draw() -> Bool
Added NSImageRep.drawAtPoint(NSPoint) -> Bool
Added NSImageRep.drawInRect(NSRect) -> Bool
Added NSImageRep.drawInRect(NSRect, fromRect: NSRect, operation: NSCompositingOperation, fraction: CGFloat, respectFlipped: Bool, hints:[NSObject: AnyObject]?) -> Bool
Added NSImageRep.imageFileTypes() -> [AnyObject] [class]
Added NSImageRep.imagePasteboardTypes() -> [AnyObject] [class]
Added NSImageRep.imageRepClassForData(NSData) -> AnyClass? [class]
Added NSImageRep.imageRepClassForFileType(String) -> AnyClass? [class]
Added NSImageRep.imageRepClassForPasteboardType(String) -> AnyClass? [class]
Added NSImageRep.imageRepClassForType(String) -> AnyClass? [class]
Added NSImageRep.imageRepWithContentsOfFile(String) -> AnyObject? [class]
Added NSImageRep.imageRepWithContentsOfURL(NSURL) -> AnyObject? [class]
Added NSImageRep.imageRepWithPasteboard(NSPasteboard) -> AnyObject? [class]
Added NSImageRep.imageRepsWithContentsOfFile(String) -> [AnyObject]? [class]
Added NSImageRep.imageRepsWithContentsOfURL(NSURL) -> [AnyObject]? [class]
Added NSImageRep.imageRepsWithPasteboard(NSPasteboard) -> [AnyObject]? [class]
Added NSImageRep.imageTypes() -> [AnyObject] [class]
Added NSImageRep.imageUnfilteredFileTypes() -> [AnyObject] [class]
Added NSImageRep.imageUnfilteredPasteboardTypes() -> [AnyObject] [class]
Added NSImageRep.imageUnfilteredTypes() -> [AnyObject] [class]
Added NSImageRep.opaque
Added NSImageRep.pixelsHigh
Added NSImageRep.pixelsWide
Added NSImageRep.registerImageRepClass(AnyClass) [class]
Added NSImageRep.registeredImageRepClasses() -> [AnyObject] [class]
Added NSImageRep.size
Added NSImageRep.unregisterImageRepClass(AnyClass) [class]
Added NSImageRepLoadStatus [enum]
Added NSImageRepLoadStatus.Completed
Added NSImageRepLoadStatus.InvalidData
Added NSImageRepLoadStatus.ReadingHeader
Added NSImageRepLoadStatus.UnexpectedEOF
Added NSImageRepLoadStatus.UnknownType
Added NSImageRepLoadStatus.WillNeedAllData
Added NSImageResizingMode [enum]
Added NSImageResizingMode.Stretch
Added NSImageResizingMode.Tile
Added NSImageScaling [enum]
Added NSImageScaling.ImageScaleAxesIndependently
Added NSImageScaling.ImageScaleNone
Added NSImageScaling.ImageScaleProportionallyDown
Added NSImageScaling.ImageScaleProportionallyUpOrDown
Added NSImageView
Added NSImageView.allowsCutCopyPaste
Added NSImageView.animates
Added NSImageView.editable
Added NSImageView.image
Added NSImageView.imageAlignment
Added NSImageView.imageFrameStyle
Added NSImageView.imageScaling
Added NSInputServerMouseTracker
Added NSInputServiceProvider
Added NSItemProvider.containerFrame
Added NSItemProvider.preferredPresentationSize
Added NSItemProvider.sourceFrame
Added NSLayoutAttribute [enum]
Added NSLayoutAttribute.Baseline
Added NSLayoutAttribute.Bottom
Added NSLayoutAttribute.CenterX
Added NSLayoutAttribute.CenterY
Added NSLayoutAttribute.Height
Added NSLayoutAttribute.Leading
Added NSLayoutAttribute.Left
Added NSLayoutAttribute.NotAnAttribute
Added NSLayoutAttribute.Right
Added NSLayoutAttribute.Top
Added NSLayoutAttribute.Trailing
Added NSLayoutAttribute.Width
Added NSLayoutConstraint
Added NSLayoutConstraint.activateConstraints([AnyObject]) [class]
Added NSLayoutConstraint.active
Added NSLayoutConstraint.constant
Added NSLayoutConstraint.constraintsWithVisualFormat(String, options: NSLayoutFormatOptions, metrics:[NSObject: AnyObject]?, views:[NSObject: AnyObject]) -> [AnyObject] [class]
Added NSLayoutConstraint.deactivateConstraints([AnyObject]) [class]
Added NSLayoutConstraint.firstAttribute
Added NSLayoutConstraint.firstItem
Added NSLayoutConstraint.identifier
Added NSLayoutConstraint.init(item: AnyObject, attribute: NSLayoutAttribute, relatedBy: NSLayoutRelation, toItem: AnyObject?, attribute: NSLayoutAttribute, multiplier: CGFloat, constant: CGFloat)
Added NSLayoutConstraint.multiplier
Added NSLayoutConstraint.priority
Added NSLayoutConstraint.relation
Added NSLayoutConstraint.secondAttribute
Added NSLayoutConstraint.secondItem
Added NSLayoutConstraint.shouldBeArchived
Added NSLayoutConstraintOrientation [enum]
Added NSLayoutConstraintOrientation.Horizontal
Added NSLayoutConstraintOrientation.Vertical
Added NSLayoutFormatOptions [struct]
Added NSLayoutFormatOptions.AlignAllBaseline
Added NSLayoutFormatOptions.AlignAllBottom
Added NSLayoutFormatOptions.AlignAllCenterX
Added NSLayoutFormatOptions.AlignAllCenterY
Added NSLayoutFormatOptions.AlignAllLeading
Added NSLayoutFormatOptions.AlignAllLeft
Added NSLayoutFormatOptions.AlignAllRight
Added NSLayoutFormatOptions.AlignAllTop
Added NSLayoutFormatOptions.AlignAllTrailing
Added NSLayoutFormatOptions.AlignmentMask
Added NSLayoutFormatOptions.DirectionLeadingToTrailing
Added NSLayoutFormatOptions.DirectionLeftToRight
Added NSLayoutFormatOptions.DirectionMask
Added NSLayoutFormatOptions.DirectionRightToLeft
Added NSLayoutFormatOptions.init(_: UInt)
Added NSLayoutFormatOptions.init(rawValue: UInt)
Added NSLayoutManager
Added NSLayoutManager.init()
Added NSLayoutManager.addTemporaryAttribute(String, value: AnyObject, forCharacterRange: NSRange)
Added NSLayoutManager.addTemporaryAttributes([NSObject: AnyObject], forCharacterRange: NSRange)
Added NSLayoutManager.addTextContainer(NSTextContainer)
Added NSLayoutManager.allowsNonContiguousLayout
Added NSLayoutManager.attachmentSizeForGlyphAtIndex(Int) -> NSSize
Added NSLayoutManager.attributedString
Added NSLayoutManager.backgroundLayoutEnabled
Added NSLayoutManager.boundingRectForGlyphRange(NSRange, inTextContainer: NSTextContainer) -> NSRect
Added NSLayoutManager.boundsRectForTextBlock(NSTextBlock, atIndex: Int, effectiveRange: NSRangePointer) -> NSRect
Added NSLayoutManager.boundsRectForTextBlock(NSTextBlock, glyphRange: NSRange) -> NSRect
Added NSLayoutManager.characterIndexForGlyphAtIndex(Int) -> Int
Added NSLayoutManager.characterIndexForPoint(NSPoint, inTextContainer: NSTextContainer, fractionOfDistanceBetweenInsertionPoints: UnsafeMutablePointer<CGFloat>) -> Int
Added NSLayoutManager.characterRangeForGlyphRange(NSRange, actualGlyphRange: NSRangePointer) -> NSRange
Added NSLayoutManager.defaultAttachmentScaling
Added NSLayoutManager.defaultBaselineOffsetForFont(NSFont) -> CGFloat
Added NSLayoutManager.defaultLineHeightForFont(NSFont) -> CGFloat
Added NSLayoutManager.delegate
Added NSLayoutManager.deleteGlyphsInRange(NSRange)
Added NSLayoutManager.drawBackgroundForGlyphRange(NSRange, atPoint: NSPoint)
Added NSLayoutManager.drawGlyphsForGlyphRange(NSRange, atPoint: NSPoint)
Added NSLayoutManager.drawStrikethroughForGlyphRange(NSRange, strikethroughType: Int, baselineOffset: CGFloat, lineFragmentRect: NSRect, lineFragmentGlyphRange: NSRange, containerOrigin: NSPoint)
Added NSLayoutManager.drawUnderlineForGlyphRange(NSRange, underlineType: Int, baselineOffset: CGFloat, lineFragmentRect: NSRect, lineFragmentGlyphRange: NSRange, containerOrigin: NSPoint)
Added NSLayoutManager.drawsOutsideLineFragmentForGlyphAtIndex(Int) -> Bool
Added NSLayoutManager.ensureGlyphsForCharacterRange(NSRange)
Added NSLayoutManager.ensureGlyphsForGlyphRange(NSRange)
Added NSLayoutManager.ensureLayoutForBoundingRect(NSRect, inTextContainer: NSTextContainer)
Added NSLayoutManager.ensureLayoutForCharacterRange(NSRange)
Added NSLayoutManager.ensureLayoutForGlyphRange(NSRange)
Added NSLayoutManager.ensureLayoutForTextContainer(NSTextContainer)
Added NSLayoutManager.extraLineFragmentRect
Added NSLayoutManager.extraLineFragmentTextContainer
Added NSLayoutManager.extraLineFragmentUsedRect
Added NSLayoutManager.fillBackgroundRectArray(NSRectArray, count: Int, forCharacterRange: NSRange, color: NSColor)
Added NSLayoutManager.firstTextView
Added NSLayoutManager.firstUnlaidCharacterIndex
Added NSLayoutManager.firstUnlaidGlyphIndex
Added NSLayoutManager.fractionOfDistanceThroughGlyphForPoint(NSPoint, inTextContainer: NSTextContainer) -> CGFloat
Added NSLayoutManager.getFirstUnlaidCharacterIndex(UnsafeMutablePointer<Int>, glyphIndex: UnsafeMutablePointer<Int>)
Added NSLayoutManager.getGlyphs(UnsafeMutablePointer<NSGlyph>, range: NSRange) -> Int
Added NSLayoutManager.getGlyphsInRange(NSRange, glyphs: UnsafeMutablePointer<NSGlyph>, characterIndexes: UnsafeMutablePointer<Int>, glyphInscriptions: UnsafeMutablePointer<NSGlyphInscription>, elasticBits: UnsafeMutablePointer<ObjCBool>) -> Int
Added NSLayoutManager.getGlyphsInRange(NSRange, glyphs: UnsafeMutablePointer<NSGlyph>, characterIndexes: UnsafeMutablePointer<Int>, glyphInscriptions: UnsafeMutablePointer<NSGlyphInscription>, elasticBits: UnsafeMutablePointer<ObjCBool>, bidiLevels: UnsafeMutablePointer<UInt8>) -> Int
Added NSLayoutManager.getLineFragmentInsertionPointsForCharacterAtIndex(Int, alternatePositions: Bool, inDisplayOrder: Bool, positions: UnsafeMutablePointer<CGFloat>, characterIndexes: UnsafeMutablePointer<Int>) -> Int
Added NSLayoutManager.glyphAtIndex(Int) -> NSGlyph
Added NSLayoutManager.glyphAtIndex(Int, isValidIndex: UnsafeMutablePointer<ObjCBool>) -> NSGlyph
Added NSLayoutManager.glyphGenerator
Added NSLayoutManager.glyphIndexForCharacterAtIndex(Int) -> Int
Added NSLayoutManager.glyphIndexForPoint(NSPoint, inTextContainer: NSTextContainer) -> Int
Added NSLayoutManager.glyphIndexForPoint(NSPoint, inTextContainer: NSTextContainer, fractionOfDistanceThroughGlyph: UnsafeMutablePointer<CGFloat>) -> Int
Added NSLayoutManager.glyphRangeForBoundingRect(NSRect, inTextContainer: NSTextContainer) -> NSRange
Added NSLayoutManager.glyphRangeForBoundingRectWithoutAdditionalLayout(NSRect, inTextContainer: NSTextContainer) -> NSRange
Added NSLayoutManager.glyphRangeForCharacterRange(NSRange, actualCharacterRange: NSRangePointer) -> NSRange
Added NSLayoutManager.glyphRangeForTextContainer(NSTextContainer) -> NSRange
Added NSLayoutManager.hasNonContiguousLayout
Added NSLayoutManager.hyphenationFactor
Added NSLayoutManager.insertGlyph(NSGlyph, atGlyphIndex: Int, characterIndex: Int)
Added NSLayoutManager.insertGlyphs(UnsafePointer<NSGlyph>, length: Int, forStartingGlyphAtIndex: Int, characterIndex: Int)
Added NSLayoutManager.insertTextContainer(NSTextContainer, atIndex: Int)
Added NSLayoutManager.intAttribute(Int, forGlyphAtIndex: Int) -> Int
Added NSLayoutManager.invalidateDisplayForCharacterRange(NSRange)
Added NSLayoutManager.invalidateDisplayForGlyphRange(NSRange)
Added NSLayoutManager.invalidateGlyphsForCharacterRange(NSRange, changeInLength: Int, actualCharacterRange: NSRangePointer)
Added NSLayoutManager.invalidateGlyphsOnLayoutInvalidationForGlyphRange(NSRange)
Added NSLayoutManager.invalidateLayoutForCharacterRange(NSRange, actualCharacterRange: NSRangePointer)
Added NSLayoutManager.invalidateLayoutForCharacterRange(NSRange, isSoft: Bool, actualCharacterRange: NSRangePointer)
Added NSLayoutManager.isValidGlyphIndex(Int) -> Bool
Added NSLayoutManager.layoutManagerOwnsFirstResponderInWindow(NSWindow) -> Bool
Added NSLayoutManager.layoutOptions
Added NSLayoutManager.layoutRectForTextBlock(NSTextBlock, atIndex: Int, effectiveRange: NSRangePointer) -> NSRect
Added NSLayoutManager.layoutRectForTextBlock(NSTextBlock, glyphRange: NSRange) -> NSRect
Added NSLayoutManager.lineFragmentRectForGlyphAtIndex(Int, effectiveRange: NSRangePointer) -> NSRect
Added NSLayoutManager.lineFragmentRectForGlyphAtIndex(Int, effectiveRange: NSRangePointer, withoutAdditionalLayout: Bool) -> NSRect
Added NSLayoutManager.lineFragmentUsedRectForGlyphAtIndex(Int, effectiveRange: NSRangePointer) -> NSRect
Added NSLayoutManager.lineFragmentUsedRectForGlyphAtIndex(Int, effectiveRange: NSRangePointer, withoutAdditionalLayout: Bool) -> NSRect
Added NSLayoutManager.locationForGlyphAtIndex(Int) -> NSPoint
Added NSLayoutManager.notShownAttributeForGlyphAtIndex(Int) -> Bool
Added NSLayoutManager.numberOfGlyphs
Added NSLayoutManager.rangeOfNominallySpacedGlyphsContainingIndex(Int) -> NSRange
Added NSLayoutManager.rectArrayForCharacterRange(NSRange, withinSelectedCharacterRange: NSRange, inTextContainer: NSTextContainer, rectCount: UnsafeMutablePointer<Int>) -> NSRectArray
Added NSLayoutManager.rectArrayForGlyphRange(NSRange, withinSelectedGlyphRange: NSRange, inTextContainer: NSTextContainer, rectCount: UnsafeMutablePointer<Int>) -> NSRectArray
Added NSLayoutManager.removeTemporaryAttribute(String, forCharacterRange: NSRange)
Added NSLayoutManager.removeTextContainerAtIndex(Int)
Added NSLayoutManager.replaceGlyphAtIndex(Int, withGlyph: NSGlyph)
Added NSLayoutManager.replaceTextStorage(NSTextStorage)
Added NSLayoutManager.rulerAccessoryViewForTextView(NSTextView?, paragraphStyle: NSParagraphStyle, ruler: NSRulerView, enabled: Bool) -> NSView?
Added NSLayoutManager.rulerMarkersForTextView(NSTextView?, paragraphStyle: NSParagraphStyle, ruler: NSRulerView) -> [AnyObject]
Added NSLayoutManager.setAttachmentSize(NSSize, forGlyphRange: NSRange)
Added NSLayoutManager.setBoundsRect(NSRect, forTextBlock: NSTextBlock, glyphRange: NSRange)
Added NSLayoutManager.setCharacterIndex(Int, forGlyphAtIndex: Int)
Added NSLayoutManager.setDrawsOutsideLineFragment(Bool, forGlyphAtIndex: Int)
Added NSLayoutManager.setExtraLineFragmentRect(NSRect, usedRect: NSRect, textContainer: NSTextContainer?)
Added NSLayoutManager.setIntAttribute(Int, value: Int, forGlyphAtIndex: Int)
Added NSLayoutManager.setLayoutRect(NSRect, forTextBlock: NSTextBlock, glyphRange: NSRange)
Added NSLayoutManager.setLineFragmentRect(NSRect, forGlyphRange: NSRange, usedRect: NSRect)
Added NSLayoutManager.setLocation(NSPoint, forStartOfGlyphRange: NSRange)
Added NSLayoutManager.setLocations(NSPointArray, startingGlyphIndexes: UnsafeMutablePointer<Int>, count: Int, forGlyphRange: NSRange)
Added NSLayoutManager.setNotShownAttribute(Bool, forGlyphAtIndex: Int)
Added NSLayoutManager.setTemporaryAttributes([NSObject: AnyObject]?, forCharacterRange: NSRange)
Added NSLayoutManager.setTextContainer(NSTextContainer, forGlyphRange: NSRange)
Added NSLayoutManager.showAttachmentCell(NSCell, inRect: NSRect, characterIndex: Int)
Added NSLayoutManager.showCGGlyphs(UnsafePointer<CGGlyph>, positions: UnsafePointer<NSPoint>, count: Int, font: NSFont, matrix: NSAffineTransform?, attributes:[NSObject: AnyObject]?, inContext: NSGraphicsContext?)
Added NSLayoutManager.showsControlCharacters
Added NSLayoutManager.showsInvisibleCharacters
Added NSLayoutManager.strikethroughGlyphRange(NSRange, strikethroughType: Int, lineFragmentRect: NSRect, lineFragmentGlyphRange: NSRange, containerOrigin: NSPoint)
Added NSLayoutManager.substituteFontForFont(NSFont) -> NSFont
Added NSLayoutManager.temporaryAttribute(String, atCharacterIndex: Int, effectiveRange: NSRangePointer) -> AnyObject?
Added NSLayoutManager.temporaryAttribute(String, atCharacterIndex: Int, longestEffectiveRange: NSRangePointer, inRange: NSRange) -> AnyObject?
Added NSLayoutManager.temporaryAttributesAtCharacterIndex(Int, effectiveRange: NSRangePointer) -> [NSObject: AnyObject]
Added NSLayoutManager.temporaryAttributesAtCharacterIndex(Int, longestEffectiveRange: NSRangePointer, inRange: NSRange) -> [NSObject: AnyObject]
Added NSLayoutManager.textContainerChangedGeometry(NSTextContainer)
Added NSLayoutManager.textContainerChangedTextView(NSTextContainer)
Added NSLayoutManager.textContainerForGlyphAtIndex(Int, effectiveRange: NSRangePointer) -> NSTextContainer?
Added NSLayoutManager.textContainerForGlyphAtIndex(Int, effectiveRange: NSRangePointer, withoutAdditionalLayout: Bool) -> NSTextContainer?
Added NSLayoutManager.textContainers
Added NSLayoutManager.textStorage
Added NSLayoutManager.textStorage(NSTextStorage, edited: NSTextStorageEditedOptions, range: NSRange, changeInLength: Int, invalidatedRange: NSRange)
Added NSLayoutManager.textViewForBeginningOfSelection
Added NSLayoutManager.typesetter
Added NSLayoutManager.typesetterBehavior
Added NSLayoutManager.underlineGlyphRange(NSRange, underlineType: Int, lineFragmentRect: NSRect, lineFragmentGlyphRange: NSRange, containerOrigin: NSPoint)
Added NSLayoutManager.usedRectForTextContainer(NSTextContainer) -> NSRect
Added NSLayoutManager.usesFontLeading
Added NSLayoutManager.usesScreenFonts
Added NSLayoutManagerDelegate
Added NSLayoutManagerDelegate.layoutManager(NSLayoutManager, didCompleteLayoutForTextContainer: NSTextContainer?, atEnd: Bool)
Added NSLayoutManagerDelegate.layoutManager(NSLayoutManager, shouldUseTemporaryAttributes:[NSObject: AnyObject], forDrawingToScreen: Bool, atCharacterIndex: Int, effectiveRange: NSRangePointer) -> [NSObject: AnyObject]?
Added NSLayoutManagerDelegate.layoutManagerDidInvalidateLayout(NSLayoutManager)
Added NSLayoutRelation [enum]
Added NSLayoutRelation.Equal
Added NSLayoutRelation.GreaterThanOrEqual
Added NSLayoutRelation.LessThanOrEqual
Added NSLevelIndicator
Added NSLevelIndicator.criticalValue
Added NSLevelIndicator.levelIndicatorStyle
Added NSLevelIndicator.maxValue
Added NSLevelIndicator.minValue
Added NSLevelIndicator.numberOfMajorTickMarks
Added NSLevelIndicator.numberOfTickMarks
Added NSLevelIndicator.rectOfTickMarkAtIndex(Int) -> NSRect
Added NSLevelIndicator.tickMarkPosition
Added NSLevelIndicator.tickMarkValueAtIndex(Int) -> Double
Added NSLevelIndicator.warningValue
Added NSLevelIndicatorCell
Added NSLevelIndicatorCell.criticalValue
Added NSLevelIndicatorCell.levelIndicatorStyle
Added NSLevelIndicatorCell.init(levelIndicatorStyle: NSLevelIndicatorStyle)
Added NSLevelIndicatorCell.maxValue
Added NSLevelIndicatorCell.minValue
Added NSLevelIndicatorCell.numberOfMajorTickMarks
Added NSLevelIndicatorCell.numberOfTickMarks
Added NSLevelIndicatorCell.rectOfTickMarkAtIndex(Int) -> NSRect
Added NSLevelIndicatorCell.setImage(NSImage?)
Added NSLevelIndicatorCell.tickMarkPosition
Added NSLevelIndicatorCell.tickMarkValueAtIndex(Int) -> Double
Added NSLevelIndicatorCell.warningValue
Added NSLevelIndicatorStyle [enum]
Added NSLevelIndicatorStyle.ContinuousCapacityLevelIndicatorStyle
Added NSLevelIndicatorStyle.DiscreteCapacityLevelIndicatorStyle
Added NSLevelIndicatorStyle.RatingLevelIndicatorStyle
Added NSLevelIndicatorStyle.RelevancyLevelIndicatorStyle
Added NSLineBreakMode [enum]
Added NSLineBreakMode.ByCharWrapping
Added NSLineBreakMode.ByClipping
Added NSLineBreakMode.ByTruncatingHead
Added NSLineBreakMode.ByTruncatingMiddle
Added NSLineBreakMode.ByTruncatingTail
Added NSLineBreakMode.ByWordWrapping
Added NSLineCapStyle [enum]
Added NSLineCapStyle.ButtLineCapStyle
Added NSLineCapStyle.RoundLineCapStyle
Added NSLineCapStyle.SquareLineCapStyle
Added NSLineJoinStyle [enum]
Added NSLineJoinStyle.BevelLineJoinStyle
Added NSLineJoinStyle.MiterLineJoinStyle
Added NSLineJoinStyle.RoundLineJoinStyle
Added NSLineMovementDirection [enum]
Added NSLineMovementDirection.DoesntMove
Added NSLineMovementDirection.MovesDown
Added NSLineMovementDirection.MovesLeft
Added NSLineMovementDirection.MovesRight
Added NSLineMovementDirection.MovesUp
Added NSLineSweepDirection [enum]
Added NSLineSweepDirection.Down
Added NSLineSweepDirection.Left
Added NSLineSweepDirection.Right
Added NSLineSweepDirection.Up
Added NSMagnificationGestureRecognizer
Added NSMagnificationGestureRecognizer.magnification
Added NSMatrix
Added NSMatrix.acceptsFirstMouse(NSEvent) -> Bool
Added NSMatrix.addColumn()
Added NSMatrix.addColumnWithCells([AnyObject])
Added NSMatrix.addRow()
Added NSMatrix.addRowWithCells([AnyObject])
Added NSMatrix.allowsEmptySelection
Added NSMatrix.autorecalculatesCellSize
Added NSMatrix.autoscroll
Added NSMatrix.autosizesCells
Added NSMatrix.backgroundColor
Added NSMatrix.cellAtRow(Int, column: Int) -> AnyObject?
Added NSMatrix.cellBackgroundColor
Added NSMatrix.cellClass
Added NSMatrix.cellFrameAtRow(Int, column: Int) -> NSRect
Added NSMatrix.cellSize
Added NSMatrix.cellWithTag(Int) -> AnyObject?
Added NSMatrix.cells
Added NSMatrix.delegate
Added NSMatrix.deselectAllCells()
Added NSMatrix.deselectSelectedCell()
Added NSMatrix.doubleAction
Added NSMatrix.drawCellAtRow(Int, column: Int)
Added NSMatrix.drawsBackground
Added NSMatrix.drawsCellBackground
Added NSMatrix.init(frame: NSRect)
Added NSMatrix.init(frame: NSRect, mode: NSMatrixMode, cellClass: AnyClass?, numberOfRows: Int, numberOfColumns: Int)
Added NSMatrix.init(frame: NSRect, mode: NSMatrixMode, prototype: NSCell, numberOfRows: Int, numberOfColumns: Int)
Added NSMatrix.getNumberOfRows(UnsafeMutablePointer<Int>, columns: UnsafeMutablePointer<Int>)
Added NSMatrix.getRow(UnsafeMutablePointer<Int>, column: UnsafeMutablePointer<Int>, forPoint: NSPoint) -> Bool
Added NSMatrix.getRow(UnsafeMutablePointer<Int>, column: UnsafeMutablePointer<Int>, ofCell: NSCell) -> Bool
Added NSMatrix.highlightCell(Bool, atRow: Int, column: Int)
Added NSMatrix.insertColumn(Int)
Added NSMatrix.insertColumn(Int, withCells:[AnyObject])
Added NSMatrix.insertRow(Int)
Added NSMatrix.insertRow(Int, withCells:[AnyObject])
Added NSMatrix.intercellSpacing
Added NSMatrix.keyCell
Added NSMatrix.makeCellAtRow(Int, column: Int) -> NSCell
Added NSMatrix.mode
Added NSMatrix.mouseDown(NSEvent)
Added NSMatrix.mouseDownFlags
Added NSMatrix.numberOfColumns
Added NSMatrix.numberOfRows
Added NSMatrix.performKeyEquivalent(NSEvent) -> Bool
Added NSMatrix.prototype
Added NSMatrix.putCell(NSCell, atRow: Int, column: Int)
Added NSMatrix.removeColumn(Int)
Added NSMatrix.removeRow(Int)
Added NSMatrix.renewRows(Int, columns: Int)
Added NSMatrix.resetCursorRects()
Added NSMatrix.scrollCellToVisibleAtRow(Int, column: Int)
Added NSMatrix.selectAll(AnyObject?)
Added NSMatrix.selectCellAtRow(Int, column: Int)
Added NSMatrix.selectCellWithTag(Int) -> Bool
Added NSMatrix.selectText(AnyObject?)
Added NSMatrix.selectTextAtRow(Int, column: Int) -> AnyObject?
Added NSMatrix.selectedCell() -> AnyObject!
Added NSMatrix.selectedCells
Added NSMatrix.selectedColumn
Added NSMatrix.selectedRow
Added NSMatrix.selectionByRect
Added NSMatrix.sendAction() -> Bool
Added NSMatrix.sendAction(Selector, to: AnyObject, forAllCells: Bool)
Added NSMatrix.sendDoubleAction()
Added NSMatrix.setScrollable(Bool)
Added NSMatrix.setSelectionFrom(Int, to: Int, anchor: Int, highlight: Bool)
Added NSMatrix.setState(Int, atRow: Int, column: Int)
Added NSMatrix.setToolTip(String?, forCell: NSCell)
Added NSMatrix.setValidateSize(Bool)
Added NSMatrix.sizeToCells()
Added NSMatrix.sortUsingFunction(CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context: UnsafeMutablePointer<Void>)
Added NSMatrix.sortUsingSelector(Selector)
Added NSMatrix.tabKeyTraversesCells
Added NSMatrix.textDidBeginEditing(NSNotification)
Added NSMatrix.textDidChange(NSNotification)
Added NSMatrix.textDidEndEditing(NSNotification)
Added NSMatrix.textShouldBeginEditing(NSText) -> Bool
Added NSMatrix.textShouldEndEditing(NSText) -> Bool
Added NSMatrix.toolTipForCell(NSCell) -> String?
Added NSMatrixDelegate
Added NSMatrixMode [enum]
Added NSMatrixMode.HighlightModeMatrix
Added NSMatrixMode.ListModeMatrix
Added NSMatrixMode.RadioModeMatrix
Added NSMatrixMode.TrackModeMatrix
Added NSMediaLibrary [struct]
Added NSMediaLibrary.Audio
Added NSMediaLibrary.Image
Added NSMediaLibrary.Movie
Added NSMediaLibrary.init(_: UInt)
Added NSMediaLibrary.init(rawValue: UInt)
Added NSMediaLibraryBrowserController
Added NSMediaLibraryBrowserController.frame
Added NSMediaLibraryBrowserController.mediaLibraries
Added NSMediaLibraryBrowserController.sharedMediaLibraryBrowserController() -> NSMediaLibraryBrowserController [class]
Added NSMediaLibraryBrowserController.togglePanel(AnyObject?)
Added NSMediaLibraryBrowserController.visible
Added NSMenu
Added NSMenu.addItem(NSMenuItem)
Added NSMenu.addItemWithTitle(String, action: Selector, keyEquivalent: String) -> NSMenuItem?
Added NSMenu.allowsContextMenuPlugIns
Added NSMenu.autoenablesItems
Added NSMenu.cancelTracking()
Added NSMenu.cancelTrackingWithoutAnimation()
Added NSMenu.delegate
Added NSMenu.font
Added NSMenu.helpRequested(NSEvent)
Added NSMenu.highlightedItem
Added NSMenu.indexOfItem(NSMenuItem) -> Int
Added NSMenu.indexOfItemWithRepresentedObject(AnyObject) -> Int
Added NSMenu.indexOfItemWithSubmenu(NSMenu?) -> Int
Added NSMenu.indexOfItemWithTag(Int) -> Int
Added NSMenu.indexOfItemWithTarget(AnyObject?, andAction: Selector) -> Int
Added NSMenu.indexOfItemWithTitle(String) -> Int
Added NSMenu.insertItem(NSMenuItem, atIndex: Int)
Added NSMenu.insertItemWithTitle(String, action: Selector, keyEquivalent: String, atIndex: Int) -> NSMenuItem?
Added NSMenu.itemArray
Added NSMenu.itemAtIndex(Int) -> NSMenuItem?
Added NSMenu.itemChanged(NSMenuItem)
Added NSMenu.itemWithTag(Int) -> NSMenuItem?
Added NSMenu.itemWithTitle(String) -> NSMenuItem?
Added NSMenu.menuBarHeight
Added NSMenu.menuBarVisible() -> Bool [class]
Added NSMenu.menuChangedMessagesEnabled
Added NSMenu.menuZone() -> NSZone [class]
Added NSMenu.minimumWidth
Added NSMenu.numberOfItems
Added NSMenu.performActionForItemAtIndex(Int)
Added NSMenu.performKeyEquivalent(NSEvent) -> Bool
Added NSMenu.popUpContextMenu(NSMenu, withEvent: NSEvent, forView: NSView) [class]
Added NSMenu.popUpContextMenu(NSMenu, withEvent: NSEvent, forView: NSView, withFont: NSFont?) [class]
Added NSMenu.popUpMenuPositioningItem(NSMenuItem?, atLocation: NSPoint, inView: NSView?) -> Bool
Added NSMenu.propertiesToUpdate
Added NSMenu.removeAllItems()
Added NSMenu.removeItem(NSMenuItem)
Added NSMenu.removeItemAtIndex(Int)
Added NSMenu.setMenuBarVisible(Bool) [class]
Added NSMenu.setSubmenu(NSMenu?, forItem: NSMenuItem)
Added NSMenu.showsStateColumn
Added NSMenu.size
Added NSMenu.submenuAction(AnyObject?)
Added NSMenu.supermenu
Added NSMenu.title
Added NSMenu.init(title: String)
Added NSMenu.tornOff
Added NSMenu.update()
Added NSMenuDelegate
Added NSMenuDelegate.confinementRectForMenu(NSMenu, onScreen: NSScreen?) -> NSRect
Added NSMenuDelegate.menu(NSMenu, updateItem: NSMenuItem, atIndex: Int, shouldCancel: Bool) -> Bool
Added NSMenuDelegate.menu(NSMenu, willHighlightItem: NSMenuItem?)
Added NSMenuDelegate.menuDidClose(NSMenu)
Added NSMenuDelegate.menuHasKeyEquivalent(NSMenu, forEvent: NSEvent, target: AutoreleasingUnsafeMutablePointer<AnyObject?>, action: UnsafeMutablePointer<Selector>) -> Bool
Added NSMenuDelegate.menuNeedsUpdate(NSMenu)
Added NSMenuDelegate.menuWillOpen(NSMenu)
Added NSMenuDelegate.numberOfItemsInMenu(NSMenu) -> Int
Added NSMenuItem
Added NSMenuItem.action
Added NSMenuItem.alternate
Added NSMenuItem.attributedTitle
Added NSMenuItem.enabled
Added NSMenuItem.hasSubmenu
Added NSMenuItem.hidden
Added NSMenuItem.hiddenOrHasHiddenAncestor
Added NSMenuItem.highlighted
Added NSMenuItem.image
Added NSMenuItem.indentationLevel
Added NSMenuItem.keyEquivalent
Added NSMenuItem.keyEquivalentModifierMask
Added NSMenuItem.menu
Added NSMenuItem.mixedStateImage
Added NSMenuItem.offStateImage
Added NSMenuItem.onStateImage
Added NSMenuItem.parentItem
Added NSMenuItem.representedObject
Added NSMenuItem.separatorItem
Added NSMenuItem.separatorItem() -> NSMenuItem [class]
Added NSMenuItem.setTitleWithMnemonic(String)
Added NSMenuItem.setUsesUserKeyEquivalents(Bool) [class]
Added NSMenuItem.state
Added NSMenuItem.submenu
Added NSMenuItem.tag
Added NSMenuItem.target
Added NSMenuItem.title
Added NSMenuItem.init(title: String, action: Selector, keyEquivalent: String)
Added NSMenuItem.toolTip
Added NSMenuItem.userKeyEquivalent
Added NSMenuItem.usesUserKeyEquivalents() -> Bool [class]
Added NSMenuItem.view
Added NSMenuItemCell
Added NSMenuItemCell.calcSize()
Added NSMenuItemCell.drawBorderAndBackgroundWithFrame(NSRect, inView: NSView)
Added NSMenuItemCell.drawImageWithFrame(NSRect, inView: NSView)
Added NSMenuItemCell.drawKeyEquivalentWithFrame(NSRect, inView: NSView)
Added NSMenuItemCell.drawSeparatorItemWithFrame(NSRect, inView: NSView)
Added NSMenuItemCell.drawStateImageWithFrame(NSRect, inView: NSView)
Added NSMenuItemCell.drawTitleWithFrame(NSRect, inView: NSView)
Added NSMenuItemCell.imageWidth
Added NSMenuItemCell.keyEquivalentRectForBounds(NSRect) -> NSRect
Added NSMenuItemCell.keyEquivalentWidth
Added NSMenuItemCell.menuItem
Added NSMenuItemCell.needsDisplay
Added NSMenuItemCell.needsSizing
Added NSMenuItemCell.stateImageRectForBounds(NSRect) -> NSRect
Added NSMenuItemCell.stateImageWidth
Added NSMenuItemCell.tag
Added NSMenuItemCell.titleRectForBounds(NSRect) -> NSRect
Added NSMenuItemCell.titleWidth
Added NSMenuProperties [struct]
Added NSMenuProperties.PropertyItemAccessibilityDescription
Added NSMenuProperties.PropertyItemAttributedTitle
Added NSMenuProperties.PropertyItemEnabled
Added NSMenuProperties.PropertyItemImage
Added NSMenuProperties.PropertyItemKeyEquivalent
Added NSMenuProperties.PropertyItemTitle
Added NSMenuProperties.init(_: UInt)
Added NSMenuProperties.init(rawValue: UInt)
Added NSMultibyteGlyphPacking [enum]
Added NSMultibyteGlyphPacking.NativeShortGlyphPacking
Added NSMutableAttributedString.applyFontTraits(NSFontTraitMask, range: NSRange)
Added NSMutableAttributedString.fixAttachmentAttributeInRange(NSRange)
Added NSMutableAttributedString.fixAttributesInRange(NSRange)
Added NSMutableAttributedString.fixFontAttributeInRange(NSRange)
Added NSMutableAttributedString.fixParagraphStyleAttributeInRange(NSRange)
Added NSMutableAttributedString.readFromData(NSData, options:[NSObject: AnyObject]?, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
Added NSMutableAttributedString.readFromData(NSData, options:[NSObject: AnyObject]?, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error: NSErrorPointer) -> Bool
Added NSMutableAttributedString.readFromURL(NSURL, options:[NSObject: AnyObject]?, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
Added NSMutableAttributedString.readFromURL(NSURL, options:[NSObject: AnyObject]?, documentAttributes: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error: NSErrorPointer) -> Bool
Added NSMutableAttributedString.setAlignment(NSTextAlignment, range: NSRange)
Added NSMutableAttributedString.setBaseWritingDirection(NSWritingDirection, range: NSRange)
Added NSMutableAttributedString.subscriptRange(NSRange)
Added NSMutableAttributedString.superscriptRange(NSRange)
Added NSMutableAttributedString.unscriptRange(NSRange)
Added NSMutableAttributedString.updateAttachmentsFromPath(String)
Added NSMutableFontCollection
Added NSMutableFontCollection.addQueryForDescriptors([AnyObject])
Added NSMutableFontCollection.init(descriptors: [AnyObject])
Added NSMutableFontCollection.exclusionDescriptors
Added NSMutableFontCollection.fontCollectionWithAllAvailableDescriptors() -> NSMutableFontCollection [class]
Added NSMutableFontCollection.init(locale: NSLocale)
Added NSMutableFontCollection.init(name: String)
Added NSMutableFontCollection.init(name: String, visibility: NSFontCollectionVisibility)
Added NSMutableFontCollection.queryDescriptors
Added NSMutableFontCollection.removeQueryForDescriptors([AnyObject])
Added NSMutableParagraphStyle
Added NSMutableParagraphStyle.addTabStop(NSTextTab)
Added NSMutableParagraphStyle.alignment
Added NSMutableParagraphStyle.baseWritingDirection
Added NSMutableParagraphStyle.defaultTabInterval
Added NSMutableParagraphStyle.firstLineHeadIndent
Added NSMutableParagraphStyle.headIndent
Added NSMutableParagraphStyle.headerLevel
Added NSMutableParagraphStyle.hyphenationFactor
Added NSMutableParagraphStyle.lineBreakMode
Added NSMutableParagraphStyle.lineHeightMultiple
Added NSMutableParagraphStyle.lineSpacing
Added NSMutableParagraphStyle.maximumLineHeight
Added NSMutableParagraphStyle.minimumLineHeight
Added NSMutableParagraphStyle.paragraphSpacing
Added NSMutableParagraphStyle.paragraphSpacingBefore
Added NSMutableParagraphStyle.removeTabStop(NSTextTab)
Added NSMutableParagraphStyle.setParagraphStyle(NSParagraphStyle)
Added NSMutableParagraphStyle.tabStops
Added NSMutableParagraphStyle.tailIndent
Added NSMutableParagraphStyle.textBlocks
Added NSMutableParagraphStyle.textLists
Added NSMutableParagraphStyle.tighteningFactorForTruncation
Added NSNib
Added NSNib.instantiateWithOwner(AnyObject, topLevelObjects: AutoreleasingUnsafeMutablePointer<NSArray?>) -> Bool
Added NSNib.init(nibData: NSData, bundle: NSBundle?)
Added NSNib.init(nibNamed: String, bundle: NSBundle?)
Added NSObject.accessibilityActionDescription(String) -> String?
Added NSObject.accessibilityActionNames() -> [AnyObject]
Added NSObject.accessibilityArrayAttributeCount(String) -> Int
Added NSObject.accessibilityArrayAttributeValues(String, index: Int, maxCount: Int) -> [AnyObject]
Added NSObject.accessibilityAttributeNames() -> [AnyObject]
Added NSObject.accessibilityAttributeValue(String) -> AnyObject?
Added NSObject.accessibilityAttributeValue(String, forParameter: AnyObject?) -> AnyObject?
Added NSObject.accessibilityFocusedUIElement
Added NSObject.accessibilityHitTest(NSPoint) -> AnyObject?
Added NSObject.accessibilityIndexOfChild(AnyObject) -> Int
Added NSObject.accessibilityIsAttributeSettable(String) -> Bool
Added NSObject.accessibilityIsIgnored() -> Bool
Added NSObject.accessibilityNotifiesWhenDestroyed
Added NSObject.accessibilityParameterizedAttributeNames() -> [AnyObject]
Added NSObject.accessibilityPerformAction(String)
Added NSObject.accessibilitySetOverrideValue(AnyObject?, forAttribute: String) -> Bool
Added NSObject.accessibilitySetValue(AnyObject?, forAttribute: String)
Added NSObject.application(NSApplication, delegateHandlesKey: String) -> Bool
Added NSObject.awakeFromNib()
Added NSObject.bind(String, toObject: AnyObject, withKeyPath: String, options:[NSObject: AnyObject]?)
Added NSObject.changeColor(AnyObject?)
Added NSObject.changeFont(AnyObject?)
Added NSObject.commitEditing() -> Bool
Added NSObject.commitEditingAndReturnError(NSErrorPointer) -> Bool
Added NSObject.commitEditingWithDelegate(AnyObject?, didCommitSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSObject.controlTextDidBeginEditing(NSNotification)
Added NSObject.controlTextDidChange(NSNotification)
Added NSObject.controlTextDidEndEditing(NSNotification)
Added NSObject.defaultPlaceholderForMarker(AnyObject?, withBinding: String) -> AnyObject? [class]
Added NSObject.discardEditing()
Added NSObject.exposeBinding(String) [class]
Added NSObject.exposedBindings
Added NSObject.fontManager(AnyObject, willIncludeFont: String) -> Bool
Added NSObject.infoForBinding(String) -> [NSObject: AnyObject]?
Added NSObject.isExplicitlyIncluded() -> Bool
Added NSObject.key() -> String?
Added NSObject.layer(CALayer, shouldInheritContentsScale: CGFloat, fromWindow: NSWindow) -> Bool
Added NSObject.localizedKey() -> String?
Added NSObject.namesOfPromisedFilesDroppedAtDestination(NSURL) -> [AnyObject]?
Added NSObject.objectDidBeginEditing(AnyObject)
Added NSObject.objectDidEndEditing(AnyObject)
Added NSObject.optionDescriptionsForBinding(String) -> [AnyObject]
Added NSObject.pasteboard(NSPasteboard, provideDataForType: String)
Added NSObject.pasteboardChangedOwner(NSPasteboard)
Added NSObject.prepareForInterfaceBuilder()
Added NSObject.setDefaultPlaceholder(AnyObject?, forMarker: AnyObject?, withBinding: String) [class]
Added NSObject.setKey(String?)
Added NSObject.setLocalizedKey(String?)
Added NSObject.setValue(AnyObject?)
Added NSObject.unbind(String)
Added NSObject.validModesForFontPanel(NSFontPanel) -> Int
Added NSObject.validateMenuItem(NSMenuItem) -> Bool
Added NSObject.validateToolbarItem(NSToolbarItem) -> Bool
Added NSObject.value() -> AnyObject?
Added NSObject.valueClassForBinding(String) -> AnyClass?
Added NSObject.view(NSView, stringForToolTip: NSToolTipTag, point: NSPoint, userData: UnsafeMutablePointer<Void>) -> String
Added NSObjectController
Added NSObjectController.add(AnyObject?)
Added NSObjectController.addObject(AnyObject)
Added NSObjectController.automaticallyPreparesContent
Added NSObjectController.canAdd
Added NSObjectController.canRemove
Added NSObjectController.init(coder: NSCoder)
Added NSObjectController.content
Added NSObjectController.init(content: AnyObject?)
Added NSObjectController.defaultFetchRequest() -> NSFetchRequest
Added NSObjectController.editable
Added NSObjectController.entityName
Added NSObjectController.fetch(AnyObject?)
Added NSObjectController.fetchPredicate
Added NSObjectController.fetchWithRequest(NSFetchRequest?, merge: Bool, error: NSErrorPointer) -> Bool
Added NSObjectController.managedObjectContext
Added NSObjectController.newObject() -> AnyObject
Added NSObjectController.objectClass
Added NSObjectController.prepareContent()
Added NSObjectController.remove(AnyObject?)
Added NSObjectController.removeObject(AnyObject)
Added NSObjectController.selectedObjects
Added NSObjectController.selection
Added NSObjectController.usesLazyFetching
Added NSObjectController.validateUserInterfaceItem(NSValidatedUserInterfaceItem) -> Bool
Added NSOpenGLContext
Added NSOpenGLContext.CGLContextObj
Added NSOpenGLContext.init(CGLContextObj: UnsafeMutablePointer<_CGLContextObject>)
Added NSOpenGLContext.clearCurrentContext() [class]
Added NSOpenGLContext.clearDrawable()
Added NSOpenGLContext.currentContext() -> NSOpenGLContext? [class]
Added NSOpenGLContext.currentVirtualScreen
Added NSOpenGLContext.flushBuffer()
Added NSOpenGLContext.init(format: NSOpenGLPixelFormat!, shareContext: NSOpenGLContext?)
Added NSOpenGLContext.getValues(UnsafeMutablePointer<GLint>, forParameter: NSOpenGLContextParameter)
Added NSOpenGLContext.makeCurrentContext()
Added NSOpenGLContext.pixelFormat
Added NSOpenGLContext.setValues(UnsafePointer<GLint>, forParameter: NSOpenGLContextParameter)
Added NSOpenGLContext.update()
Added NSOpenGLContext.view
Added NSOpenGLContextParameter [enum]
Added NSOpenGLContextParameter.GLCPCurrentRendererID
Added NSOpenGLContextParameter.GLCPGPUFragmentProcessing
Added NSOpenGLContextParameter.GLCPGPUVertexProcessing
Added NSOpenGLContextParameter.GLCPHasDrawable
Added NSOpenGLContextParameter.GLCPMPSwapsInFlight
Added NSOpenGLContextParameter.GLCPRasterizationEnable
Added NSOpenGLContextParameter.GLCPReclaimResources
Added NSOpenGLContextParameter.GLCPStateValidation
Added NSOpenGLContextParameter.GLCPSurfaceBackingSize
Added NSOpenGLContextParameter.GLCPSurfaceOpacity
Added NSOpenGLContextParameter.GLCPSurfaceOrder
Added NSOpenGLContextParameter.GLCPSurfaceSurfaceVolatile
Added NSOpenGLContextParameter.GLCPSwapInterval
Added NSOpenGLContextParameter.GLCPSwapRectangle
Added NSOpenGLContextParameter.GLCPSwapRectangleEnable
Added NSOpenGLGlobalOption [struct]
Added NSOpenGLGlobalOption.init(_: UInt32)
Added NSOpenGLGlobalOption.value
Added NSOpenGLLayer
Added NSOpenGLLayer.canDrawInOpenGLContext(NSOpenGLContext!, pixelFormat: NSOpenGLPixelFormat!, forLayerTime: CFTimeInterval, displayTime: UnsafePointer<CVTimeStamp>) -> Bool
Added NSOpenGLLayer.drawInOpenGLContext(NSOpenGLContext!, pixelFormat: NSOpenGLPixelFormat!, forLayerTime: CFTimeInterval, displayTime: UnsafePointer<CVTimeStamp>)
Added NSOpenGLLayer.openGLContext
Added NSOpenGLLayer.openGLContextForPixelFormat(NSOpenGLPixelFormat!) -> NSOpenGLContext!
Added NSOpenGLLayer.openGLPixelFormat
Added NSOpenGLLayer.openGLPixelFormatForDisplayMask(UInt32) -> NSOpenGLPixelFormat!
Added NSOpenGLLayer.view
Added NSOpenGLPixelFormat
Added NSOpenGLPixelFormat.CGLPixelFormatObj
Added NSOpenGLPixelFormat.init(CGLPixelFormatObj: COpaquePointer)
Added NSOpenGLPixelFormat.init(attributes: UnsafePointer<NSOpenGLPixelFormatAttribute>)
Added NSOpenGLPixelFormat.getValues(UnsafeMutablePointer<GLint>, forAttribute: NSOpenGLPixelFormatAttribute, forVirtualScreen: GLint)
Added NSOpenGLPixelFormat.numberOfVirtualScreens
Added NSOpenGLView
Added NSOpenGLView.clearGLContext()
Added NSOpenGLView.defaultPixelFormat() -> NSOpenGLPixelFormat [class]
Added NSOpenGLView.init(frame: NSRect, pixelFormat: NSOpenGLPixelFormat!)
Added NSOpenGLView.openGLContext
Added NSOpenGLView.pixelFormat
Added NSOpenGLView.prepareOpenGL()
Added NSOpenGLView.reshape()
Added NSOpenGLView.update()
Added NSOpenPanel
Added NSOpenPanel.URLs
Added NSOpenPanel.allowsMultipleSelection
Added NSOpenPanel.canChooseDirectories
Added NSOpenPanel.canChooseFiles
Added NSOpenPanel.canDownloadUbiquitousContents
Added NSOpenPanel.canResolveUbiquitousConflicts
Added NSOpenPanel.resolvesAliases
Added NSOpenSavePanelDelegate
Added NSOpenSavePanelDelegate.panel(AnyObject!, didChangeToDirectoryURL: NSURL?)
Added NSOpenSavePanelDelegate.panel(AnyObject, shouldEnableURL: NSURL) -> Bool
Added NSOpenSavePanelDelegate.panel(AnyObject, userEnteredFilename: String, confirmed: Bool) -> String?
Added NSOpenSavePanelDelegate.panel(AnyObject, validateURL: NSURL, error: NSErrorPointer) -> Bool
Added NSOpenSavePanelDelegate.panel(AnyObject, willExpand: Bool)
Added NSOpenSavePanelDelegate.panelSelectionDidChange(AnyObject?)
Added NSOutlineView
Added NSOutlineView.autoresizesOutlineColumn
Added NSOutlineView.autosaveExpandedItems
Added NSOutlineView.child(Int, ofItem: AnyObject?) -> AnyObject?
Added NSOutlineView.collapseItem(AnyObject?)
Added NSOutlineView.collapseItem(AnyObject?, collapseChildren: Bool)
Added NSOutlineView.dataSource() -> NSOutlineViewDataSource?
Added NSOutlineView.delegate() -> NSOutlineViewDelegate?
Added NSOutlineView.expandItem(AnyObject?)
Added NSOutlineView.expandItem(AnyObject?, expandChildren: Bool)
Added NSOutlineView.frameOfOutlineCellAtRow(Int) -> NSRect
Added NSOutlineView.indentationMarkerFollowsCell
Added NSOutlineView.indentationPerLevel
Added NSOutlineView.insertItemsAtIndexes(NSIndexSet, inParent: AnyObject?, withAnimation: NSTableViewAnimationOptions)
Added NSOutlineView.isExpandable(AnyObject?) -> Bool
Added NSOutlineView.isItemExpanded(AnyObject?) -> Bool
Added NSOutlineView.itemAtRow(Int) -> AnyObject?
Added NSOutlineView.levelForItem(AnyObject?) -> Int
Added NSOutlineView.levelForRow(Int) -> Int
Added NSOutlineView.moveItemAtIndex(Int, inParent: AnyObject?, toIndex: Int, inParent: AnyObject?)
Added NSOutlineView.numberOfChildrenOfItem(AnyObject?) -> Int
Added NSOutlineView.outlineTableColumn
Added NSOutlineView.parentForItem(AnyObject?) -> AnyObject?
Added NSOutlineView.reloadItem(AnyObject?)
Added NSOutlineView.reloadItem(AnyObject?, reloadChildren: Bool)
Added NSOutlineView.removeItemsAtIndexes(NSIndexSet, inParent: AnyObject?, withAnimation: NSTableViewAnimationOptions)
Added NSOutlineView.rowForItem(AnyObject?) -> Int
Added NSOutlineView.setDataSource(NSOutlineViewDataSource?)
Added NSOutlineView.setDelegate(NSOutlineViewDelegate?)
Added NSOutlineView.setDropItem(AnyObject?, dropChildIndex: Int)
Added NSOutlineView.shouldCollapseAutoExpandedItemsForDeposited(Bool) -> Bool
Added NSOutlineView.userInterfaceLayoutDirection
Added NSOutlineViewDataSource
Added NSOutlineViewDataSource.outlineView(NSOutlineView, acceptDrop: NSDraggingInfo, item: AnyObject?, childIndex: Int) -> Bool
Added NSOutlineViewDataSource.outlineView(NSOutlineView, child: Int, ofItem: AnyObject?) -> AnyObject
Added NSOutlineViewDataSource.outlineView(NSOutlineView, draggingSession: NSDraggingSession, endedAtPoint: NSPoint, operation: NSDragOperation)
Added NSOutlineViewDataSource.outlineView(NSOutlineView, draggingSession: NSDraggingSession, willBeginAtPoint: NSPoint, forItems:[AnyObject])
Added NSOutlineViewDataSource.outlineView(NSOutlineView, isItemExpandable: AnyObject) -> Bool
Added NSOutlineViewDataSource.outlineView(NSOutlineView, itemForPersistentObject: AnyObject) -> AnyObject!
Added NSOutlineViewDataSource.outlineView(NSOutlineView, namesOfPromisedFilesDroppedAtDestination: NSURL, forDraggedItems:[AnyObject]) -> [AnyObject]
Added NSOutlineViewDataSource.outlineView(NSOutlineView, numberOfChildrenOfItem: AnyObject?) -> Int
Added NSOutlineViewDataSource.outlineView(NSOutlineView, objectValueForTableColumn: NSTableColumn?, byItem: AnyObject?) -> AnyObject?
Added NSOutlineViewDataSource.outlineView(NSOutlineView, pasteboardWriterForItem: AnyObject?) -> NSPasteboardWriting!
Added NSOutlineViewDataSource.outlineView(NSOutlineView, persistentObjectForItem: AnyObject?) -> AnyObject!
Added NSOutlineViewDataSource.outlineView(NSOutlineView, setObjectValue: AnyObject?, forTableColumn: NSTableColumn?, byItem: AnyObject?)
Added NSOutlineViewDataSource.outlineView(NSOutlineView, sortDescriptorsDidChange:[AnyObject])
Added NSOutlineViewDataSource.outlineView(NSOutlineView, updateDraggingItemsForDrag: NSDraggingInfo)
Added NSOutlineViewDataSource.outlineView(NSOutlineView, validateDrop: NSDraggingInfo, proposedItem: AnyObject?, proposedChildIndex: Int) -> NSDragOperation
Added NSOutlineViewDataSource.outlineView(NSOutlineView, writeItems:[AnyObject], toPasteboard: NSPasteboard) -> Bool
Added NSOutlineViewDelegate
Added NSOutlineViewDelegate.outlineView(NSOutlineView, dataCellForTableColumn: NSTableColumn?, item: AnyObject) -> NSCell?
Added NSOutlineViewDelegate.outlineView(NSOutlineView, didAddRowView: NSTableRowView, forRow: Int)
Added NSOutlineViewDelegate.outlineView(NSOutlineView, didClickTableColumn: NSTableColumn)
Added NSOutlineViewDelegate.outlineView(NSOutlineView, didDragTableColumn: NSTableColumn)
Added NSOutlineViewDelegate.outlineView(NSOutlineView, didRemoveRowView: NSTableRowView, forRow: Int)
Added NSOutlineViewDelegate.outlineView(NSOutlineView, heightOfRowByItem: AnyObject) -> CGFloat
Added NSOutlineViewDelegate.outlineView(NSOutlineView, isGroupItem: AnyObject) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, mouseDownInHeaderOfTableColumn: NSTableColumn)
Added NSOutlineViewDelegate.outlineView(NSOutlineView, nextTypeSelectMatchFromItem: AnyObject, toItem: AnyObject, forString: String) -> AnyObject?
Added NSOutlineViewDelegate.outlineView(NSOutlineView, rowViewForItem: AnyObject) -> NSTableRowView?
Added NSOutlineViewDelegate.outlineView(NSOutlineView, selectionIndexesForProposedSelection: NSIndexSet) -> NSIndexSet
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldCollapseItem: AnyObject) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldEditTableColumn: NSTableColumn?, item: AnyObject) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldExpandItem: AnyObject) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldReorderColumn: Int, toColumn: Int) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldSelectItem: AnyObject) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldSelectTableColumn: NSTableColumn?) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldShowCellExpansionForTableColumn: NSTableColumn?, item: AnyObject) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldShowOutlineCellForItem: AnyObject) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldTrackCell: NSCell, forTableColumn: NSTableColumn?, item: AnyObject) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, shouldTypeSelectForEvent: NSEvent, withCurrentSearchString: String?) -> Bool
Added NSOutlineViewDelegate.outlineView(NSOutlineView, sizeToFitWidthOfColumn: Int) -> CGFloat
Added NSOutlineViewDelegate.outlineView(NSOutlineView, toolTipForCell: NSCell, rect: NSRectPointer, tableColumn: NSTableColumn?, item: AnyObject, mouseLocation: NSPoint) -> String
Added NSOutlineViewDelegate.outlineView(NSOutlineView, typeSelectStringForTableColumn: NSTableColumn?, item: AnyObject) -> String?
Added NSOutlineViewDelegate.outlineView(NSOutlineView, viewForTableColumn: NSTableColumn?, item: AnyObject) -> NSView?
Added NSOutlineViewDelegate.outlineView(NSOutlineView, willDisplayCell: AnyObject, forTableColumn: NSTableColumn?, item: AnyObject)
Added NSOutlineViewDelegate.outlineView(NSOutlineView, willDisplayOutlineCell: AnyObject, forTableColumn: NSTableColumn?, item: AnyObject)
Added NSOutlineViewDelegate.outlineViewColumnDidMove(NSNotification)
Added NSOutlineViewDelegate.outlineViewColumnDidResize(NSNotification)
Added NSOutlineViewDelegate.outlineViewItemDidCollapse(NSNotification)
Added NSOutlineViewDelegate.outlineViewItemDidExpand(NSNotification)
Added NSOutlineViewDelegate.outlineViewItemWillCollapse(NSNotification)
Added NSOutlineViewDelegate.outlineViewItemWillExpand(NSNotification)
Added NSOutlineViewDelegate.outlineViewSelectionDidChange(NSNotification)
Added NSOutlineViewDelegate.outlineViewSelectionIsChanging(NSNotification)
Added NSOutlineViewDelegate.selectionShouldChangeInOutlineView(NSOutlineView) -> Bool
Added NSPDFImageRep
Added NSPDFImageRep.PDFRepresentation
Added NSPDFImageRep.bounds
Added NSPDFImageRep.currentPage
Added NSPDFImageRep.init(data: NSData!)
Added NSPDFImageRep.init(data: NSData)
Added NSPDFImageRep.pageCount
Added NSPDFInfo
Added NSPDFInfo.URL
Added NSPDFInfo.attributes
Added NSPDFInfo.fileExtensionHidden
Added NSPDFInfo.orientation
Added NSPDFInfo.paperSize
Added NSPDFInfo.tagNames
Added NSPDFPanel
Added NSPDFPanel.accessoryController
Added NSPDFPanel.beginSheetWithPDFInfo(NSPDFInfo!, modalForWindow: NSWindow!, completionHandler:((Int) -> Void)!)
Added NSPDFPanel.defaultFileName
Added NSPDFPanel.options
Added NSPDFPanelOptions [struct]
Added NSPDFPanelOptions.RequestsParentDirectory
Added NSPDFPanelOptions.ShowsOrientation
Added NSPDFPanelOptions.ShowsPaperSize
Added NSPDFPanelOptions.init(_: Int)
Added NSPDFPanelOptions.init(rawValue: Int)
Added NSPICTImageRep
Added NSPICTImageRep.PICTRepresentation
Added NSPICTImageRep.boundingBox
Added NSPICTImageRep.init(data: NSData!)
Added NSPICTImageRep.init(data: NSData)
Added NSPageController
Added NSPageController.arrangedObjects
Added NSPageController.completeTransition()
Added NSPageController.delegate
Added NSPageController.navigateBack(AnyObject?)
Added NSPageController.navigateForward(AnyObject?)
Added NSPageController.navigateForwardToObject(AnyObject)
Added NSPageController.selectedIndex
Added NSPageController.selectedViewController
Added NSPageController.takeSelectedIndexFrom(AnyObject?)
Added NSPageController.transitionStyle
Added NSPageControllerDelegate
Added NSPageControllerDelegate.pageController(NSPageController, didTransitionToObject: AnyObject!)
Added NSPageControllerDelegate.pageController(NSPageController, frameForObject: AnyObject!) -> NSRect
Added NSPageControllerDelegate.pageController(NSPageController, identifierForObject: AnyObject!) -> String!
Added NSPageControllerDelegate.pageController(NSPageController, prepareViewController: NSViewController!, withObject: AnyObject!)
Added NSPageControllerDelegate.pageController(NSPageController, viewControllerForIdentifier: String!) -> NSViewController!
Added NSPageControllerDelegate.pageControllerDidEndLiveTransition(NSPageController)
Added NSPageControllerDelegate.pageControllerWillStartLiveTransition(NSPageController)
Added NSPageControllerTransitionStyle [enum]
Added NSPageControllerTransitionStyle.HorizontalStrip
Added NSPageControllerTransitionStyle.StackBook
Added NSPageControllerTransitionStyle.StackHistory
Added NSPageLayout
Added NSPageLayout.accessoryControllers
Added NSPageLayout.addAccessoryController(NSViewController)
Added NSPageLayout.beginSheetWithPrintInfo(NSPrintInfo, modalForWindow: NSWindow, delegate: AnyObject?, didEndSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSPageLayout.printInfo
Added NSPageLayout.removeAccessoryController(NSViewController)
Added NSPageLayout.runModal() -> Int
Added NSPageLayout.runModalWithPrintInfo(NSPrintInfo) -> Int
Added NSPanGestureRecognizer
Added NSPanGestureRecognizer.buttonMask
Added NSPanGestureRecognizer.setTranslation(NSPoint, inView: NSView?)
Added NSPanGestureRecognizer.translationInView(NSView?) -> NSPoint
Added NSPanGestureRecognizer.velocityInView(NSView?) -> NSPoint
Added NSPanel
Added NSPanel.becomesKeyOnlyIfNeeded
Added NSPanel.floatingPanel
Added NSPanel.worksWhenModal
Added NSPaperOrientation [enum]
Added NSPaperOrientation.Landscape
Added NSPaperOrientation.Portrait
Added NSParagraphStyle
Added NSParagraphStyle.alignment
Added NSParagraphStyle.baseWritingDirection
Added NSParagraphStyle.defaultParagraphStyle() -> NSParagraphStyle [class]
Added NSParagraphStyle.defaultTabInterval
Added NSParagraphStyle.defaultWritingDirectionForLanguage(String?) -> NSWritingDirection [class]
Added NSParagraphStyle.firstLineHeadIndent
Added NSParagraphStyle.headIndent
Added NSParagraphStyle.headerLevel
Added NSParagraphStyle.hyphenationFactor
Added NSParagraphStyle.lineBreakMode
Added NSParagraphStyle.lineHeightMultiple
Added NSParagraphStyle.lineSpacing
Added NSParagraphStyle.maximumLineHeight
Added NSParagraphStyle.minimumLineHeight
Added NSParagraphStyle.paragraphSpacing
Added NSParagraphStyle.paragraphSpacingBefore
Added NSParagraphStyle.tabStops
Added NSParagraphStyle.tailIndent
Added NSParagraphStyle.textBlocks
Added NSParagraphStyle.textLists
Added NSParagraphStyle.tighteningFactorForTruncation
Added NSPasteboard
Added NSPasteboard.addTypes([AnyObject], owner: AnyObject?) -> Int
Added NSPasteboard.availableTypeFromArray([AnyObject]) -> String?
Added NSPasteboard.init(byFilteringData: NSData, ofType: String)
Added NSPasteboard.init(byFilteringFile: String)
Added NSPasteboard.init(byFilteringTypesInPasteboard: NSPasteboard)
Added NSPasteboard.canReadItemWithDataConformingToTypes([AnyObject]) -> Bool
Added NSPasteboard.canReadObjectForClasses([AnyObject], options:[NSObject: AnyObject]?) -> Bool
Added NSPasteboard.changeCount
Added NSPasteboard.clearContents() -> Int
Added NSPasteboard.dataForType(String) -> NSData?
Added NSPasteboard.declareTypes([AnyObject], owner: AnyObject?) -> Int
Added NSPasteboard.generalPasteboard() -> NSPasteboard [class]
Added NSPasteboard.indexOfPasteboardItem(NSPasteboardItem) -> Int
Added NSPasteboard.name
Added NSPasteboard.init(name: String)
Added NSPasteboard.pasteboardItems
Added NSPasteboard.pasteboardWithUniqueName() -> NSPasteboard [class]
Added NSPasteboard.propertyListForType(String) -> AnyObject?
Added NSPasteboard.readFileContentsType(String?, toFile: String) -> String?
Added NSPasteboard.readFileWrapper() -> NSFileWrapper?
Added NSPasteboard.readObjectsForClasses([AnyObject], options:[NSObject: AnyObject]?) -> [AnyObject]?
Added NSPasteboard.releaseGlobally()
Added NSPasteboard.setData(NSData, forType: String) -> Bool
Added NSPasteboard.setPropertyList(AnyObject, forType: String) -> Bool
Added NSPasteboard.setString(String, forType: String) -> Bool
Added NSPasteboard.stringForType(String) -> String?
Added NSPasteboard.types
Added NSPasteboard.typesFilterableTo(String) -> [AnyObject] [class]
Added NSPasteboard.writeFileContents(String) -> Bool
Added NSPasteboard.writeFileWrapper(NSFileWrapper) -> Bool
Added NSPasteboard.writeObjects([AnyObject]) -> Bool
Added NSPasteboardItem
Added NSPasteboardItem.availableTypeFromArray([AnyObject]) -> String?
Added NSPasteboardItem.dataForType(String) -> NSData?
Added NSPasteboardItem.propertyListForType(String) -> AnyObject?
Added NSPasteboardItem.setData(NSData!, forType: String) -> Bool
Added NSPasteboardItem.setDataProvider(NSPasteboardItemDataProvider!, forTypes:[AnyObject]) -> Bool
Added NSPasteboardItem.setPropertyList(AnyObject!, forType: String) -> Bool
Added NSPasteboardItem.setString(String!, forType: String) -> Bool
Added NSPasteboardItem.stringForType(String) -> String?
Added NSPasteboardItem.types
Added NSPasteboardItemDataProvider
Added NSPasteboardItemDataProvider.pasteboard(NSPasteboard!, item: NSPasteboardItem!, provideDataForType: String!)
Added NSPasteboardItemDataProvider.pasteboardFinishedWithDataProvider(NSPasteboard!)
Added NSPasteboardReading
Added NSPasteboardReading.init(pasteboardPropertyList: AnyObject!, ofType: String!)
Added NSPasteboardReading.readableTypesForPasteboard(NSPasteboard!) -> [AnyObject]! [class]
Added NSPasteboardReading.readingOptionsForType(String!, pasteboard: NSPasteboard!) -> NSPasteboardReadingOptions [class]
Added NSPasteboardReadingOptions [struct]
Added NSPasteboardReadingOptions.AsData
Added NSPasteboardReadingOptions.AsKeyedArchive
Added NSPasteboardReadingOptions.AsPropertyList
Added NSPasteboardReadingOptions.AsString
Added NSPasteboardReadingOptions.init(_: UInt)
Added NSPasteboardReadingOptions.init(rawValue: UInt)
Added NSPasteboardWriting
Added NSPasteboardWriting.pasteboardPropertyListForType(String!) -> AnyObject!
Added NSPasteboardWriting.writableTypesForPasteboard(NSPasteboard!) -> [AnyObject]!
Added NSPasteboardWriting.writingOptionsForType(String!, pasteboard: NSPasteboard!) -> NSPasteboardWritingOptions
Added NSPasteboardWritingOptions [struct]
Added NSPasteboardWritingOptions.Promised
Added NSPasteboardWritingOptions.init(_: UInt)
Added NSPasteboardWritingOptions.init(rawValue: UInt)
Added NSPathCell
Added NSPathCell.URL
Added NSPathCell.allowedTypes
Added NSPathCell.backgroundColor
Added NSPathCell.clickedPathComponentCell
Added NSPathCell.delegate
Added NSPathCell.doubleAction
Added NSPathCell.mouseEntered(NSEvent, withFrame: NSRect, inView: NSView)
Added NSPathCell.mouseExited(NSEvent, withFrame: NSRect, inView: NSView)
Added NSPathCell.pathComponentCellAtPoint(NSPoint, withFrame: NSRect, inView: NSView) -> NSPathComponentCell?
Added NSPathCell.pathComponentCellClass() -> AnyClass [class]
Added NSPathCell.pathComponentCells
Added NSPathCell.pathStyle
Added NSPathCell.placeholderAttributedString
Added NSPathCell.placeholderString
Added NSPathCell.rectOfPathComponentCell(NSPathComponentCell, withFrame: NSRect, inView: NSView) -> NSRect
Added NSPathCell.setObjectValue(NSCopying?)
Added NSPathCellDelegate
Added NSPathCellDelegate.pathCell(NSPathCell, willDisplayOpenPanel: NSOpenPanel)
Added NSPathCellDelegate.pathCell(NSPathCell, willPopUpMenu: NSMenu)
Added NSPathComponentCell
Added NSPathComponentCell.URL
Added NSPathComponentCell.image
Added NSPathControl
Added NSPathControl.URL
Added NSPathControl.allowedTypes
Added NSPathControl.backgroundColor
Added NSPathControl.clickedPathComponentCell() -> NSPathComponentCell?
Added NSPathControl.clickedPathItem
Added NSPathControl.delegate
Added NSPathControl.doubleAction
Added NSPathControl.editable
Added NSPathControl.menu
Added NSPathControl.pathComponentCells() -> [AnyObject]
Added NSPathControl.pathItems
Added NSPathControl.pathStyle
Added NSPathControl.placeholderAttributedString
Added NSPathControl.placeholderString
Added NSPathControl.setDraggingSourceOperationMask(NSDragOperation, forLocal: Bool)
Added NSPathControl.setPathComponentCells([AnyObject])
Added NSPathControlDelegate
Added NSPathControlDelegate.pathControl(NSPathControl, acceptDrop: NSDraggingInfo) -> Bool
Added NSPathControlDelegate.pathControl(NSPathControl, shouldDragItem: NSPathControlItem, withPasteboard: NSPasteboard) -> Bool
Added NSPathControlDelegate.pathControl(NSPathControl, shouldDragPathComponentCell: NSPathComponentCell, withPasteboard: NSPasteboard) -> Bool
Added NSPathControlDelegate.pathControl(NSPathControl, validateDrop: NSDraggingInfo) -> NSDragOperation
Added NSPathControlDelegate.pathControl(NSPathControl, willDisplayOpenPanel: NSOpenPanel)
Added NSPathControlDelegate.pathControl(NSPathControl, willPopUpMenu: NSMenu)
Added NSPathControlItem
Added NSPathControlItem.URL
Added NSPathControlItem.attributedTitle
Added NSPathControlItem.image
Added NSPathControlItem.title
Added NSPathStyle [enum]
Added NSPathStyle.NavigationBar
Added NSPathStyle.PopUp
Added NSPathStyle.Standard
Added NSPersistentDocument
Added NSPersistentDocument.configurePersistentStoreCoordinatorForURL(NSURL!, ofType: String!, modelConfiguration: String?, storeOptions:[NSObject: AnyObject]!, error: NSErrorPointer) -> Bool
Added NSPersistentDocument.managedObjectContext
Added NSPersistentDocument.managedObjectModel
Added NSPersistentDocument.persistentStoreTypeForFileType(String!) -> String!
Added NSPersistentDocument.readFromURL(NSURL!, ofType: String!, error: NSErrorPointer) -> Bool
Added NSPersistentDocument.revertToContentsOfURL(NSURL!, ofType: String!, error: NSErrorPointer) -> Bool
Added NSPersistentDocument.writeToURL(NSURL!, ofType: String!, forSaveOperation: NSSaveOperationType, originalContentsURL: NSURL!, error: NSErrorPointer) -> Bool
Added NSPointingDeviceType [enum]
Added NSPointingDeviceType.CursorPointingDevice
Added NSPointingDeviceType.EraserPointingDevice
Added NSPointingDeviceType.PenPointingDevice
Added NSPointingDeviceType.UnknownPointingDevice
Added NSPopUpArrowPosition [enum]
Added NSPopUpArrowPosition.ArrowAtBottom
Added NSPopUpArrowPosition.ArrowAtCenter
Added NSPopUpArrowPosition.NoArrow
Added NSPopUpButton
Added NSPopUpButton.addItemWithTitle(String)
Added NSPopUpButton.addItemsWithTitles([AnyObject])
Added NSPopUpButton.autoenablesItems
Added NSPopUpButton.init(frame: NSRect, pullsDown: Bool)
Added NSPopUpButton.indexOfItem(NSMenuItem) -> Int
Added NSPopUpButton.indexOfItemWithRepresentedObject(AnyObject?) -> Int
Added NSPopUpButton.indexOfItemWithTag(Int) -> Int
Added NSPopUpButton.indexOfItemWithTarget(AnyObject?, andAction: Selector) -> Int
Added NSPopUpButton.indexOfItemWithTitle(String) -> Int
Added NSPopUpButton.indexOfSelectedItem
Added NSPopUpButton.insertItemWithTitle(String, atIndex: Int)
Added NSPopUpButton.itemArray
Added NSPopUpButton.itemAtIndex(Int) -> NSMenuItem?
Added NSPopUpButton.itemTitleAtIndex(Int) -> String
Added NSPopUpButton.itemTitles
Added NSPopUpButton.itemWithTitle(String) -> NSMenuItem?
Added NSPopUpButton.lastItem
Added NSPopUpButton.menu
Added NSPopUpButton.numberOfItems
Added NSPopUpButton.preferredEdge
Added NSPopUpButton.pullsDown
Added NSPopUpButton.removeAllItems()
Added NSPopUpButton.removeItemAtIndex(Int)
Added NSPopUpButton.removeItemWithTitle(String)
Added NSPopUpButton.selectItem(NSMenuItem?)
Added NSPopUpButton.selectItemAtIndex(Int)
Added NSPopUpButton.selectItemWithTag(Int) -> Bool
Added NSPopUpButton.selectItemWithTitle(String)
Added NSPopUpButton.selectedItem
Added NSPopUpButton.selectedTag() -> Int
Added NSPopUpButton.setTitle(String)
Added NSPopUpButton.synchronizeTitleAndSelectedItem()
Added NSPopUpButton.titleOfSelectedItem
Added NSPopUpButtonCell
Added NSPopUpButtonCell.addItemWithTitle(String)
Added NSPopUpButtonCell.addItemsWithTitles([AnyObject])
Added NSPopUpButtonCell.altersStateOfSelectedItem
Added NSPopUpButtonCell.arrowPosition
Added NSPopUpButtonCell.attachPopUpWithFrame(NSRect, inView: NSView)
Added NSPopUpButtonCell.autoenablesItems
Added NSPopUpButtonCell.dismissPopUp()
Added NSPopUpButtonCell.indexOfItem(NSMenuItem) -> Int
Added NSPopUpButtonCell.indexOfItemWithRepresentedObject(AnyObject?) -> Int
Added NSPopUpButtonCell.indexOfItemWithTag(Int) -> Int
Added NSPopUpButtonCell.indexOfItemWithTarget(AnyObject?, andAction: Selector) -> Int
Added NSPopUpButtonCell.indexOfItemWithTitle(String) -> Int
Added NSPopUpButtonCell.indexOfSelectedItem
Added NSPopUpButtonCell.insertItemWithTitle(String, atIndex: Int)
Added NSPopUpButtonCell.itemArray
Added NSPopUpButtonCell.itemAtIndex(Int) -> NSMenuItem?
Added NSPopUpButtonCell.itemTitleAtIndex(Int) -> String
Added NSPopUpButtonCell.itemTitles
Added NSPopUpButtonCell.itemWithTitle(String) -> NSMenuItem?
Added NSPopUpButtonCell.lastItem
Added NSPopUpButtonCell.menu
Added NSPopUpButtonCell.numberOfItems
Added NSPopUpButtonCell.performClickWithFrame(NSRect, inView: NSView)
Added NSPopUpButtonCell.preferredEdge
Added NSPopUpButtonCell.pullsDown
Added NSPopUpButtonCell.removeAllItems()
Added NSPopUpButtonCell.removeItemAtIndex(Int)
Added NSPopUpButtonCell.removeItemWithTitle(String)
Added NSPopUpButtonCell.selectItem(NSMenuItem?)
Added NSPopUpButtonCell.selectItemAtIndex(Int)
Added NSPopUpButtonCell.selectItemWithTag(Int) -> Bool
Added NSPopUpButtonCell.selectItemWithTitle(String)
Added NSPopUpButtonCell.selectedItem
Added NSPopUpButtonCell.setTitle(String)
Added NSPopUpButtonCell.synchronizeTitleAndSelectedItem()
Added NSPopUpButtonCell.init(textCell: String, pullsDown: Bool)
Added NSPopUpButtonCell.titleOfSelectedItem
Added NSPopUpButtonCell.usesItemFromMenu
Added NSPopover
Added NSPopover.init()
Added NSPopover.animates
Added NSPopover.appearance
Added NSPopover.behavior
Added NSPopover.close()
Added NSPopover.init(coder: NSCoder)
Added NSPopover.contentSize
Added NSPopover.contentViewController
Added NSPopover.delegate
Added NSPopover.effectiveAppearance
Added NSPopover.performClose(AnyObject?)
Added NSPopover.positioningRect
Added NSPopover.showRelativeToRect(NSRect, ofView: NSView, preferredEdge: NSRectEdge)
Added NSPopover.shown
Added NSPopoverAppearance [enum]
Added NSPopoverAppearance.HUD
Added NSPopoverAppearance.Minimal
Added NSPopoverBehavior [enum]
Added NSPopoverBehavior.ApplicationDefined
Added NSPopoverBehavior.Semitransient
Added NSPopoverBehavior.Transient
Added NSPopoverDelegate
Added NSPopoverDelegate.detachableWindowForPopover(NSPopover) -> NSWindow?
Added NSPopoverDelegate.popoverDidClose(NSNotification)
Added NSPopoverDelegate.popoverDidShow(NSNotification)
Added NSPopoverDelegate.popoverShouldClose(NSPopover) -> Bool
Added NSPopoverDelegate.popoverShouldDetach(NSPopover) -> Bool
Added NSPopoverDelegate.popoverWillClose(NSNotification)
Added NSPopoverDelegate.popoverWillShow(NSNotification)
Added NSPredicateEditor
Added NSPredicateEditor.rowTemplates
Added NSPredicateEditorRowTemplate
Added NSPredicateEditorRowTemplate.compoundTypes
Added NSPredicateEditorRowTemplate.init(compoundTypes: [AnyObject]!)
Added NSPredicateEditorRowTemplate.displayableSubpredicatesOfPredicate(NSPredicate!) -> [AnyObject]?
Added NSPredicateEditorRowTemplate.leftExpressions
Added NSPredicateEditorRowTemplate.init(leftExpressions: [AnyObject]!, rightExpressionAttributeType: NSAttributeType, modifier: NSComparisonPredicateModifier, operators:[AnyObject]!, options: Int)
Added NSPredicateEditorRowTemplate.init(leftExpressions: [AnyObject]!, rightExpressions:[AnyObject]!, modifier: NSComparisonPredicateModifier, operators:[AnyObject]!, options: Int)
Added NSPredicateEditorRowTemplate.matchForPredicate(NSPredicate!) -> Double
Added NSPredicateEditorRowTemplate.modifier
Added NSPredicateEditorRowTemplate.operators
Added NSPredicateEditorRowTemplate.options
Added NSPredicateEditorRowTemplate.predicateWithSubpredicates([AnyObject]!) -> NSPredicate!
Added NSPredicateEditorRowTemplate.rightExpressionAttributeType
Added NSPredicateEditorRowTemplate.rightExpressions
Added NSPredicateEditorRowTemplate.setPredicate(NSPredicate!)
Added NSPredicateEditorRowTemplate.templateViews
Added NSPredicateEditorRowTemplate.templatesWithAttributeKeyPaths([AnyObject]!, inEntityDescription: NSEntityDescription!) -> [AnyObject]! [class]
Added NSPressGestureRecognizer
Added NSPressGestureRecognizer.allowableMovement
Added NSPressGestureRecognizer.buttonMask
Added NSPressGestureRecognizer.minimumPressDuration
Added NSPrintInfo
Added NSPrintInfo.PMPageFormat() -> UnsafeMutablePointer<Void>
Added NSPrintInfo.PMPrintSession() -> UnsafeMutablePointer<Void>
Added NSPrintInfo.PMPrintSettings() -> UnsafeMutablePointer<Void>
Added NSPrintInfo.bottomMargin
Added NSPrintInfo.defaultPrinter() -> NSPrinter? [class]
Added NSPrintInfo.dictionary() -> NSMutableDictionary
Added NSPrintInfo.init(dictionary: [NSObject: AnyObject])
Added NSPrintInfo.horizontalPagination
Added NSPrintInfo.horizontallyCentered
Added NSPrintInfo.imageablePageBounds
Added NSPrintInfo.jobDisposition
Added NSPrintInfo.leftMargin
Added NSPrintInfo.localizedPaperName
Added NSPrintInfo.orientation
Added NSPrintInfo.paperName
Added NSPrintInfo.paperSize
Added NSPrintInfo.printSettings
Added NSPrintInfo.printer
Added NSPrintInfo.rightMargin
Added NSPrintInfo.scalingFactor
Added NSPrintInfo.selectionOnly
Added NSPrintInfo.setSharedPrintInfo(NSPrintInfo) [class]
Added NSPrintInfo.setUpPrintOperationDefaultValues()
Added NSPrintInfo.sharedPrintInfo() -> NSPrintInfo [class]
Added NSPrintInfo.takeSettingsFromPDFInfo(NSPDFInfo)
Added NSPrintInfo.topMargin
Added NSPrintInfo.updateFromPMPageFormat()
Added NSPrintInfo.updateFromPMPrintSettings()
Added NSPrintInfo.verticalPagination
Added NSPrintInfo.verticallyCentered
Added NSPrintOperation
Added NSPrintOperation.EPSOperationWithView(NSView, insideRect: NSRect, toData: NSMutableData, printInfo: NSPrintInfo) -> NSPrintOperation [class]
Added NSPrintOperation.EPSOperationWithView(NSView, insideRect: NSRect, toData: NSMutableData?) -> NSPrintOperation [class]
Added NSPrintOperation.EPSOperationWithView(NSView, insideRect: NSRect, toPath: String, printInfo: NSPrintInfo) -> NSPrintOperation [class]
Added NSPrintOperation.PDFOperationWithView(NSView, insideRect: NSRect, toData: NSMutableData) -> NSPrintOperation [class]
Added NSPrintOperation.PDFOperationWithView(NSView, insideRect: NSRect, toData: NSMutableData, printInfo: NSPrintInfo) -> NSPrintOperation [class]
Added NSPrintOperation.PDFOperationWithView(NSView, insideRect: NSRect, toPath: String, printInfo: NSPrintInfo) -> NSPrintOperation [class]
Added NSPrintOperation.PDFPanel
Added NSPrintOperation.canSpawnSeparateThread
Added NSPrintOperation.cleanUpOperation()
Added NSPrintOperation.context
Added NSPrintOperation.copyingOperation
Added NSPrintOperation.createContext() -> NSGraphicsContext?
Added NSPrintOperation.currentOperation() -> NSPrintOperation? [class]
Added NSPrintOperation.currentPage
Added NSPrintOperation.deliverResult() -> Bool
Added NSPrintOperation.destroyContext()
Added NSPrintOperation.jobTitle
Added NSPrintOperation.pageOrder
Added NSPrintOperation.pageRange
Added NSPrintOperation.preferredRenderingQuality
Added NSPrintOperation.printInfo
Added NSPrintOperation.printPanel
Added NSPrintOperation.runOperation() -> Bool
Added NSPrintOperation.runOperationModalForWindow(NSWindow, delegate: AnyObject?, didRunSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSPrintOperation.setCurrentOperation(NSPrintOperation?) [class]
Added NSPrintOperation.showsPrintPanel
Added NSPrintOperation.showsProgressPanel
Added NSPrintOperation.view
Added NSPrintOperation.init(view: NSView)
Added NSPrintOperation.init(view: NSView, printInfo: NSPrintInfo)
Added NSPrintPanel
Added NSPrintPanel.accessoryControllers
Added NSPrintPanel.addAccessoryController(NSViewController)
Added NSPrintPanel.beginSheetWithPrintInfo(NSPrintInfo, modalForWindow: NSWindow, delegate: AnyObject?, didEndSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSPrintPanel.defaultButtonTitle() -> String?
Added NSPrintPanel.helpAnchor
Added NSPrintPanel.jobStyleHint
Added NSPrintPanel.options
Added NSPrintPanel.printInfo
Added NSPrintPanel.removeAccessoryController(NSViewController)
Added NSPrintPanel.runModal() -> Int
Added NSPrintPanel.runModalWithPrintInfo(NSPrintInfo) -> Int
Added NSPrintPanel.setDefaultButtonTitle(String?)
Added NSPrintPanelAccessorizing
Added NSPrintPanelAccessorizing.keyPathsForValuesAffectingPreview() -> NSSet!
Added NSPrintPanelAccessorizing.localizedSummaryItems() -> [AnyObject]!
Added NSPrintPanelOptions [struct]
Added NSPrintPanelOptions.ShowsCopies
Added NSPrintPanelOptions.ShowsOrientation
Added NSPrintPanelOptions.ShowsPageRange
Added NSPrintPanelOptions.ShowsPageSetupAccessory
Added NSPrintPanelOptions.ShowsPaperSize
Added NSPrintPanelOptions.ShowsPreview
Added NSPrintPanelOptions.ShowsPrintSelection
Added NSPrintPanelOptions.ShowsScaling
Added NSPrintPanelOptions.init(_: UInt)
Added NSPrintPanelOptions.init(rawValue: UInt)
Added NSPrintRenderingQuality [enum]
Added NSPrintRenderingQuality.Best
Added NSPrintRenderingQuality.Responsive
Added NSPrinter
Added NSPrinter.deviceDescription
Added NSPrinter.languageLevel
Added NSPrinter.name
Added NSPrinter.init(name: String)
Added NSPrinter.init(name: String, domain: String?, includeUnavailable: Bool)
Added NSPrinter.pageSizeForPaper(String) -> NSSize
Added NSPrinter.printerNames() -> [AnyObject] [class]
Added NSPrinter.printerTypes() -> [AnyObject] [class]
Added NSPrinter.type
Added NSPrinter.init(type: String)
Added NSPrinterTableStatus [enum]
Added NSPrinterTableStatus.Error
Added NSPrinterTableStatus.NotFound
Added NSPrinterTableStatus.OK
Added NSPrintingOrientation [enum]
Added NSPrintingOrientation.LandscapeOrientation
Added NSPrintingOrientation.PortraitOrientation
Added NSPrintingPageOrder [enum]
Added NSPrintingPageOrder.AscendingPageOrder
Added NSPrintingPageOrder.DescendingPageOrder
Added NSPrintingPageOrder.SpecialPageOrder
Added NSPrintingPageOrder.UnknownPageOrder
Added NSPrintingPaginationMode [enum]
Added NSPrintingPaginationMode.AutoPagination
Added NSPrintingPaginationMode.ClipPagination
Added NSPrintingPaginationMode.FitPagination
Added NSProgressIndicator
Added NSProgressIndicator.bezeled
Added NSProgressIndicator.controlSize
Added NSProgressIndicator.controlTint
Added NSProgressIndicator.displayedWhenStopped
Added NSProgressIndicator.doubleValue
Added NSProgressIndicator.incrementBy(Double)
Added NSProgressIndicator.indeterminate
Added NSProgressIndicator.maxValue
Added NSProgressIndicator.minValue
Added NSProgressIndicator.sizeToFit()
Added NSProgressIndicator.startAnimation(AnyObject?)
Added NSProgressIndicator.stopAnimation(AnyObject?)
Added NSProgressIndicator.style
Added NSProgressIndicator.usesThreadedAnimation
Added NSProgressIndicatorStyle [enum]
Added NSProgressIndicatorStyle.BarStyle
Added NSProgressIndicatorStyle.SpinningStyle
Added NSProgressIndicatorThickness [enum]
Added NSProgressIndicatorThickness.PreferredAquaThickness
Added NSProgressIndicatorThickness.PreferredLargeThickness
Added NSProgressIndicatorThickness.PreferredSmallThickness
Added NSProgressIndicatorThickness.PreferredThickness
Added NSRemoteNotificationType [struct]
Added NSRemoteNotificationType.Alert
Added NSRemoteNotificationType.Badge
Added NSRemoteNotificationType.None
Added NSRemoteNotificationType.Sound
Added NSRemoteNotificationType.init(_: UInt)
Added NSRemoteNotificationType.init(rawValue: UInt)
Added NSRequestUserAttentionType [enum]
Added NSRequestUserAttentionType.CriticalRequest
Added NSRequestUserAttentionType.InformationalRequest
Added NSResponder
Added NSResponder.init()
Added NSResponder.acceptsFirstResponder
Added NSResponder.becomeFirstResponder() -> Bool
Added NSResponder.beginGestureWithEvent(NSEvent)
Added NSResponder.cancelOperation(AnyObject?)
Added NSResponder.capitalizeWord(AnyObject?)
Added NSResponder.centerSelectionInVisibleArea(AnyObject?)
Added NSResponder.changeCaseOfLetter(AnyObject?)
Added NSResponder.init(coder: NSCoder)
Added NSResponder.complete(AnyObject?)
Added NSResponder.cursorUpdate(NSEvent)
Added NSResponder.deleteBackward(AnyObject?)
Added NSResponder.deleteBackwardByDecomposingPreviousCharacter(AnyObject?)
Added NSResponder.deleteForward(AnyObject?)
Added NSResponder.deleteToBeginningOfLine(AnyObject?)
Added NSResponder.deleteToBeginningOfParagraph(AnyObject?)
Added NSResponder.deleteToEndOfLine(AnyObject?)
Added NSResponder.deleteToEndOfParagraph(AnyObject?)
Added NSResponder.deleteToMark(AnyObject?)
Added NSResponder.deleteWordBackward(AnyObject?)
Added NSResponder.deleteWordForward(AnyObject?)
Added NSResponder.doCommandBySelector(Selector)
Added NSResponder.encodeRestorableStateWithCoder(NSCoder)
Added NSResponder.endGestureWithEvent(NSEvent)
Added NSResponder.flagsChanged(NSEvent)
Added NSResponder.flushBufferedKeyEvents()
Added NSResponder.helpRequested(NSEvent)
Added NSResponder.indent(AnyObject?)
Added NSResponder.insertBacktab(AnyObject?)
Added NSResponder.insertContainerBreak(AnyObject?)
Added NSResponder.insertDoubleQuoteIgnoringSubstitution(AnyObject?)
Added NSResponder.insertLineBreak(AnyObject?)
Added NSResponder.insertNewline(AnyObject?)
Added NSResponder.insertNewlineIgnoringFieldEditor(AnyObject?)
Added NSResponder.insertParagraphSeparator(AnyObject?)
Added NSResponder.insertSingleQuoteIgnoringSubstitution(AnyObject?)
Added NSResponder.insertTab(AnyObject?)
Added NSResponder.insertTabIgnoringFieldEditor(AnyObject?)
Added NSResponder.insertText(AnyObject)
Added NSResponder.interpretKeyEvents([AnyObject])
Added NSResponder.invalidateRestorableState()
Added NSResponder.keyDown(NSEvent)
Added NSResponder.keyUp(NSEvent)
Added NSResponder.lowercaseWord(AnyObject?)
Added NSResponder.magnifyWithEvent(NSEvent)
Added NSResponder.makeBaseWritingDirectionLeftToRight(AnyObject?)
Added NSResponder.makeBaseWritingDirectionNatural(AnyObject?)
Added NSResponder.makeBaseWritingDirectionRightToLeft(AnyObject?)
Added NSResponder.makeTextWritingDirectionLeftToRight(AnyObject?)
Added NSResponder.makeTextWritingDirectionNatural(AnyObject?)
Added NSResponder.makeTextWritingDirectionRightToLeft(AnyObject?)
Added NSResponder.menu
Added NSResponder.mouseDown(NSEvent)
Added NSResponder.mouseDragged(NSEvent)
Added NSResponder.mouseEntered(NSEvent)
Added NSResponder.mouseExited(NSEvent)
Added NSResponder.mouseMoved(NSEvent)
Added NSResponder.mouseUp(NSEvent)
Added NSResponder.moveBackward(AnyObject?)
Added NSResponder.moveBackwardAndModifySelection(AnyObject?)
Added NSResponder.moveDown(AnyObject?)
Added NSResponder.moveDownAndModifySelection(AnyObject?)
Added NSResponder.moveForward(AnyObject?)
Added NSResponder.moveForwardAndModifySelection(AnyObject?)
Added NSResponder.moveLeft(AnyObject?)
Added NSResponder.moveLeftAndModifySelection(AnyObject?)
Added NSResponder.moveParagraphBackwardAndModifySelection(AnyObject?)
Added NSResponder.moveParagraphForwardAndModifySelection(AnyObject?)
Added NSResponder.moveRight(AnyObject?)
Added NSResponder.moveRightAndModifySelection(AnyObject?)
Added NSResponder.moveToBeginningOfDocument(AnyObject?)
Added NSResponder.moveToBeginningOfDocumentAndModifySelection(AnyObject?)
Added NSResponder.moveToBeginningOfLine(AnyObject?)
Added NSResponder.moveToBeginningOfLineAndModifySelection(AnyObject?)
Added NSResponder.moveToBeginningOfParagraph(AnyObject?)
Added NSResponder.moveToBeginningOfParagraphAndModifySelection(AnyObject?)
Added NSResponder.moveToEndOfDocument(AnyObject?)
Added NSResponder.moveToEndOfDocumentAndModifySelection(AnyObject?)
Added NSResponder.moveToEndOfLine(AnyObject?)
Added NSResponder.moveToEndOfLineAndModifySelection(AnyObject?)
Added NSResponder.moveToEndOfParagraph(AnyObject?)
Added NSResponder.moveToEndOfParagraphAndModifySelection(AnyObject?)
Added NSResponder.moveToLeftEndOfLine(AnyObject?)
Added NSResponder.moveToLeftEndOfLineAndModifySelection(AnyObject?)
Added NSResponder.moveToRightEndOfLine(AnyObject?)
Added NSResponder.moveToRightEndOfLineAndModifySelection(AnyObject?)
Added NSResponder.moveUp(AnyObject?)
Added NSResponder.moveUpAndModifySelection(AnyObject?)
Added NSResponder.moveWordBackward(AnyObject?)
Added NSResponder.moveWordBackwardAndModifySelection(AnyObject?)
Added NSResponder.moveWordForward(AnyObject?)
Added NSResponder.moveWordForwardAndModifySelection(AnyObject?)
Added NSResponder.moveWordLeft(AnyObject?)
Added NSResponder.moveWordLeftAndModifySelection(AnyObject?)
Added NSResponder.moveWordRight(AnyObject?)
Added NSResponder.moveWordRightAndModifySelection(AnyObject?)
Added NSResponder.nextResponder
Added NSResponder.noResponderFor(Selector)
Added NSResponder.otherMouseDown(NSEvent)
Added NSResponder.otherMouseDragged(NSEvent)
Added NSResponder.otherMouseUp(NSEvent)
Added NSResponder.pageDown(AnyObject?)
Added NSResponder.pageDownAndModifySelection(AnyObject?)
Added NSResponder.pageUp(AnyObject?)
Added NSResponder.pageUpAndModifySelection(AnyObject?)
Added NSResponder.performKeyEquivalent(NSEvent) -> Bool
Added NSResponder.performTextFinderAction(AnyObject?)
Added NSResponder.presentError(NSError) -> Bool
Added NSResponder.presentError(NSError, modalForWindow: NSWindow, delegate: AnyObject?, didPresentSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSResponder.quickLookPreviewItems(AnyObject?)
Added NSResponder.quickLookWithEvent(NSEvent)
Added NSResponder.resignFirstResponder() -> Bool
Added NSResponder.restorableStateKeyPaths() -> [AnyObject] [class]
Added NSResponder.restoreStateWithCoder(NSCoder)
Added NSResponder.restoreUserActivityState(NSUserActivity)
Added NSResponder.rightMouseDown(NSEvent)
Added NSResponder.rightMouseDragged(NSEvent)
Added NSResponder.rightMouseUp(NSEvent)
Added NSResponder.rotateWithEvent(NSEvent)
Added NSResponder.scrollLineDown(AnyObject?)
Added NSResponder.scrollLineUp(AnyObject?)
Added NSResponder.scrollPageDown(AnyObject?)
Added NSResponder.scrollPageUp(AnyObject?)
Added NSResponder.scrollToBeginningOfDocument(AnyObject?)
Added NSResponder.scrollToEndOfDocument(AnyObject?)
Added NSResponder.scrollWheel(NSEvent)
Added NSResponder.selectAll(AnyObject?)
Added NSResponder.selectLine(AnyObject?)
Added NSResponder.selectParagraph(AnyObject?)
Added NSResponder.selectToMark(AnyObject?)
Added NSResponder.selectWord(AnyObject?)
Added NSResponder.setMark(AnyObject?)
Added NSResponder.shouldBeTreatedAsInkEvent(NSEvent) -> Bool
Added NSResponder.showContextHelp(AnyObject?)
Added NSResponder.smartMagnifyWithEvent(NSEvent)
Added NSResponder.supplementalTargetForAction(Selector, sender: AnyObject?) -> AnyObject?
Added NSResponder.swapWithMark(AnyObject?)
Added NSResponder.swipeWithEvent(NSEvent)
Added NSResponder.tabletPoint(NSEvent)
Added NSResponder.tabletProximity(NSEvent)
Added NSResponder.touchesBeganWithEvent(NSEvent)
Added NSResponder.touchesCancelledWithEvent(NSEvent)
Added NSResponder.touchesEndedWithEvent(NSEvent)
Added NSResponder.touchesMovedWithEvent(NSEvent)
Added NSResponder.transpose(AnyObject?)
Added NSResponder.transposeWords(AnyObject?)
Added NSResponder.tryToPerform(Selector, with: AnyObject?) -> Bool
Added NSResponder.undoManager
Added NSResponder.updateUserActivityState(NSUserActivity)
Added NSResponder.uppercaseWord(AnyObject?)
Added NSResponder.userActivity
Added NSResponder.validRequestorForSendType(String, returnType: String) -> AnyObject?
Added NSResponder.validateProposedFirstResponder(NSResponder, forEvent: NSEvent?) -> Bool
Added NSResponder.wantsForwardedScrollEventsForAxis(NSEventGestureAxis) -> Bool
Added NSResponder.wantsScrollEventsForSwipeTrackingOnAxis(NSEventGestureAxis) -> Bool
Added NSResponder.willPresentError(NSError) -> NSError
Added NSResponder.yank(AnyObject?)
Added NSRotationGestureRecognizer
Added NSRotationGestureRecognizer.rotation
Added NSRotationGestureRecognizer.rotationInDegrees
Added NSRuleEditor
Added NSRuleEditor.addRow(AnyObject?)
Added NSRuleEditor.canRemoveAllRows
Added NSRuleEditor.criteriaForRow(Int) -> [AnyObject]
Added NSRuleEditor.criteriaKeyPath
Added NSRuleEditor.delegate
Added NSRuleEditor.displayValuesForRow(Int) -> [AnyObject]
Added NSRuleEditor.displayValuesKeyPath
Added NSRuleEditor.editable
Added NSRuleEditor.formattingDictionary
Added NSRuleEditor.formattingStringsFilename
Added NSRuleEditor.insertRowAtIndex(Int, withType: NSRuleEditorRowType, asSubrowOfRow: Int, animate: Bool)
Added NSRuleEditor.nestingMode
Added NSRuleEditor.numberOfRows
Added NSRuleEditor.parentRowForRow(Int) -> Int
Added NSRuleEditor.predicate
Added NSRuleEditor.predicateForRow(Int) -> NSPredicate?
Added NSRuleEditor.reloadCriteria()
Added NSRuleEditor.reloadPredicate()
Added NSRuleEditor.removeRowAtIndex(Int)
Added NSRuleEditor.removeRowsAtIndexes(NSIndexSet, includeSubrows: Bool)
Added NSRuleEditor.rowClass
Added NSRuleEditor.rowForDisplayValue(AnyObject) -> Int
Added NSRuleEditor.rowHeight
Added NSRuleEditor.rowTypeForRow(Int) -> NSRuleEditorRowType
Added NSRuleEditor.rowTypeKeyPath
Added NSRuleEditor.selectRowIndexes(NSIndexSet, byExtendingSelection: Bool)
Added NSRuleEditor.selectedRowIndexes
Added NSRuleEditor.setCriteria([AnyObject], andDisplayValues:[AnyObject], forRowAtIndex: Int)
Added NSRuleEditor.subrowIndexesForRow(Int) -> NSIndexSet
Added NSRuleEditor.subrowsKeyPath
Added NSRuleEditorDelegate
Added NSRuleEditorDelegate.ruleEditor(NSRuleEditor, child: Int, forCriterion: AnyObject?, withRowType: NSRuleEditorRowType) -> AnyObject!
Added NSRuleEditorDelegate.ruleEditor(NSRuleEditor, displayValueForCriterion: AnyObject!, inRow: Int) -> AnyObject!
Added NSRuleEditorDelegate.ruleEditor(NSRuleEditor, numberOfChildrenForCriterion: AnyObject!, withRowType: NSRuleEditorRowType) -> Int
Added NSRuleEditorDelegate.ruleEditor(NSRuleEditor, predicatePartsForCriterion: AnyObject!, withDisplayValue: AnyObject!, inRow: Int) -> [NSObject: AnyObject]!
Added NSRuleEditorDelegate.ruleEditorRowsDidChange(NSNotification!)
Added NSRuleEditorNestingMode [enum]
Added NSRuleEditorNestingMode.Compound
Added NSRuleEditorNestingMode.List
Added NSRuleEditorNestingMode.Simple
Added NSRuleEditorNestingMode.Single
Added NSRuleEditorRowType [enum]
Added NSRuleEditorRowType.Compound
Added NSRuleEditorRowType.Simple
Added NSRulerMarker
Added NSRulerMarker.dragging
Added NSRulerMarker.drawRect(NSRect)
Added NSRulerMarker.image
Added NSRulerMarker.imageOrigin
Added NSRulerMarker.imageRectInRuler
Added NSRulerMarker.markerLocation
Added NSRulerMarker.movable
Added NSRulerMarker.removable
Added NSRulerMarker.representedObject
Added NSRulerMarker.ruler
Added NSRulerMarker.init(rulerView: NSRulerView, markerLocation: CGFloat, image: NSImage, imageOrigin: NSPoint)
Added NSRulerMarker.thicknessRequiredInRuler
Added NSRulerMarker.trackMouse(NSEvent, adding: Bool) -> Bool
Added NSRulerOrientation [enum]
Added NSRulerOrientation.HorizontalRuler
Added NSRulerOrientation.VerticalRuler
Added NSRulerView
Added NSRulerView.accessoryView
Added NSRulerView.addMarker(NSRulerMarker)
Added NSRulerView.baselineLocation
Added NSRulerView.clientView
Added NSRulerView.drawHashMarksAndLabelsInRect(NSRect)
Added NSRulerView.drawMarkersInRect(NSRect)
Added NSRulerView.flipped
Added NSRulerView.invalidateHashMarks()
Added NSRulerView.markers
Added NSRulerView.measurementUnits
Added NSRulerView.moveRulerlineFromLocation(CGFloat, toLocation: CGFloat)
Added NSRulerView.orientation
Added NSRulerView.originOffset
Added NSRulerView.registerUnitWithName(String, abbreviation: String, unitToPointsConversionFactor: CGFloat, stepUpCycle:[AnyObject], stepDownCycle:[AnyObject]) [class]
Added NSRulerView.removeMarker(NSRulerMarker)
Added NSRulerView.requiredThickness
Added NSRulerView.reservedThicknessForAccessoryView
Added NSRulerView.reservedThicknessForMarkers
Added NSRulerView.ruleThickness
Added NSRulerView.scrollView
Added NSRulerView.init(scrollView: NSScrollView?, orientation: NSRulerOrientation)
Added NSRulerView.trackMarker(NSRulerMarker, withMouseEvent: NSEvent) -> Bool
Added NSRunningApplication
Added NSRunningApplication.activateWithOptions(NSApplicationActivationOptions) -> Bool
Added NSRunningApplication.activationPolicy
Added NSRunningApplication.active
Added NSRunningApplication.bundleIdentifier
Added NSRunningApplication.bundleURL
Added NSRunningApplication.currentApplication() -> Self! [class]
Added NSRunningApplication.executableArchitecture
Added NSRunningApplication.executableURL
Added NSRunningApplication.finishedLaunching
Added NSRunningApplication.forceTerminate() -> Bool
Added NSRunningApplication.hidden
Added NSRunningApplication.hide() -> Bool
Added NSRunningApplication.icon
Added NSRunningApplication.launchDate
Added NSRunningApplication.localizedName
Added NSRunningApplication.ownsMenuBar
Added NSRunningApplication.processIdentifier
Added NSRunningApplication.init(processIdentifier: pid_t)
Added NSRunningApplication.runningApplicationsWithBundleIdentifier(String) -> [AnyObject] [class]
Added NSRunningApplication.terminate() -> Bool
Added NSRunningApplication.terminateAutomaticallyTerminableApplications() [class]
Added NSRunningApplication.terminated
Added NSRunningApplication.unhide() -> Bool
Added NSSaveOperationType [enum]
Added NSSaveOperationType.AutosaveAsOperation
Added NSSaveOperationType.AutosaveElsewhereOperation
Added NSSaveOperationType.AutosaveInPlaceOperation
Added NSSaveOperationType.SaveAsOperation
Added NSSaveOperationType.SaveOperation
Added NSSaveOperationType.SaveToOperation
Added NSSavePanel
Added NSSavePanel.URL
Added NSSavePanel.accessoryView
Added NSSavePanel.allowedFileTypes
Added NSSavePanel.allowsOtherFileTypes
Added NSSavePanel.beginSheetModalForWindow(NSWindow, completionHandler:(Int) -> Void)
Added NSSavePanel.beginWithCompletionHandler((Int) -> Void)
Added NSSavePanel.canCreateDirectories
Added NSSavePanel.canSelectHiddenExtension
Added NSSavePanel.cancel(AnyObject?)
Added NSSavePanel.delegate
Added NSSavePanel.directoryURL
Added NSSavePanel.expanded
Added NSSavePanel.extensionHidden
Added NSSavePanel.message
Added NSSavePanel.nameFieldLabel
Added NSSavePanel.nameFieldStringValue
Added NSSavePanel.ok(AnyObject?)
Added NSSavePanel.prompt
Added NSSavePanel.runModal() -> Int
Added NSSavePanel.showsHiddenFiles
Added NSSavePanel.showsTagField
Added NSSavePanel.tagNames
Added NSSavePanel.title
Added NSSavePanel.treatsFilePackagesAsDirectories
Added NSSavePanel.validateVisibleColumns()
Added NSScreen
Added NSScreen.backingAlignedRect(NSRect, options: NSAlignmentOptions) -> NSRect
Added NSScreen.backingScaleFactor
Added NSScreen.colorSpace
Added NSScreen.convertRectFromBacking(NSRect) -> NSRect
Added NSScreen.convertRectToBacking(NSRect) -> NSRect
Added NSScreen.deepestScreen() -> NSScreen? [class]
Added NSScreen.depth
Added NSScreen.deviceDescription
Added NSScreen.frame
Added NSScreen.mainScreen() -> NSScreen? [class]
Added NSScreen.screens() -> [AnyObject]? [class]
Added NSScreen.screensHaveSeparateSpaces() -> Bool [class]
Added NSScreen.supportedWindowDepths
Added NSScreen.visibleFrame
Added NSScrollArrowPosition [enum]
Added NSScrollArrowPosition.ScrollerArrowsMaxEnd
Added NSScrollArrowPosition.ScrollerArrowsMinEnd
Added NSScrollArrowPosition.ScrollerArrowsNone
Added NSScrollElasticity [enum]
Added NSScrollElasticity.Allowed
Added NSScrollElasticity.Automatic
Added NSScrollElasticity.None
Added NSScrollView
Added NSScrollView.addFloatingSubview(NSView, forAxis: NSEventGestureAxis)
Added NSScrollView.allowsMagnification
Added NSScrollView.autohidesScrollers
Added NSScrollView.automaticallyAdjustsContentInsets
Added NSScrollView.backgroundColor
Added NSScrollView.borderType
Added NSScrollView.init(coder: NSCoder)
Added NSScrollView.contentInsets
Added NSScrollView.contentSize
Added NSScrollView.contentSizeForFrameSize(NSSize, horizontalScrollerClass: AnyClass?, verticalScrollerClass: AnyClass?, borderType: NSBorderType, controlSize: NSControlSize, scrollerStyle: NSScrollerStyle) -> NSSize [class]
Added NSScrollView.contentView
Added NSScrollView.documentCursor
Added NSScrollView.documentView
Added NSScrollView.documentVisibleRect
Added NSScrollView.drawsBackground
Added NSScrollView.findBarPosition
Added NSScrollView.flashScrollers()
Added NSScrollView.init(frame: NSRect)
Added NSScrollView.frameSizeForContentSize(NSSize, horizontalScrollerClass: AnyClass?, verticalScrollerClass: AnyClass?, borderType: NSBorderType, controlSize: NSControlSize, scrollerStyle: NSScrollerStyle) -> NSSize [class]
Added NSScrollView.hasHorizontalRuler
Added NSScrollView.hasHorizontalScroller
Added NSScrollView.hasVerticalRuler
Added NSScrollView.hasVerticalScroller
Added NSScrollView.horizontalLineScroll
Added NSScrollView.horizontalPageScroll
Added NSScrollView.horizontalRulerView
Added NSScrollView.horizontalScrollElasticity
Added NSScrollView.horizontalScroller
Added NSScrollView.lineScroll
Added NSScrollView.magnification
Added NSScrollView.magnifyToFitRect(NSRect)
Added NSScrollView.maxMagnification
Added NSScrollView.minMagnification
Added NSScrollView.pageScroll
Added NSScrollView.reflectScrolledClipView(NSClipView)
Added NSScrollView.rulerViewClass() -> AnyClass [class]
Added NSScrollView.rulersVisible
Added NSScrollView.scrollWheel(NSEvent)
Added NSScrollView.scrollerInsets
Added NSScrollView.scrollerKnobStyle
Added NSScrollView.scrollerStyle
Added NSScrollView.scrollsDynamically
Added NSScrollView.setMagnification(CGFloat, centeredAtPoint: NSPoint)
Added NSScrollView.setRulerViewClass(AnyClass?) [class]
Added NSScrollView.tile()
Added NSScrollView.usesPredominantAxisScrolling
Added NSScrollView.verticalLineScroll
Added NSScrollView.verticalPageScroll
Added NSScrollView.verticalRulerView
Added NSScrollView.verticalScrollElasticity
Added NSScrollView.verticalScroller
Added NSScrollViewFindBarPosition [enum]
Added NSScrollViewFindBarPosition.AboveContent
Added NSScrollViewFindBarPosition.AboveHorizontalRuler
Added NSScrollViewFindBarPosition.BelowContent
Added NSScroller
Added NSScroller.arrowsPosition
Added NSScroller.checkSpaceForParts()
Added NSScroller.controlSize
Added NSScroller.controlTint
Added NSScroller.drawArrow(NSScrollerArrow, highlight: Bool)
Added NSScroller.drawKnob()
Added NSScroller.drawKnobSlotInRect(NSRect, highlight: Bool)
Added NSScroller.highlight(Bool)
Added NSScroller.hitPart
Added NSScroller.isCompatibleWithOverlayScrollers() -> Bool [class]
Added NSScroller.knobProportion
Added NSScroller.knobStyle
Added NSScroller.preferredScrollerStyle() -> NSScrollerStyle [class]
Added NSScroller.rectForPart(NSScrollerPart) -> NSRect
Added NSScroller.scrollerStyle
Added NSScroller.scrollerWidthForControlSize(NSControlSize, scrollerStyle: NSScrollerStyle) -> CGFloat [class]
Added NSScroller.testPart(NSPoint) -> NSScrollerPart
Added NSScroller.trackKnob(NSEvent)
Added NSScroller.trackScrollButtons(NSEvent)
Added NSScroller.usableParts
Added NSScrollerArrow [enum]
Added NSScrollerArrow.DecrementArrow
Added NSScrollerArrow.IncrementArrow
Added NSScrollerKnobStyle [enum]
Added NSScrollerKnobStyle.Dark
Added NSScrollerKnobStyle.Default
Added NSScrollerKnobStyle.Light
Added NSScrollerPart [enum]
Added NSScrollerPart.DecrementLine
Added NSScrollerPart.DecrementPage
Added NSScrollerPart.IncrementLine
Added NSScrollerPart.IncrementPage
Added NSScrollerPart.Knob
Added NSScrollerPart.KnobSlot
Added NSScrollerPart.NoPart
Added NSScrollerStyle [enum]
Added NSScrollerStyle.Legacy
Added NSScrollerStyle.Overlay
Added NSSearchField
Added NSSearchField.maximumRecents
Added NSSearchField.recentSearches
Added NSSearchField.recentsAutosaveName
Added NSSearchField.searchMenuTemplate
Added NSSearchField.sendsSearchStringImmediately
Added NSSearchField.sendsWholeSearchString
Added NSSearchFieldCell
Added NSSearchFieldCell.cancelButtonCell
Added NSSearchFieldCell.cancelButtonRectForBounds(NSRect) -> NSRect
Added NSSearchFieldCell.maximumRecents
Added NSSearchFieldCell.recentSearches
Added NSSearchFieldCell.recentsAutosaveName
Added NSSearchFieldCell.resetCancelButtonCell()
Added NSSearchFieldCell.resetSearchButtonCell()
Added NSSearchFieldCell.searchButtonCell
Added NSSearchFieldCell.searchButtonRectForBounds(NSRect) -> NSRect
Added NSSearchFieldCell.searchMenuTemplate
Added NSSearchFieldCell.searchTextRectForBounds(NSRect) -> NSRect
Added NSSearchFieldCell.sendsSearchStringImmediately
Added NSSearchFieldCell.sendsWholeSearchString
Added NSSecureTextField
Added NSSecureTextFieldCell
Added NSSecureTextFieldCell.echosBullets
Added NSSegmentStyle [enum]
Added NSSegmentStyle.Automatic
Added NSSegmentStyle.Capsule
Added NSSegmentStyle.RoundRect
Added NSSegmentStyle.Rounded
Added NSSegmentStyle.Separated
Added NSSegmentStyle.SmallSquare
Added NSSegmentStyle.TexturedRounded
Added NSSegmentStyle.TexturedSquare
Added NSSegmentSwitchTracking [enum]
Added NSSegmentSwitchTracking.Momentary
Added NSSegmentSwitchTracking.SelectAny
Added NSSegmentSwitchTracking.SelectOne
Added NSSegmentedCell
Added NSSegmentedCell.drawSegment(Int, inFrame: NSRect, withView: NSView)
Added NSSegmentedCell.imageForSegment(Int) -> NSImage?
Added NSSegmentedCell.imageScalingForSegment(Int) -> NSImageScaling
Added NSSegmentedCell.interiorBackgroundStyleForSegment(Int) -> NSBackgroundStyle
Added NSSegmentedCell.isEnabledForSegment(Int) -> Bool
Added NSSegmentedCell.isSelectedForSegment(Int) -> Bool
Added NSSegmentedCell.labelForSegment(Int) -> String?
Added NSSegmentedCell.makeNextSegmentKey()
Added NSSegmentedCell.makePreviousSegmentKey()
Added NSSegmentedCell.menuForSegment(Int) -> NSMenu?
Added NSSegmentedCell.segmentCount
Added NSSegmentedCell.segmentStyle
Added NSSegmentedCell.selectSegmentWithTag(Int) -> Bool
Added NSSegmentedCell.selectedSegment
Added NSSegmentedCell.setEnabled(Bool, forSegment: Int)
Added NSSegmentedCell.setImage(NSImage?, forSegment: Int)
Added NSSegmentedCell.setImageScaling(NSImageScaling, forSegment: Int)
Added NSSegmentedCell.setLabel(String, forSegment: Int)
Added NSSegmentedCell.setMenu(NSMenu?, forSegment: Int)
Added NSSegmentedCell.setSelected(Bool, forSegment: Int)
Added NSSegmentedCell.setTag(Int, forSegment: Int)
Added NSSegmentedCell.setToolTip(String?, forSegment: Int)
Added NSSegmentedCell.setWidth(CGFloat, forSegment: Int)
Added NSSegmentedCell.tagForSegment(Int) -> Int
Added NSSegmentedCell.toolTipForSegment(Int) -> String?
Added NSSegmentedCell.trackingMode
Added NSSegmentedCell.widthForSegment(Int) -> CGFloat
Added NSSegmentedControl
Added NSSegmentedControl.imageForSegment(Int) -> NSImage?
Added NSSegmentedControl.imageScalingForSegment(Int) -> NSImageScaling
Added NSSegmentedControl.isEnabledForSegment(Int) -> Bool
Added NSSegmentedControl.isSelectedForSegment(Int) -> Bool
Added NSSegmentedControl.labelForSegment(Int) -> String?
Added NSSegmentedControl.menuForSegment(Int) -> NSMenu?
Added NSSegmentedControl.segmentCount
Added NSSegmentedControl.segmentStyle
Added NSSegmentedControl.selectSegmentWithTag(Int) -> Bool
Added NSSegmentedControl.selectedSegment
Added NSSegmentedControl.setEnabled(Bool, forSegment: Int)
Added NSSegmentedControl.setImage(NSImage?, forSegment: Int)
Added NSSegmentedControl.setImageScaling(NSImageScaling, forSegment: Int)
Added NSSegmentedControl.setLabel(String, forSegment: Int)
Added NSSegmentedControl.setMenu(NSMenu?, forSegment: Int)
Added NSSegmentedControl.setSelected(Bool, forSegment: Int)
Added NSSegmentedControl.setWidth(CGFloat, forSegment: Int)
Added NSSegmentedControl.widthForSegment(Int) -> CGFloat
Added NSSeguePerforming
Added NSSeguePerforming.performSegueWithIdentifier(String, sender: AnyObject?)
Added NSSeguePerforming.prepareForSegue(NSStoryboardSegue, sender: AnyObject?)
Added NSSeguePerforming.shouldPerformSegueWithIdentifier(String, sender: AnyObject?) -> Bool
Added NSSelectionAffinity [enum]
Added NSSelectionAffinity.Downstream
Added NSSelectionAffinity.Upstream
Added NSSelectionDirection [enum]
Added NSSelectionDirection.DirectSelection
Added NSSelectionDirection.SelectingNext
Added NSSelectionDirection.SelectingPrevious
Added NSSelectionGranularity [enum]
Added NSSelectionGranularity.SelectByCharacter
Added NSSelectionGranularity.SelectByParagraph
Added NSSelectionGranularity.SelectByWord
Added NSServicesMenuRequestor
Added NSServicesMenuRequestor.readSelectionFromPasteboard(NSPasteboard) -> Bool
Added NSServicesMenuRequestor.writeSelectionToPasteboard(NSPasteboard, types:[AnyObject]) -> Bool
Added NSShadow
Added NSShadow.init()
Added NSShadow.set()
Added NSShadow.shadowBlurRadius
Added NSShadow.shadowColor
Added NSShadow.shadowOffset
Added NSSharingContentScope [enum]
Added NSSharingContentScope.Full
Added NSSharingContentScope.Item
Added NSSharingContentScope.Partial
Added NSSharingService
Added NSSharingService.accountName
Added NSSharingService.alternateImage
Added NSSharingService.attachmentFileURLs
Added NSSharingService.canPerformWithItems([AnyObject]?) -> Bool
Added NSSharingService.delegate
Added NSSharingService.image
Added NSSharingService.menuItemTitle
Added NSSharingService.messageBody
Added NSSharingService.init(named: String)
Added NSSharingService.performWithItems([AnyObject])
Added NSSharingService.permanentLink
Added NSSharingService.recipients
Added NSSharingService.sharingServicesForItems([AnyObject]) -> [AnyObject]? [class]
Added NSSharingService.subject
Added NSSharingService.title
Added NSSharingService.init(title: String, image: NSImage, alternateImage: NSImage?, handler:() -> Void)
Added NSSharingServiceDelegate
Added NSSharingServiceDelegate.sharingService(NSSharingService, didFailToShareItems:[AnyObject], error: NSError)
Added NSSharingServiceDelegate.sharingService(NSSharingService, didShareItems:[AnyObject])
Added NSSharingServiceDelegate.sharingService(NSSharingService, sourceFrameOnScreenForShareItem: NSPasteboardWriting) -> NSRect
Added NSSharingServiceDelegate.sharingService(NSSharingService, sourceWindowForShareItems:[AnyObject], sharingContentScope: UnsafeMutablePointer<NSSharingContentScope>) -> NSWindow?
Added NSSharingServiceDelegate.sharingService(NSSharingService, transitionImageForShareItem: NSPasteboardWriting, contentRect: UnsafeMutablePointer<NSRect>) -> NSImage?
Added NSSharingServiceDelegate.sharingService(NSSharingService, willShareItems:[AnyObject])
Added NSSharingServicePicker
Added NSSharingServicePicker.delegate
Added NSSharingServicePicker.init(items: [AnyObject])
Added NSSharingServicePicker.showRelativeToRect(NSRect, ofView: NSView, preferredEdge: NSRectEdge)
Added NSSharingServicePickerDelegate
Added NSSharingServicePickerDelegate.sharingServicePicker(NSSharingServicePicker, delegateForSharingService: NSSharingService) -> NSSharingServiceDelegate?
Added NSSharingServicePickerDelegate.sharingServicePicker(NSSharingServicePicker, didChooseSharingService: NSSharingService)
Added NSSharingServicePickerDelegate.sharingServicePicker(NSSharingServicePicker, sharingServicesForItems:[AnyObject], proposedSharingServices:[AnyObject]) -> [AnyObject]
Added NSSlider
Added NSSlider.acceptsFirstMouse(NSEvent) -> Bool
Added NSSlider.allowsTickMarkValuesOnly
Added NSSlider.altIncrementValue
Added NSSlider.closestTickMarkValueToValue(Double) -> Double
Added NSSlider.indexOfTickMarkAtPoint(NSPoint) -> Int
Added NSSlider.knobThickness
Added NSSlider.maxValue
Added NSSlider.minValue
Added NSSlider.numberOfTickMarks
Added NSSlider.rectOfTickMarkAtIndex(Int) -> NSRect
Added NSSlider.sliderType
Added NSSlider.tickMarkPosition
Added NSSlider.tickMarkValueAtIndex(Int) -> Double
Added NSSlider.vertical
Added NSSliderCell
Added NSSliderCell.allowsTickMarkValuesOnly
Added NSSliderCell.altIncrementValue
Added NSSliderCell.barRectFlipped(Bool) -> NSRect
Added NSSliderCell.closestTickMarkValueToValue(Double) -> Double
Added NSSliderCell.drawBarInside(NSRect, flipped: Bool)
Added NSSliderCell.drawKnob()
Added NSSliderCell.drawKnob(NSRect)
Added NSSliderCell.drawTickMarks()
Added NSSliderCell.indexOfTickMarkAtPoint(NSPoint) -> Int
Added NSSliderCell.knobRectFlipped(Bool) -> NSRect
Added NSSliderCell.knobThickness
Added NSSliderCell.maxValue
Added NSSliderCell.minValue
Added NSSliderCell.numberOfTickMarks
Added NSSliderCell.prefersTrackingUntilMouseUp() -> Bool [class]
Added NSSliderCell.rectOfTickMarkAtIndex(Int) -> NSRect
Added NSSliderCell.sliderType
Added NSSliderCell.tickMarkPosition
Added NSSliderCell.tickMarkValueAtIndex(Int) -> Double
Added NSSliderCell.trackRect
Added NSSliderCell.vertical
Added NSSliderType [enum]
Added NSSliderType.CircularSlider
Added NSSliderType.LinearSlider
Added NSSound
Added NSSound.canInitWithPasteboard(NSPasteboard) -> Bool [class]
Added NSSound.init(contentsOfFile: String, byReference: Bool)
Added NSSound.init(contentsOfURL: NSURL, byReference: Bool)
Added NSSound.currentTime
Added NSSound.init(data: NSData)
Added NSSound.delegate
Added NSSound.duration
Added NSSound.loops
Added NSSound.name
Added NSSound.init(named: String)
Added NSSound.init(pasteboard: NSPasteboard)
Added NSSound.pause() -> Bool
Added NSSound.play() -> Bool
Added NSSound.playbackDeviceIdentifier
Added NSSound.playing
Added NSSound.resume() -> Bool
Added NSSound.setName(String?) -> Bool
Added NSSound.soundUnfilteredTypes() -> [AnyObject] [class]
Added NSSound.stop() -> Bool
Added NSSound.volume
Added NSSound.writeToPasteboard(NSPasteboard)
Added NSSoundDelegate
Added NSSoundDelegate.sound(NSSound, didFinishPlaying: Bool)
Added NSSpeechBoundary [enum]
Added NSSpeechBoundary.ImmediateBoundary
Added NSSpeechBoundary.SentenceBoundary
Added NSSpeechBoundary.WordBoundary
Added NSSpeechRecognizer
Added NSSpeechRecognizer.init()
Added NSSpeechRecognizer.blocksOtherRecognizers
Added NSSpeechRecognizer.commands
Added NSSpeechRecognizer.delegate
Added NSSpeechRecognizer.displayedCommandsTitle
Added NSSpeechRecognizer.listensInForegroundOnly
Added NSSpeechRecognizer.startListening()
Added NSSpeechRecognizer.stopListening()
Added NSSpeechRecognizerDelegate
Added NSSpeechRecognizerDelegate.speechRecognizer(NSSpeechRecognizer, didRecognizeCommand: AnyObject?)
Added NSSpeechSynthesizer
Added NSSpeechSynthesizer.addSpeechDictionary([NSObject: AnyObject])
Added NSSpeechSynthesizer.attributesForVoice(String) -> [NSObject: AnyObject]? [class]
Added NSSpeechSynthesizer.availableVoices() -> [AnyObject]? [class]
Added NSSpeechSynthesizer.continueSpeaking()
Added NSSpeechSynthesizer.defaultVoice() -> String! [class]
Added NSSpeechSynthesizer.delegate
Added NSSpeechSynthesizer.isAnyApplicationSpeaking() -> Bool [class]
Added NSSpeechSynthesizer.objectForProperty(String, error: NSErrorPointer) -> AnyObject?
Added NSSpeechSynthesizer.pauseSpeakingAtBoundary(NSSpeechBoundary)
Added NSSpeechSynthesizer.phonemesFromText(String) -> String!
Added NSSpeechSynthesizer.rate
Added NSSpeechSynthesizer.setObject(AnyObject?, forProperty: String, error: NSErrorPointer) -> Bool
Added NSSpeechSynthesizer.setVoice(String?) -> Bool
Added NSSpeechSynthesizer.speaking
Added NSSpeechSynthesizer.startSpeakingString(String!) -> Bool
Added NSSpeechSynthesizer.startSpeakingString(String!, toURL: NSURL!) -> Bool
Added NSSpeechSynthesizer.stopSpeaking()
Added NSSpeechSynthesizer.stopSpeakingAtBoundary(NSSpeechBoundary)
Added NSSpeechSynthesizer.usesFeedbackWindow
Added NSSpeechSynthesizer.voice() -> String?
Added NSSpeechSynthesizer.init(voice: String?)
Added NSSpeechSynthesizer.volume
Added NSSpeechSynthesizerDelegate
Added NSSpeechSynthesizerDelegate.speechSynthesizer(NSSpeechSynthesizer, didEncounterErrorAtIndex: Int, ofString: String, message: String)
Added NSSpeechSynthesizerDelegate.speechSynthesizer(NSSpeechSynthesizer, didEncounterSyncMessage: String)
Added NSSpeechSynthesizerDelegate.speechSynthesizer(NSSpeechSynthesizer, didFinishSpeaking: Bool)
Added NSSpeechSynthesizerDelegate.speechSynthesizer(NSSpeechSynthesizer, willSpeakPhoneme: Int16)
Added NSSpeechSynthesizerDelegate.speechSynthesizer(NSSpeechSynthesizer, willSpeakWord: NSRange, ofString: String)
Added NSSpellChecker
Added NSSpellChecker.accessoryView
Added NSSpellChecker.automaticallyIdentifiesLanguages
Added NSSpellChecker.availableLanguages
Added NSSpellChecker.checkGrammarOfString(String, startingAt: Int, language: String?, wrap: Bool, inSpellDocumentWithTag: Int, details: AutoreleasingUnsafeMutablePointer<NSArray?>) -> NSRange
Added NSSpellChecker.checkSpellingOfString(String, startingAt: Int) -> NSRange
Added NSSpellChecker.checkSpellingOfString(String, startingAt: Int, language: String?, wrap: Bool, inSpellDocumentWithTag: Int, wordCount: UnsafeMutablePointer<Int>) -> NSRange
Added NSSpellChecker.checkString(String, range: NSRange, types: NSTextCheckingTypes, options:[NSObject: AnyObject]?, inSpellDocumentWithTag: Int, orthography: AutoreleasingUnsafeMutablePointer<NSOrthography?>, wordCount: UnsafeMutablePointer<Int>) -> [AnyObject]
Added NSSpellChecker.closeSpellDocumentWithTag(Int)
Added NSSpellChecker.completionsForPartialWordRange(NSRange, inString: String, language: String?, inSpellDocumentWithTag: Int) -> [AnyObject]?
Added NSSpellChecker.correctionForWordRange(NSRange, inString: String, language: String, inSpellDocumentWithTag: Int) -> String?
Added NSSpellChecker.countWordsInString(String, language: String!) -> Int
Added NSSpellChecker.dismissCorrectionIndicatorForView(NSView)
Added NSSpellChecker.guessesForWordRange(NSRange, inString: String, language: String!, inSpellDocumentWithTag: Int) -> [AnyObject]?
Added NSSpellChecker.hasLearnedWord(String) -> Bool
Added NSSpellChecker.ignoreWord(String, inSpellDocumentWithTag: Int)
Added NSSpellChecker.ignoredWordsInSpellDocumentWithTag(Int) -> [AnyObject]?
Added NSSpellChecker.isAutomaticDashSubstitutionEnabled() -> Bool [class]
Added NSSpellChecker.isAutomaticQuoteSubstitutionEnabled() -> Bool [class]
Added NSSpellChecker.isAutomaticSpellingCorrectionEnabled() -> Bool [class]
Added NSSpellChecker.isAutomaticTextReplacementEnabled() -> Bool [class]
Added NSSpellChecker.language() -> String
Added NSSpellChecker.languageForWordRange(NSRange, inString: String, orthography: NSOrthography?) -> String?
Added NSSpellChecker.learnWord(String)
Added NSSpellChecker.menuForResult(NSTextCheckingResult, string: String, options:[NSObject: AnyObject]?, atLocation: NSPoint, inView: NSView) -> NSMenu?
Added NSSpellChecker.recordResponse(NSCorrectionResponse, toCorrection: String, forWord: String, language: String!, inSpellDocumentWithTag: Int)
Added NSSpellChecker.requestCheckingOfString(String, range: NSRange, types: NSTextCheckingTypes, options:[NSObject: AnyObject]?, inSpellDocumentWithTag: Int, completionHandler:((Int,[AnyObject]!, NSOrthography!, Int) -> Void)!) -> Int
Added NSSpellChecker.setIgnoredWords([AnyObject], inSpellDocumentWithTag: Int)
Added NSSpellChecker.setLanguage(String) -> Bool
Added NSSpellChecker.setWordFieldStringValue(String)
Added NSSpellChecker.sharedSpellChecker() -> NSSpellChecker [class]
Added NSSpellChecker.sharedSpellCheckerExists() -> Bool [class]
Added NSSpellChecker.showCorrectionIndicatorOfType(NSCorrectionIndicatorType, primaryString: String, alternativeStrings:[AnyObject]!, forStringInRect: NSRect, view: NSView, completionHandler:((String!) -> Void)?)
Added NSSpellChecker.spellingPanel
Added NSSpellChecker.substitutionsPanel
Added NSSpellChecker.substitutionsPanelAccessoryViewController
Added NSSpellChecker.uniqueSpellDocumentTag() -> Int [class]
Added NSSpellChecker.unlearnWord(String)
Added NSSpellChecker.updatePanels()
Added NSSpellChecker.updateSpellingPanelWithGrammarString(String, detail:[NSObject: AnyObject]!)
Added NSSpellChecker.updateSpellingPanelWithMisspelledWord(String)
Added NSSpellChecker.userPreferredLanguages
Added NSSpellChecker.userQuotesArrayForLanguage(String) -> [AnyObject]
Added NSSpellChecker.userReplacementsDictionary
Added NSSplitView
Added NSSplitView.adjustSubviews()
Added NSSplitView.autosaveName
Added NSSplitView.delegate
Added NSSplitView.dividerColor
Added NSSplitView.dividerStyle
Added NSSplitView.dividerThickness
Added NSSplitView.drawDividerInRect(NSRect)
Added NSSplitView.holdingPriorityForSubviewAtIndex(Int) -> NSLayoutPriority
Added NSSplitView.isSubviewCollapsed(NSView) -> Bool
Added NSSplitView.maxPossiblePositionOfDividerAtIndex(Int) -> CGFloat
Added NSSplitView.minPossiblePositionOfDividerAtIndex(Int) -> CGFloat
Added NSSplitView.setHoldingPriority(NSLayoutPriority, forSubviewAtIndex: Int)
Added NSSplitView.setPosition(CGFloat, ofDividerAtIndex: Int)
Added NSSplitView.vertical
Added NSSplitViewController
Added NSSplitViewController.addSplitViewItem(NSSplitViewItem)
Added NSSplitViewController.insertSplitViewItem(NSSplitViewItem, atIndex: Int)
Added NSSplitViewController.removeSplitViewItem(NSSplitViewItem)
Added NSSplitViewController.splitView
Added NSSplitViewController.splitView(NSSplitView, additionalEffectiveRectOfDividerAtIndex: Int) -> NSRect
Added NSSplitViewController.splitView(NSSplitView, canCollapseSubview: NSView) -> Bool
Added NSSplitViewController.splitView(NSSplitView, effectiveRect: NSRect, forDrawnRect: NSRect, ofDividerAtIndex: Int) -> NSRect
Added NSSplitViewController.splitView(NSSplitView, shouldCollapseSubview: NSView, forDoubleClickOnDividerAtIndex: Int) -> Bool
Added NSSplitViewController.splitView(NSSplitView, shouldHideDividerAtIndex: Int) -> Bool
Added NSSplitViewController.splitViewItemForViewController(NSViewController) -> NSSplitViewItem?
Added NSSplitViewController.splitViewItems
Added NSSplitViewController.viewDidLoad()
Added NSSplitViewDelegate
Added NSSplitViewDelegate.splitView(NSSplitView, additionalEffectiveRectOfDividerAtIndex: Int) -> NSRect
Added NSSplitViewDelegate.splitView(NSSplitView, canCollapseSubview: NSView) -> Bool
Added NSSplitViewDelegate.splitView(NSSplitView, constrainMaxCoordinate: CGFloat, ofSubviewAt: Int) -> CGFloat
Added NSSplitViewDelegate.splitView(NSSplitView, constrainMinCoordinate: CGFloat, ofSubviewAt: Int) -> CGFloat
Added NSSplitViewDelegate.splitView(NSSplitView, constrainSplitPosition: CGFloat, ofSubviewAt: Int) -> CGFloat
Added NSSplitViewDelegate.splitView(NSSplitView, effectiveRect: NSRect, forDrawnRect: NSRect, ofDividerAtIndex: Int) -> NSRect
Added NSSplitViewDelegate.splitView(NSSplitView, resizeSubviewsWithOldSize: NSSize)
Added NSSplitViewDelegate.splitView(NSSplitView, shouldAdjustSizeOfSubview: NSView) -> Bool
Added NSSplitViewDelegate.splitView(NSSplitView, shouldCollapseSubview: NSView, forDoubleClickOnDividerAtIndex: Int) -> Bool
Added NSSplitViewDelegate.splitView(NSSplitView, shouldHideDividerAtIndex: Int) -> Bool
Added NSSplitViewDelegate.splitViewDidResizeSubviews(NSNotification)
Added NSSplitViewDelegate.splitViewWillResizeSubviews(NSNotification)
Added NSSplitViewDividerStyle [enum]
Added NSSplitViewDividerStyle.PaneSplitter
Added NSSplitViewDividerStyle.Thick
Added NSSplitViewDividerStyle.Thin
Added NSSplitViewItem
Added NSSplitViewItem.canCollapse
Added NSSplitViewItem.collapsed
Added NSSplitViewItem.holdingPriority
Added NSSplitViewItem.viewController
Added NSSplitViewItem.init(viewController: NSViewController)
Added NSStackView
Added NSStackView.addView(NSView, inGravity: NSStackViewGravity)
Added NSStackView.alignment
Added NSStackView.clippingResistancePriorityForOrientation(NSLayoutConstraintOrientation) -> NSLayoutPriority
Added NSStackView.customSpacingAfterView(NSView) -> CGFloat
Added NSStackView.delegate
Added NSStackView.detachedViews
Added NSStackView.edgeInsets
Added NSStackView.hasEqualSpacing
Added NSStackView.huggingPriorityForOrientation(NSLayoutConstraintOrientation) -> NSLayoutPriority
Added NSStackView.insertView(NSView, atIndex: Int, inGravity: NSStackViewGravity)
Added NSStackView.orientation
Added NSStackView.removeView(NSView)
Added NSStackView.setClippingResistancePriority(NSLayoutPriority, forOrientation: NSLayoutConstraintOrientation)
Added NSStackView.setCustomSpacing(CGFloat, afterView: NSView)
Added NSStackView.setHuggingPriority(NSLayoutPriority, forOrientation: NSLayoutConstraintOrientation)
Added NSStackView.setViews([AnyObject], inGravity: NSStackViewGravity)
Added NSStackView.setVisibilityPriority(NSStackViewVisibilityPriority, forView: NSView)
Added NSStackView.spacing
Added NSStackView.views
Added NSStackView.init(views: [AnyObject])
Added NSStackView.viewsInGravity(NSStackViewGravity) -> [AnyObject]
Added NSStackView.visibilityPriorityForView(NSView) -> NSStackViewVisibilityPriority
Added NSStackViewDelegate
Added NSStackViewDelegate.stackView(NSStackView, didReattachViews:[AnyObject])
Added NSStackViewDelegate.stackView(NSStackView, willDetachViews:[AnyObject])
Added NSStackViewGravity [enum]
Added NSStackViewGravity.Bottom
Added NSStackViewGravity.Center
Added NSStackViewGravity.Top
Added NSStatusBar
Added NSStatusBar.removeStatusItem(NSStatusItem)
Added NSStatusBar.statusItemWithLength(CGFloat) -> NSStatusItem
Added NSStatusBar.systemStatusBar() -> NSStatusBar [class]
Added NSStatusBar.thickness
Added NSStatusBar.vertical
Added NSStatusBarButton
Added NSStatusBarButton.appearsDisabled
Added NSStatusItem
Added NSStatusItem.action
Added NSStatusItem.alternateImage
Added NSStatusItem.attributedTitle
Added NSStatusItem.button
Added NSStatusItem.doubleAction
Added NSStatusItem.drawStatusBarBackgroundInRect(NSRect, withHighlight: Bool)
Added NSStatusItem.enabled
Added NSStatusItem.highlightMode
Added NSStatusItem.image
Added NSStatusItem.length
Added NSStatusItem.menu
Added NSStatusItem.popUpStatusItemMenu(NSMenu)
Added NSStatusItem.sendActionOn(Int) -> Int
Added NSStatusItem.statusBar
Added NSStatusItem.target
Added NSStatusItem.title
Added NSStatusItem.toolTip
Added NSStatusItem.view
Added NSStepper
Added NSStepper.autorepeat
Added NSStepper.increment
Added NSStepper.maxValue
Added NSStepper.minValue
Added NSStepper.valueWraps
Added NSStepperCell
Added NSStepperCell.autorepeat
Added NSStepperCell.increment
Added NSStepperCell.maxValue
Added NSStepperCell.minValue
Added NSStepperCell.valueWraps
Added NSStoryboard
Added NSStoryboard.instantiateControllerWithIdentifier(String) -> AnyObject?
Added NSStoryboard.instantiateInitialController() -> AnyObject?
Added NSStoryboard.init(name: String, bundle: NSBundle?)
Added NSStoryboardSegue
Added NSStoryboardSegue.destinationController
Added NSStoryboardSegue.identifier
Added NSStoryboardSegue.init(identifier: String, source: AnyObject, destination: AnyObject)
Added NSStoryboardSegue.init(identifier: String, source: AnyObject, destination: AnyObject, performHandler:() -> Void)
Added NSStoryboardSegue.perform()
Added NSStoryboardSegue.sourceController
Added NSString.boundingRectWithSize(NSSize, options: NSStringDrawingOptions, attributes:[NSObject: AnyObject]?) -> NSRect
Added NSString.drawAtPoint(NSPoint, withAttributes:[NSObject: AnyObject]?)
Added NSString.drawInRect(NSRect, withAttributes:[NSObject: AnyObject]?)
Added NSString.drawWithRect(NSRect, options: NSStringDrawingOptions, attributes:[NSObject: AnyObject]?)
Added NSString.sizeWithAttributes([NSObject: AnyObject]?) -> NSSize
Added NSStringDrawingOptions [struct]
Added NSStringDrawingOptions.DisableScreenFontSubstitution
Added NSStringDrawingOptions.OneShot
Added NSStringDrawingOptions.TruncatesLastVisibleLine
Added NSStringDrawingOptions.UsesDeviceMetrics
Added NSStringDrawingOptions.UsesFontLeading
Added NSStringDrawingOptions.UsesLineFragmentOrigin
Added NSStringDrawingOptions.init(_: UInt)
Added NSStringDrawingOptions.init(rawValue: UInt)
Added NSTIFFCompression [enum]
Added NSTIFFCompression.CCITTFAX3
Added NSTIFFCompression.CCITTFAX4
Added NSTIFFCompression.JPEG
Added NSTIFFCompression.LZW
Added NSTIFFCompression.NEXT
Added NSTIFFCompression.None
Added NSTIFFCompression.OldJPEG
Added NSTIFFCompression.PackBits
Added NSTabState [enum]
Added NSTabState.BackgroundTab
Added NSTabState.PressedTab
Added NSTabState.SelectedTab
Added NSTabView
Added NSTabView.addTabViewItem(NSTabViewItem)
Added NSTabView.allowsTruncatedLabels
Added NSTabView.contentRect
Added NSTabView.controlSize
Added NSTabView.controlTint
Added NSTabView.delegate
Added NSTabView.drawsBackground
Added NSTabView.font
Added NSTabView.indexOfTabViewItem(NSTabViewItem) -> Int
Added NSTabView.indexOfTabViewItemWithIdentifier(AnyObject) -> Int
Added NSTabView.insertTabViewItem(NSTabViewItem, atIndex: Int)
Added NSTabView.minimumSize
Added NSTabView.numberOfTabViewItems
Added NSTabView.removeTabViewItem(NSTabViewItem)
Added NSTabView.selectFirstTabViewItem(AnyObject?)
Added NSTabView.selectLastTabViewItem(AnyObject?)
Added NSTabView.selectNextTabViewItem(AnyObject?)
Added NSTabView.selectPreviousTabViewItem(AnyObject?)
Added NSTabView.selectTabViewItem(NSTabViewItem?)
Added NSTabView.selectTabViewItemAtIndex(Int)
Added NSTabView.selectTabViewItemWithIdentifier(AnyObject)
Added NSTabView.selectedTabViewItem
Added NSTabView.tabViewItemAtIndex(Int) -> NSTabViewItem
Added NSTabView.tabViewItemAtPoint(NSPoint) -> NSTabViewItem?
Added NSTabView.tabViewItems
Added NSTabView.tabViewType
Added NSTabView.takeSelectedTabViewItemFromSender(AnyObject?)
Added NSTabViewController
Added NSTabViewController.addTabViewItem(NSTabViewItem)
Added NSTabViewController.canPropagateSelectedChildViewControllerTitle
Added NSTabViewController.insertTabViewItem(NSTabViewItem, atIndex: Int)
Added NSTabViewController.removeTabViewItem(NSTabViewItem)
Added NSTabViewController.selectedTabViewItemIndex
Added NSTabViewController.tabStyle
Added NSTabViewController.tabView
Added NSTabViewController.tabView(NSTabView, didSelectTabViewItem: NSTabViewItem)
Added NSTabViewController.tabView(NSTabView, shouldSelectTabViewItem: NSTabViewItem) -> Bool
Added NSTabViewController.tabView(NSTabView, willSelectTabViewItem: NSTabViewItem)
Added NSTabViewController.tabViewItemForViewController(NSViewController) -> NSTabViewItem?
Added NSTabViewController.tabViewItems
Added NSTabViewController.toolbar(NSToolbar, itemForItemIdentifier: String, willBeInsertedIntoToolbar: Bool) -> NSToolbarItem?
Added NSTabViewController.toolbarAllowedItemIdentifiers(NSToolbar) -> [AnyObject]?
Added NSTabViewController.toolbarDefaultItemIdentifiers(NSToolbar) -> [AnyObject]?
Added NSTabViewController.toolbarSelectableItemIdentifiers(NSToolbar) -> [AnyObject]?
Added NSTabViewController.transitionOptions
Added NSTabViewController.viewDidLoad()
Added NSTabViewControllerTabStyle [enum]
Added NSTabViewControllerTabStyle.SegmentedControlOnBottom
Added NSTabViewControllerTabStyle.SegmentedControlOnTop
Added NSTabViewControllerTabStyle.Toolbar
Added NSTabViewControllerTabStyle.Unspecified
Added NSTabViewDelegate
Added NSTabViewDelegate.tabView(NSTabView, didSelectTabViewItem: NSTabViewItem?)
Added NSTabViewDelegate.tabView(NSTabView, shouldSelectTabViewItem: NSTabViewItem?) -> Bool
Added NSTabViewDelegate.tabView(NSTabView, willSelectTabViewItem: NSTabViewItem?)
Added NSTabViewDelegate.tabViewDidChangeNumberOfTabViewItems(NSTabView)
Added NSTabViewItem
Added NSTabViewItem.color
Added NSTabViewItem.drawLabel(Bool, inRect: NSRect)
Added NSTabViewItem.identifier
Added NSTabViewItem.init(identifier: AnyObject)
Added NSTabViewItem.image
Added NSTabViewItem.initialFirstResponder
Added NSTabViewItem.label
Added NSTabViewItem.sizeOfLabel(Bool) -> NSSize
Added NSTabViewItem.tabState
Added NSTabViewItem.tabView
Added NSTabViewItem.toolTip
Added NSTabViewItem.view
Added NSTabViewItem.viewController
Added NSTabViewItem.init(viewController: NSViewController)
Added NSTabViewType [enum]
Added NSTabViewType.BottomTabsBezelBorder
Added NSTabViewType.LeftTabsBezelBorder
Added NSTabViewType.NoTabsBezelBorder
Added NSTabViewType.NoTabsLineBorder
Added NSTabViewType.NoTabsNoBorder
Added NSTabViewType.RightTabsBezelBorder
Added NSTabViewType.TopTabsBezelBorder
Added NSTableCellView
Added NSTableCellView.backgroundStyle
Added NSTableCellView.draggingImageComponents
Added NSTableCellView.imageView
Added NSTableCellView.objectValue
Added NSTableCellView.rowSizeStyle
Added NSTableCellView.textField
Added NSTableColumn
Added NSTableColumn.dataCell
Added NSTableColumn.dataCellForRow(Int) -> AnyObject
Added NSTableColumn.editable
Added NSTableColumn.headerCell
Added NSTableColumn.headerToolTip
Added NSTableColumn.hidden
Added NSTableColumn.identifier
Added NSTableColumn.init(identifier: String!)
Added NSTableColumn.maxWidth
Added NSTableColumn.minWidth
Added NSTableColumn.resizingMask
Added NSTableColumn.sizeToFit()
Added NSTableColumn.sortDescriptorPrototype
Added NSTableColumn.tableView
Added NSTableColumn.title
Added NSTableColumn.width
Added NSTableColumnResizingOptions [struct]
Added NSTableColumnResizingOptions.AutoresizingMask
Added NSTableColumnResizingOptions.NoResizing
Added NSTableColumnResizingOptions.UserResizingMask
Added NSTableColumnResizingOptions.init(_: UInt)
Added NSTableColumnResizingOptions.init(rawValue: UInt)
Added NSTableHeaderCell
Added NSTableHeaderCell.drawSortIndicatorWithFrame(NSRect, inView: NSView, ascending: Bool, priority: Int)
Added NSTableHeaderCell.sortIndicatorRectForBounds(NSRect) -> NSRect
Added NSTableHeaderView
Added NSTableHeaderView.columnAtPoint(NSPoint) -> Int
Added NSTableHeaderView.draggedColumn
Added NSTableHeaderView.draggedDistance
Added NSTableHeaderView.headerRectOfColumn(Int) -> NSRect
Added NSTableHeaderView.resizedColumn
Added NSTableHeaderView.tableView
Added NSTableRowView
Added NSTableRowView.backgroundColor
Added NSTableRowView.draggingDestinationFeedbackStyle
Added NSTableRowView.drawBackgroundInRect(NSRect)
Added NSTableRowView.drawDraggingDestinationFeedbackInRect(NSRect)
Added NSTableRowView.drawSelectionInRect(NSRect)
Added NSTableRowView.drawSeparatorInRect(NSRect)
Added NSTableRowView.emphasized
Added NSTableRowView.floating
Added NSTableRowView.groupRowStyle
Added NSTableRowView.indentationForDropOperation
Added NSTableRowView.interiorBackgroundStyle
Added NSTableRowView.nextRowSelected
Added NSTableRowView.numberOfColumns
Added NSTableRowView.previousRowSelected
Added NSTableRowView.selected
Added NSTableRowView.selectionHighlightStyle
Added NSTableRowView.targetForDropOperation
Added NSTableRowView.viewAtColumn(Int) -> AnyObject?
Added NSTableView
Added NSTableView.addTableColumn(NSTableColumn)
Added NSTableView.allowsColumnReordering
Added NSTableView.allowsColumnResizing
Added NSTableView.allowsColumnSelection
Added NSTableView.allowsEmptySelection
Added NSTableView.allowsMultipleSelection
Added NSTableView.allowsTypeSelect
Added NSTableView.autosaveName
Added NSTableView.autosaveTableColumns
Added NSTableView.backgroundColor
Added NSTableView.beginUpdates()
Added NSTableView.canDragRowsWithIndexes(NSIndexSet, atPoint: NSPoint) -> Bool
Added NSTableView.clickedColumn
Added NSTableView.clickedRow
Added NSTableView.init(coder: NSCoder)
Added NSTableView.columnAtPoint(NSPoint) -> Int
Added NSTableView.columnAutoresizingStyle
Added NSTableView.columnForView(NSView) -> Int
Added NSTableView.columnIndexesInRect(NSRect) -> NSIndexSet
Added NSTableView.columnWithIdentifier(String?) -> Int
Added NSTableView.cornerView
Added NSTableView.dataSource() -> NSTableViewDataSource?
Added NSTableView.delegate() -> NSTableViewDelegate?
Added NSTableView.deselectAll(AnyObject?)
Added NSTableView.deselectColumn(Int)
Added NSTableView.deselectRow(Int)
Added NSTableView.didAddRowView(NSTableRowView, forRow: Int)
Added NSTableView.didRemoveRowView(NSTableRowView, forRow: Int)
Added NSTableView.doubleAction
Added NSTableView.dragImageForRowsWithIndexes(NSIndexSet, tableColumns:[AnyObject], event: NSEvent, offset: NSPointPointer) -> NSImage
Added NSTableView.draggingDestinationFeedbackStyle
Added NSTableView.drawBackgroundInClipRect(NSRect)
Added NSTableView.drawGridInClipRect(NSRect)
Added NSTableView.drawRow(Int, clipRect: NSRect)
Added NSTableView.editColumn(Int, row: Int, withEvent: NSEvent?, select: Bool)
Added NSTableView.editedColumn
Added NSTableView.editedRow
Added NSTableView.effectiveRowSizeStyle
Added NSTableView.endUpdates()
Added NSTableView.enumerateAvailableRowViewsUsingBlock((NSTableRowView!, Int) -> Void)
Added NSTableView.floatsGroupRows
Added NSTableView.focusedColumn() -> Int
Added NSTableView.init(frame: NSRect)
Added NSTableView.frameOfCellAtColumn(Int, row: Int) -> NSRect
Added NSTableView.gridColor
Added NSTableView.gridStyleMask
Added NSTableView.headerView
Added NSTableView.highlightSelectionInClipRect(NSRect)
Added NSTableView.highlightedTableColumn
Added NSTableView.indicatorImageInTableColumn(NSTableColumn) -> NSImage?
Added NSTableView.insertRowsAtIndexes(NSIndexSet, withAnimation: NSTableViewAnimationOptions)
Added NSTableView.intercellSpacing
Added NSTableView.isColumnSelected(Int) -> Bool
Added NSTableView.isRowSelected(Int) -> Bool
Added NSTableView.makeViewWithIdentifier(String, owner: AnyObject?) -> AnyObject?
Added NSTableView.moveColumn(Int, toColumn: Int)
Added NSTableView.moveRowAtIndex(Int, toIndex: Int)
Added NSTableView.noteHeightOfRowsWithIndexesChanged(NSIndexSet)
Added NSTableView.noteNumberOfRowsChanged()
Added NSTableView.numberOfColumns
Added NSTableView.numberOfRows
Added NSTableView.numberOfSelectedColumns
Added NSTableView.numberOfSelectedRows
Added NSTableView.performClickOnCellAtColumn(Int, row: Int)
Added NSTableView.preparedCellAtColumn(Int, row: Int) -> NSCell
Added NSTableView.rectOfColumn(Int) -> NSRect
Added NSTableView.rectOfRow(Int) -> NSRect
Added NSTableView.registerNib(NSNib, forIdentifier: String)
Added NSTableView.registeredNibsByIdentifier
Added NSTableView.reloadData()
Added NSTableView.reloadDataForRowIndexes(NSIndexSet, columnIndexes: NSIndexSet)
Added NSTableView.removeRowsAtIndexes(NSIndexSet, withAnimation: NSTableViewAnimationOptions)
Added NSTableView.removeTableColumn(NSTableColumn)
Added NSTableView.rowAtPoint(NSPoint) -> Int
Added NSTableView.rowForView(NSView) -> Int
Added NSTableView.rowHeight
Added NSTableView.rowSizeStyle
Added NSTableView.rowViewAtRow(Int, makeIfNecessary: Bool) -> AnyObject?
Added NSTableView.rowsInRect(NSRect) -> NSRange
Added NSTableView.scrollColumnToVisible(Int)
Added NSTableView.scrollRowToVisible(Int)
Added NSTableView.selectAll(AnyObject?)
Added NSTableView.selectColumnIndexes(NSIndexSet, byExtendingSelection: Bool)
Added NSTableView.selectRowIndexes(NSIndexSet, byExtendingSelection: Bool)
Added NSTableView.selectedColumn
Added NSTableView.selectedColumnIndexes
Added NSTableView.selectedRow
Added NSTableView.selectedRowIndexes
Added NSTableView.selectionHighlightStyle
Added NSTableView.setDataSource(NSTableViewDataSource?)
Added NSTableView.setDelegate(NSTableViewDelegate?)
Added NSTableView.setDraggingSourceOperationMask(NSDragOperation, forLocal: Bool)
Added NSTableView.setDropRow(Int, dropOperation: NSTableViewDropOperation)
Added NSTableView.setFocusedColumn(Int)
Added NSTableView.setIndicatorImage(NSImage?, inTableColumn: NSTableColumn)
Added NSTableView.shouldFocusCell(NSCell, atColumn: Int, row: Int) -> Bool
Added NSTableView.sizeLastColumnToFit()
Added NSTableView.sizeToFit()
Added NSTableView.sortDescriptors
Added NSTableView.tableColumnWithIdentifier(String?) -> NSTableColumn?
Added NSTableView.tableColumns
Added NSTableView.textDidBeginEditing(NSNotification)
Added NSTableView.textDidChange(NSNotification)
Added NSTableView.textDidEndEditing(NSNotification)
Added NSTableView.textShouldBeginEditing(NSText) -> Bool
Added NSTableView.textShouldEndEditing(NSText) -> Bool
Added NSTableView.tile()
Added NSTableView.usesAlternatingRowBackgroundColors
Added NSTableView.usesStaticContents
Added NSTableView.verticalMotionCanBeginDrag
Added NSTableView.viewAtColumn(Int, row: Int, makeIfNecessary: Bool) -> AnyObject?
Added NSTableViewAnimationOptions [struct]
Added NSTableViewAnimationOptions.EffectFade
Added NSTableViewAnimationOptions.EffectGap
Added NSTableViewAnimationOptions.EffectNone
Added NSTableViewAnimationOptions.SlideDown
Added NSTableViewAnimationOptions.SlideLeft
Added NSTableViewAnimationOptions.SlideRight
Added NSTableViewAnimationOptions.SlideUp
Added NSTableViewAnimationOptions.init(_: UInt)
Added NSTableViewAnimationOptions.init(rawValue: UInt)
Added NSTableViewColumnAutoresizingStyle [enum]
Added NSTableViewColumnAutoresizingStyle.FirstColumnOnlyAutoresizingStyle
Added NSTableViewColumnAutoresizingStyle.LastColumnOnlyAutoresizingStyle
Added NSTableViewColumnAutoresizingStyle.NoColumnAutoresizing
Added NSTableViewColumnAutoresizingStyle.ReverseSequentialColumnAutoresizingStyle
Added NSTableViewColumnAutoresizingStyle.SequentialColumnAutoresizingStyle
Added NSTableViewColumnAutoresizingStyle.UniformColumnAutoresizingStyle
Added NSTableViewDataSource
Added NSTableViewDataSource.numberOfRowsInTableView(NSTableView) -> Int
Added NSTableViewDataSource.tableView(NSTableView, acceptDrop: NSDraggingInfo, row: Int, dropOperation: NSTableViewDropOperation) -> Bool
Added NSTableViewDataSource.tableView(NSTableView, draggingSession: NSDraggingSession, endedAtPoint: NSPoint, operation: NSDragOperation)
Added NSTableViewDataSource.tableView(NSTableView, draggingSession: NSDraggingSession, willBeginAtPoint: NSPoint, forRowIndexes: NSIndexSet)
Added NSTableViewDataSource.tableView(NSTableView, namesOfPromisedFilesDroppedAtDestination: NSURL, forDraggedRowsWithIndexes: NSIndexSet) -> [AnyObject]
Added NSTableViewDataSource.tableView(NSTableView, objectValueForTableColumn: NSTableColumn?, row: Int) -> AnyObject?
Added NSTableViewDataSource.tableView(NSTableView, pasteboardWriterForRow: Int) -> NSPasteboardWriting?
Added NSTableViewDataSource.tableView(NSTableView, setObjectValue: AnyObject?, forTableColumn: NSTableColumn?, row: Int)
Added NSTableViewDataSource.tableView(NSTableView, sortDescriptorsDidChange:[AnyObject])
Added NSTableViewDataSource.tableView(NSTableView, updateDraggingItemsForDrag: NSDraggingInfo)
Added NSTableViewDataSource.tableView(NSTableView, validateDrop: NSDraggingInfo, proposedRow: Int, proposedDropOperation: NSTableViewDropOperation) -> NSDragOperation
Added NSTableViewDataSource.tableView(NSTableView, writeRowsWithIndexes: NSIndexSet, toPasteboard: NSPasteboard) -> Bool
Added NSTableViewDelegate
Added NSTableViewDelegate.selectionShouldChangeInTableView(NSTableView) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, dataCellForTableColumn: NSTableColumn?, row: Int) -> NSCell?
Added NSTableViewDelegate.tableView(NSTableView, didAddRowView: NSTableRowView, forRow: Int)
Added NSTableViewDelegate.tableView(NSTableView, didClickTableColumn: NSTableColumn)
Added NSTableViewDelegate.tableView(NSTableView, didDragTableColumn: NSTableColumn)
Added NSTableViewDelegate.tableView(NSTableView, didRemoveRowView: NSTableRowView, forRow: Int)
Added NSTableViewDelegate.tableView(NSTableView, heightOfRow: Int) -> CGFloat
Added NSTableViewDelegate.tableView(NSTableView, isGroupRow: Int) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, mouseDownInHeaderOfTableColumn: NSTableColumn)
Added NSTableViewDelegate.tableView(NSTableView, nextTypeSelectMatchFromRow: Int, toRow: Int, forString: String) -> Int
Added NSTableViewDelegate.tableView(NSTableView, rowViewForRow: Int) -> NSTableRowView?
Added NSTableViewDelegate.tableView(NSTableView, selectionIndexesForProposedSelection: NSIndexSet) -> NSIndexSet
Added NSTableViewDelegate.tableView(NSTableView, shouldEditTableColumn: NSTableColumn?, row: Int) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, shouldReorderColumn: Int, toColumn: Int) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, shouldSelectRow: Int) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, shouldSelectTableColumn: NSTableColumn?) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, shouldShowCellExpansionForTableColumn: NSTableColumn?, row: Int) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, shouldTrackCell: NSCell, forTableColumn: NSTableColumn?, row: Int) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, shouldTypeSelectForEvent: NSEvent, withCurrentSearchString: String?) -> Bool
Added NSTableViewDelegate.tableView(NSTableView, sizeToFitWidthOfColumn: Int) -> CGFloat
Added NSTableViewDelegate.tableView(NSTableView, toolTipForCell: NSCell, rect: NSRectPointer, tableColumn: NSTableColumn?, row: Int, mouseLocation: NSPoint) -> String
Added NSTableViewDelegate.tableView(NSTableView, typeSelectStringForTableColumn: NSTableColumn?, row: Int) -> String?
Added NSTableViewDelegate.tableView(NSTableView, viewForTableColumn: NSTableColumn?, row: Int) -> NSView?
Added NSTableViewDelegate.tableView(NSTableView, willDisplayCell: AnyObject, forTableColumn: NSTableColumn?, row: Int)
Added NSTableViewDelegate.tableViewColumnDidMove(NSNotification)
Added NSTableViewDelegate.tableViewColumnDidResize(NSNotification)
Added NSTableViewDelegate.tableViewSelectionDidChange(NSNotification)
Added NSTableViewDelegate.tableViewSelectionIsChanging(NSNotification)
Added NSTableViewDraggingDestinationFeedbackStyle [enum]
Added NSTableViewDraggingDestinationFeedbackStyle.Gap
Added NSTableViewDraggingDestinationFeedbackStyle.None
Added NSTableViewDraggingDestinationFeedbackStyle.Regular
Added NSTableViewDraggingDestinationFeedbackStyle.SourceList
Added NSTableViewDropOperation [enum]
Added NSTableViewDropOperation.Above
Added NSTableViewDropOperation.On
Added NSTableViewGridLineStyle [struct]
Added NSTableViewGridLineStyle.DashedHorizontalGridLineMask
Added NSTableViewGridLineStyle.GridNone
Added NSTableViewGridLineStyle.SolidHorizontalGridLineMask
Added NSTableViewGridLineStyle.SolidVerticalGridLineMask
Added NSTableViewGridLineStyle.init(_: UInt)
Added NSTableViewGridLineStyle.init(rawValue: UInt)
Added NSTableViewRowSizeStyle [enum]
Added NSTableViewRowSizeStyle.Custom
Added NSTableViewRowSizeStyle.Default
Added NSTableViewRowSizeStyle.Large
Added NSTableViewRowSizeStyle.Medium
Added NSTableViewRowSizeStyle.Small
Added NSTableViewSelectionHighlightStyle [enum]
Added NSTableViewSelectionHighlightStyle.None
Added NSTableViewSelectionHighlightStyle.Regular
Added NSTableViewSelectionHighlightStyle.SourceList
Added NSText
Added NSText.RTFDFromRange(NSRange) -> NSData?
Added NSText.RTFFromRange(NSRange) -> NSData?
Added NSText.alignCenter(AnyObject?)
Added NSText.alignLeft(AnyObject?)
Added NSText.alignRight(AnyObject?)
Added NSText.alignment
Added NSText.backgroundColor
Added NSText.baseWritingDirection
Added NSText.changeFont(AnyObject?)
Added NSText.checkSpelling(AnyObject?)
Added NSText.init(coder: NSCoder)
Added NSText.copy(AnyObject?)
Added NSText.copyFont(AnyObject?)
Added NSText.copyRuler(AnyObject?)
Added NSText.cut(AnyObject?)
Added NSText.delegate
Added NSText.delete(AnyObject?)
Added NSText.drawsBackground
Added NSText.editable
Added NSText.fieldEditor
Added NSText.font
Added NSText.init(frame: NSRect)
Added NSText.horizontallyResizable
Added NSText.importsGraphics
Added NSText.maxSize
Added NSText.minSize
Added NSText.paste(AnyObject?)
Added NSText.pasteFont(AnyObject?)
Added NSText.pasteRuler(AnyObject?)
Added NSText.readRTFDFromFile(String) -> Bool
Added NSText.replaceCharactersInRange(NSRange, withRTF: NSData)
Added NSText.replaceCharactersInRange(NSRange, withRTFD: NSData)
Added NSText.replaceCharactersInRange(NSRange, withString: String)
Added NSText.richText
Added NSText.rulerVisible
Added NSText.scrollRangeToVisible(NSRange)
Added NSText.selectAll(AnyObject?)
Added NSText.selectable
Added NSText.selectedRange
Added NSText.setFont(NSFont, range: NSRange)
Added NSText.setTextColor(NSColor?, range: NSRange)
Added NSText.showGuessPanel(AnyObject?)
Added NSText.sizeToFit()
Added NSText.string
Added NSText.subscript()
Added NSText.superscript(AnyObject?)
Added NSText.textColor
Added NSText.toggleRuler(AnyObject?)
Added NSText.underline(AnyObject?)
Added NSText.unscript(AnyObject?)
Added NSText.usesFontPanel
Added NSText.verticallyResizable
Added NSText.writeRTFDToFile(String, atomically: Bool) -> Bool
Added NSTextAlignment [enum]
Added NSTextAlignment.CenterTextAlignment
Added NSTextAlignment.JustifiedTextAlignment
Added NSTextAlignment.LeftTextAlignment
Added NSTextAlignment.NaturalTextAlignment
Added NSTextAlignment.RightTextAlignment
Added NSTextAlternatives
Added NSTextAlternatives.alternativeStrings
Added NSTextAlternatives.noteSelectedAlternativeString(String)
Added NSTextAlternatives.primaryString
Added NSTextAlternatives.init(primaryString: String, alternativeStrings:[AnyObject])
Added NSTextAttachment
Added NSTextAttachment.attachmentCell
Added NSTextAttachment.fileWrapper
Added NSTextAttachment.init(fileWrapper: NSFileWrapper?)
Added NSTextAttachmentCell
Added NSTextAttachmentCellProtocol
Added NSTextAttachmentCellProtocol.attachment() -> NSTextAttachment?
Added NSTextAttachmentCellProtocol.cellBaselineOffset() -> NSPoint
Added NSTextAttachmentCellProtocol.cellFrameForTextContainer(NSTextContainer, proposedLineFragment: NSRect, glyphPosition: NSPoint, characterIndex: Int) -> NSRect
Added NSTextAttachmentCellProtocol.cellSize() -> NSSize
Added NSTextAttachmentCellProtocol.drawWithFrame(NSRect, inView: NSView)
Added NSTextAttachmentCellProtocol.drawWithFrame(NSRect, inView: NSView, characterIndex: Int)
Added NSTextAttachmentCellProtocol.drawWithFrame(NSRect, inView: NSView, characterIndex: Int, layoutManager: NSLayoutManager)
Added NSTextAttachmentCellProtocol.highlight(Bool, withFrame: NSRect, inView: NSView)
Added NSTextAttachmentCellProtocol.setAttachment(NSTextAttachment?)
Added NSTextAttachmentCellProtocol.trackMouse(NSEvent, inRect: NSRect, ofView: NSView, atCharacterIndex: Int, untilMouseUp: Bool) -> Bool
Added NSTextAttachmentCellProtocol.trackMouse(NSEvent, inRect: NSRect, ofView: NSView, untilMouseUp: Bool) -> Bool
Added NSTextAttachmentCellProtocol.wantsToTrackMouse() -> Bool
Added NSTextAttachmentCellProtocol.wantsToTrackMouseForEvent(NSEvent, inRect: NSRect, ofView: NSView, atCharacterIndex: Int) -> Bool
Added NSTextBlock
Added NSTextBlock.init()
Added NSTextBlock.backgroundColor
Added NSTextBlock.borderColorForEdge(NSRectEdge) -> NSColor?
Added NSTextBlock.boundsRectForContentRect(NSRect, inRect: NSRect, textContainer: NSTextContainer, characterRange: NSRange) -> NSRect
Added NSTextBlock.contentWidth
Added NSTextBlock.contentWidthValueType
Added NSTextBlock.drawBackgroundWithFrame(NSRect, inView: NSView, characterRange: NSRange, layoutManager: NSLayoutManager)
Added NSTextBlock.rectForLayoutAtPoint(NSPoint, inRect: NSRect, textContainer: NSTextContainer, characterRange: NSRange) -> NSRect
Added NSTextBlock.setBorderColor(NSColor?)
Added NSTextBlock.setBorderColor(NSColor?, forEdge: NSRectEdge)
Added NSTextBlock.setContentWidth(CGFloat, type: NSTextBlockValueType)
Added NSTextBlock.setValue(CGFloat, type: NSTextBlockValueType, forDimension: NSTextBlockDimension)
Added NSTextBlock.setWidth(CGFloat, type: NSTextBlockValueType, forLayer: NSTextBlockLayer)
Added NSTextBlock.setWidth(CGFloat, type: NSTextBlockValueType, forLayer: NSTextBlockLayer, edge: NSRectEdge)
Added NSTextBlock.valueForDimension(NSTextBlockDimension) -> CGFloat
Added NSTextBlock.valueTypeForDimension(NSTextBlockDimension) -> NSTextBlockValueType
Added NSTextBlock.verticalAlignment
Added NSTextBlock.widthForLayer(NSTextBlockLayer, edge: NSRectEdge) -> CGFloat
Added NSTextBlock.widthValueTypeForLayer(NSTextBlockLayer, edge: NSRectEdge) -> NSTextBlockValueType
Added NSTextBlockDimension [enum]
Added NSTextBlockDimension.Height
Added NSTextBlockDimension.MaximumHeight
Added NSTextBlockDimension.MaximumWidth
Added NSTextBlockDimension.MinimumHeight
Added NSTextBlockDimension.MinimumWidth
Added NSTextBlockDimension.Width
Added NSTextBlockLayer [enum]
Added NSTextBlockLayer.Border
Added NSTextBlockLayer.Margin
Added NSTextBlockLayer.Padding
Added NSTextBlockValueType [enum]
Added NSTextBlockValueType.AbsoluteValueType
Added NSTextBlockValueType.PercentageValueType
Added NSTextBlockVerticalAlignment [enum]
Added NSTextBlockVerticalAlignment.BaselineAlignment
Added NSTextBlockVerticalAlignment.BottomAlignment
Added NSTextBlockVerticalAlignment.MiddleAlignment
Added NSTextBlockVerticalAlignment.TopAlignment
Added NSTextContainer
Added NSTextContainer.containerSize
Added NSTextContainer.init(containerSize: NSSize)
Added NSTextContainer.containsPoint(NSPoint) -> Bool
Added NSTextContainer.heightTracksTextView
Added NSTextContainer.layoutManager
Added NSTextContainer.lineFragmentPadding
Added NSTextContainer.lineFragmentRectForProposedRect(NSRect, sweepDirection: NSLineSweepDirection, movementDirection: NSLineMovementDirection, remainingRect: NSRectPointer) -> NSRect
Added NSTextContainer.replaceLayoutManager(NSLayoutManager?)
Added NSTextContainer.simpleRectangularTextContainer
Added NSTextContainer.textView
Added NSTextContainer.widthTracksTextView
Added NSTextDelegate
Added NSTextDelegate.textDidBeginEditing(NSNotification)
Added NSTextDelegate.textDidChange(NSNotification)
Added NSTextDelegate.textDidEndEditing(NSNotification)
Added NSTextDelegate.textShouldBeginEditing(NSText) -> Bool
Added NSTextDelegate.textShouldEndEditing(NSText) -> Bool
Added NSTextField
Added NSTextField.acceptsFirstResponder
Added NSTextField.allowsEditingTextAttributes
Added NSTextField.backgroundColor
Added NSTextField.bezelStyle
Added NSTextField.bezeled
Added NSTextField.bordered
Added NSTextField.delegate
Added NSTextField.drawsBackground
Added NSTextField.editable
Added NSTextField.importsGraphics
Added NSTextField.placeholderAttributedString
Added NSTextField.placeholderString
Added NSTextField.preferredMaxLayoutWidth
Added NSTextField.selectText(AnyObject?)
Added NSTextField.selectable
Added NSTextField.textColor
Added NSTextField.textDidBeginEditing(NSNotification)
Added NSTextField.textDidChange(NSNotification)
Added NSTextField.textDidEndEditing(NSNotification)
Added NSTextField.textShouldBeginEditing(NSText) -> Bool
Added NSTextField.textShouldEndEditing(NSText) -> Bool
Added NSTextFieldBezelStyle [enum]
Added NSTextFieldBezelStyle.RoundedBezel
Added NSTextFieldBezelStyle.SquareBezel
Added NSTextFieldCell
Added NSTextFieldCell.allowedInputSourceLocales
Added NSTextFieldCell.backgroundColor
Added NSTextFieldCell.bezelStyle
Added NSTextFieldCell.drawsBackground
Added NSTextFieldCell.placeholderAttributedString
Added NSTextFieldCell.placeholderString
Added NSTextFieldCell.setUpFieldEditorAttributes(NSText) -> NSText
Added NSTextFieldCell.setWantsNotificationForMarkedText(Bool)
Added NSTextFieldCell.textColor
Added NSTextFieldDelegate
Added NSTextFinder
Added NSTextFinder.init()
Added NSTextFinder.cancelFindIndicator()
Added NSTextFinder.client
Added NSTextFinder.drawIncrementalMatchHighlightInRect(NSRect) [class]
Added NSTextFinder.findBarContainer
Added NSTextFinder.findIndicatorNeedsUpdate
Added NSTextFinder.incrementalMatchRanges
Added NSTextFinder.incrementalSearchingEnabled
Added NSTextFinder.incrementalSearchingShouldDimContentView
Added NSTextFinder.noteClientStringWillChange()
Added NSTextFinder.performAction(NSTextFinderAction)
Added NSTextFinder.validateAction(NSTextFinderAction) -> Bool
Added NSTextFinderAction [enum]
Added NSTextFinderAction.HideFindInterface
Added NSTextFinderAction.HideReplaceInterface
Added NSTextFinderAction.NextMatch
Added NSTextFinderAction.PreviousMatch
Added NSTextFinderAction.Replace
Added NSTextFinderAction.ReplaceAll
Added NSTextFinderAction.ReplaceAllInSelection
Added NSTextFinderAction.ReplaceAndFind
Added NSTextFinderAction.SelectAll
Added NSTextFinderAction.SelectAllInSelection
Added NSTextFinderAction.SetSearchString
Added NSTextFinderAction.ShowFindInterface
Added NSTextFinderAction.ShowReplaceInterface
Added NSTextFinderBarContainer
Added NSTextFinderBarContainer.contentView() -> NSView
Added NSTextFinderBarContainer.findBarView
Added NSTextFinderBarContainer.findBarViewDidChangeHeight()
Added NSTextFinderBarContainer.findBarVisible
Added NSTextFinderClient
Added NSTextFinderClient.allowsMultipleSelection
Added NSTextFinderClient.contentViewAtIndex(Int, effectiveCharacterRange: NSRangePointer) -> NSView
Added NSTextFinderClient.didReplaceCharacters()
Added NSTextFinderClient.drawCharactersInRange(NSRange, forContentView: NSView)
Added NSTextFinderClient.editable
Added NSTextFinderClient.firstSelectedRange
Added NSTextFinderClient.rectsForCharacterRange(NSRange) -> [AnyObject]?
Added NSTextFinderClient.replaceCharactersInRange(NSRange, withString: String)
Added NSTextFinderClient.scrollRangeToVisible(NSRange)
Added NSTextFinderClient.selectable
Added NSTextFinderClient.selectedRanges
Added NSTextFinderClient.shouldReplaceCharactersInRanges([AnyObject], withStrings:[AnyObject]) -> Bool
Added NSTextFinderClient.string
Added NSTextFinderClient.stringAtIndex(Int, effectiveRange: NSRangePointer, endsWithSearchBoundary: UnsafeMutablePointer<ObjCBool>) -> String
Added NSTextFinderClient.stringLength() -> Int
Added NSTextFinderClient.visibleCharacterRanges
Added NSTextFinderMatchingType [enum]
Added NSTextFinderMatchingType.Contains
Added NSTextFinderMatchingType.EndsWith
Added NSTextFinderMatchingType.FullWord
Added NSTextFinderMatchingType.StartsWith
Added NSTextInput
Added NSTextInputClient
Added NSTextInputClient.attributedString() -> NSAttributedString
Added NSTextInputClient.attributedSubstringForProposedRange(NSRange, actualRange: NSRangePointer) -> NSAttributedString?
Added NSTextInputClient.baselineDeltaForCharacterAtIndex(Int) -> CGFloat
Added NSTextInputClient.characterIndexForPoint(NSPoint) -> Int
Added NSTextInputClient.doCommandBySelector(Selector)
Added NSTextInputClient.drawsVerticallyForCharacterAtIndex(Int) -> Bool
Added NSTextInputClient.firstRectForCharacterRange(NSRange, actualRange: NSRangePointer) -> NSRect
Added NSTextInputClient.fractionOfDistanceThroughGlyphForPoint(NSPoint) -> CGFloat
Added NSTextInputClient.hasMarkedText() -> Bool
Added NSTextInputClient.insertText(AnyObject, replacementRange: NSRange)
Added NSTextInputClient.markedRange() -> NSRange
Added NSTextInputClient.selectedRange() -> NSRange
Added NSTextInputClient.setMarkedText(AnyObject, selectedRange: NSRange, replacementRange: NSRange)
Added NSTextInputClient.unmarkText()
Added NSTextInputClient.validAttributesForMarkedText() -> [AnyObject]
Added NSTextInputClient.windowLevel() -> Int
Added NSTextInputContext
Added NSTextInputContext.acceptsGlyphInfo
Added NSTextInputContext.activate()
Added NSTextInputContext.allowedInputSourceLocales
Added NSTextInputContext.client
Added NSTextInputContext.init(client: NSTextInputClient)
Added NSTextInputContext.currentInputContext() -> NSTextInputContext? [class]
Added NSTextInputContext.deactivate()
Added NSTextInputContext.discardMarkedText()
Added NSTextInputContext.handleEvent(NSEvent) -> Bool
Added NSTextInputContext.invalidateCharacterCoordinates()
Added NSTextInputContext.keyboardInputSources
Added NSTextInputContext.localizedNameForInputSource(String) -> String? [class]
Added NSTextInputContext.selectedKeyboardInputSource
Added NSTextLayoutOrientation [enum]
Added NSTextLayoutOrientation.Horizontal
Added NSTextLayoutOrientation.Vertical
Added NSTextLayoutOrientationProvider
Added NSTextLayoutOrientationProvider.layoutOrientation() -> NSTextLayoutOrientation
Added NSTextList
Added NSTextList.listOptions
Added NSTextList.markerForItemNumber(Int) -> String
Added NSTextList.markerFormat
Added NSTextList.init(markerFormat: String, options: Int)
Added NSTextList.startingItemNumber
Added NSTextListOptions [struct]
Added NSTextListOptions.PrependEnclosingMarker
Added NSTextListOptions.init(_: UInt)
Added NSTextListOptions.init(rawValue: UInt)
Added NSTextStorage
Added NSTextStorage.addLayoutManager(NSLayoutManager)
Added NSTextStorage.attributeRuns
Added NSTextStorage.changeInLength
Added NSTextStorage.characters
Added NSTextStorage.delegate
Added NSTextStorage.edited(Int, range: NSRange, changeInLength: Int)
Added NSTextStorage.editedMask
Added NSTextStorage.editedRange
Added NSTextStorage.ensureAttributesAreFixedInRange(NSRange)
Added NSTextStorage.fixesAttributesLazily
Added NSTextStorage.font
Added NSTextStorage.foregroundColor
Added NSTextStorage.invalidateAttributesInRange(NSRange)
Added NSTextStorage.layoutManagers
Added NSTextStorage.paragraphs
Added NSTextStorage.processEditing()
Added NSTextStorage.removeLayoutManager(NSLayoutManager)
Added NSTextStorage.words
Added NSTextStorageDelegate
Added NSTextStorageDelegate.textStorageDidProcessEditing(NSNotification)
Added NSTextStorageDelegate.textStorageWillProcessEditing(NSNotification)
Added NSTextStorageEditedOptions [struct]
Added NSTextStorageEditedOptions.Attributes
Added NSTextStorageEditedOptions.Characters
Added NSTextStorageEditedOptions.init(_: UInt)
Added NSTextStorageEditedOptions.init(rawValue: UInt)
Added NSTextTab
Added NSTextTab.alignment
Added NSTextTab.location
Added NSTextTab.options
Added NSTextTab.tabStopType
Added NSTextTab.init(textAlignment: NSTextAlignment, location: CGFloat, options:[NSObject: AnyObject]?)
Added NSTextTab.init(type: NSTextTabType, location: CGFloat)
Added NSTextTabType [enum]
Added NSTextTabType.CenterTabStopType
Added NSTextTabType.DecimalTabStopType
Added NSTextTabType.LeftTabStopType
Added NSTextTabType.RightTabStopType
Added NSTextTable
Added NSTextTable.boundsRectForBlock(NSTextTableBlock, contentRect: NSRect, inRect: NSRect, textContainer: NSTextContainer, characterRange: NSRange) -> NSRect
Added NSTextTable.collapsesBorders
Added NSTextTable.drawBackgroundForBlock(NSTextTableBlock, withFrame: NSRect, inView: NSView, characterRange: NSRange, layoutManager: NSLayoutManager)
Added NSTextTable.hidesEmptyCells
Added NSTextTable.layoutAlgorithm
Added NSTextTable.numberOfColumns
Added NSTextTable.rectForBlock(NSTextTableBlock, layoutAtPoint: NSPoint, inRect: NSRect, textContainer: NSTextContainer, characterRange: NSRange) -> NSRect
Added NSTextTableBlock
Added NSTextTableBlock.columnSpan
Added NSTextTableBlock.rowSpan
Added NSTextTableBlock.startingColumn
Added NSTextTableBlock.startingRow
Added NSTextTableBlock.table
Added NSTextTableBlock.init(table: NSTextTable, startingRow: Int, rowSpan: Int, startingColumn: Int, columnSpan: Int)
Added NSTextTableLayoutAlgorithm [enum]
Added NSTextTableLayoutAlgorithm.AutomaticLayoutAlgorithm
Added NSTextTableLayoutAlgorithm.FixedLayoutAlgorithm
Added NSTextView
Added NSTextView.acceptableDragTypes
Added NSTextView.acceptsGlyphInfo
Added NSTextView.alignJustified(AnyObject?)
Added NSTextView.allowedInputSourceLocales
Added NSTextView.allowsDocumentBackgroundColorChange
Added NSTextView.allowsImageEditing
Added NSTextView.allowsUndo
Added NSTextView.automaticDashSubstitutionEnabled
Added NSTextView.automaticDataDetectionEnabled
Added NSTextView.automaticLinkDetectionEnabled
Added NSTextView.automaticQuoteSubstitutionEnabled
Added NSTextView.automaticSpellingCorrectionEnabled
Added NSTextView.automaticTextReplacementEnabled
Added NSTextView.backgroundColor
Added NSTextView.breakUndoCoalescing()
Added NSTextView.changeAttributes(AnyObject?)
Added NSTextView.changeColor(AnyObject?)
Added NSTextView.changeDocumentBackgroundColor(AnyObject?)
Added NSTextView.changeLayoutOrientation(AnyObject?)
Added NSTextView.characterIndexForInsertionAtPoint(NSPoint) -> Int
Added NSTextView.checkTextInDocument(AnyObject?)
Added NSTextView.checkTextInRange(NSRange, types: NSTextCheckingTypes, options:[NSObject: AnyObject])
Added NSTextView.checkTextInSelection(AnyObject?)
Added NSTextView.cleanUpAfterDragOperation()
Added NSTextView.clickedOnLink(AnyObject, atIndex: Int)
Added NSTextView.coalescingUndo
Added NSTextView.init(coder: NSCoder)
Added NSTextView.complete(AnyObject?)
Added NSTextView.completionsForPartialWordRange(NSRange, indexOfSelectedItem: UnsafeMutablePointer<Int>) -> [AnyObject]?
Added NSTextView.continuousSpellCheckingEnabled
Added NSTextView.defaultParagraphStyle
Added NSTextView.delegate
Added NSTextView.didChangeText()
Added NSTextView.displaysLinkToolTips
Added NSTextView.dragImageForSelectionWithEvent(NSEvent, origin: NSPointPointer) -> NSImage?
Added NSTextView.dragOperationForDraggingInfo(NSDraggingInfo, type: String) -> NSDragOperation
Added NSTextView.dragSelectionWithEvent(NSEvent, offset: NSSize, slideBack: Bool) -> Bool
Added NSTextView.drawInsertionPointInRect(NSRect, color: NSColor, turnedOn: Bool)
Added NSTextView.drawViewBackgroundInRect(NSRect)
Added NSTextView.drawsBackground
Added NSTextView.editable
Added NSTextView.enabledTextCheckingTypes
Added NSTextView.fieldEditor
Added NSTextView.init(frame: NSRect)
Added NSTextView.init(frame: NSRect, textContainer: NSTextContainer?)
Added NSTextView.grammarCheckingEnabled
Added NSTextView.handleTextCheckingResults([AnyObject], forRange: NSRange, types: NSTextCheckingTypes, options:[NSObject: AnyObject], orthography: NSOrthography, wordCount: Int)
Added NSTextView.importsGraphics
Added NSTextView.incrementalSearchingEnabled
Added NSTextView.insertCompletion(String, forPartialWordRange: NSRange, movement: Int, isFinal: Bool)
Added NSTextView.insertText(AnyObject)
Added NSTextView.insertionPointColor
Added NSTextView.invalidateTextContainerOrigin()
Added NSTextView.layoutManager
Added NSTextView.linkTextAttributes
Added NSTextView.loosenKerning(AnyObject?)
Added NSTextView.lowerBaseline(AnyObject?)
Added NSTextView.markedTextAttributes
Added NSTextView.orderFrontLinkPanel(AnyObject?)
Added NSTextView.orderFrontListPanel(AnyObject?)
Added NSTextView.orderFrontSharingServicePicker(AnyObject?)
Added NSTextView.orderFrontSpacingPanel(AnyObject?)
Added NSTextView.orderFrontSubstitutionsPanel(AnyObject?)
Added NSTextView.orderFrontTablePanel(AnyObject?)
Added NSTextView.outline(AnyObject?)
Added NSTextView.pasteAsPlainText(AnyObject?)
Added NSTextView.pasteAsRichText(AnyObject?)
Added NSTextView.performFindPanelAction(AnyObject?)
Added NSTextView.preferredPasteboardTypeFromArray([AnyObject], restrictedToTypesFromArray:[AnyObject]?) -> String?
Added NSTextView.quickLookPreviewableItemsInRanges([AnyObject]) -> [AnyObject]?
Added NSTextView.raiseBaseline(AnyObject?)
Added NSTextView.rangeForUserCharacterAttributeChange
Added NSTextView.rangeForUserCompletion
Added NSTextView.rangeForUserParagraphAttributeChange
Added NSTextView.rangeForUserTextChange
Added NSTextView.rangesForUserCharacterAttributeChange
Added NSTextView.rangesForUserParagraphAttributeChange
Added NSTextView.rangesForUserTextChange
Added NSTextView.readSelectionFromPasteboard(NSPasteboard) -> Bool
Added NSTextView.readSelectionFromPasteboard(NSPasteboard, type: String) -> Bool
Added NSTextView.readablePasteboardTypes
Added NSTextView.registerForServices() [class]
Added NSTextView.replaceTextContainer(NSTextContainer)
Added NSTextView.richText
Added NSTextView.rulerView(NSRulerView, didAddMarker: NSRulerMarker)
Added NSTextView.rulerView(NSRulerView, didMoveMarker: NSRulerMarker)
Added NSTextView.rulerView(NSRulerView, didRemoveMarker: NSRulerMarker)
Added NSTextView.rulerView(NSRulerView, handleMouseDown: NSEvent)
Added NSTextView.rulerView(NSRulerView, shouldAddMarker: NSRulerMarker) -> Bool
Added NSTextView.rulerView(NSRulerView, shouldMoveMarker: NSRulerMarker) -> Bool
Added NSTextView.rulerView(NSRulerView, shouldRemoveMarker: NSRulerMarker) -> Bool
Added NSTextView.rulerView(NSRulerView, willAddMarker: NSRulerMarker, atLocation: CGFloat) -> CGFloat
Added NSTextView.rulerView(NSRulerView, willMoveMarker: NSRulerMarker, toLocation: CGFloat) -> CGFloat
Added NSTextView.rulerVisible
Added NSTextView.selectable
Added NSTextView.selectedRanges
Added NSTextView.selectedTextAttributes
Added NSTextView.selectionAffinity
Added NSTextView.selectionGranularity
Added NSTextView.selectionRangeForProposedRange(NSRange, granularity: NSSelectionGranularity) -> NSRange
Added NSTextView.setAlignment(NSTextAlignment, range: NSRange)
Added NSTextView.setBaseWritingDirection(NSWritingDirection, range: NSRange)
Added NSTextView.setConstrainedFrameSize(NSSize)
Added NSTextView.setLayoutOrientation(NSTextLayoutOrientation)
Added NSTextView.setNeedsDisplayInRect(NSRect, avoidAdditionalLayout: Bool)
Added NSTextView.setSelectedRange(NSRange)
Added NSTextView.setSelectedRange(NSRange, affinity: NSSelectionAffinity, stillSelecting: Bool)
Added NSTextView.setSelectedRanges([AnyObject], affinity: NSSelectionAffinity, stillSelecting: Bool)
Added NSTextView.setSpellingState(Int, range: NSRange)
Added NSTextView.shouldChangeTextInRange(NSRange, replacementString: String?) -> Bool
Added NSTextView.shouldChangeTextInRanges([AnyObject], replacementStrings:[AnyObject]?) -> Bool
Added NSTextView.shouldDrawInsertionPoint
Added NSTextView.showFindIndicatorForRange(NSRange)
Added NSTextView.smartDeleteRangeForProposedRange(NSRange) -> NSRange
Added NSTextView.smartInsertAfterStringForString(String, replacingRange: NSRange) -> String?
Added NSTextView.smartInsertBeforeStringForString(String, replacingRange: NSRange) -> String?
Added NSTextView.smartInsertDeleteEnabled
Added NSTextView.smartInsertForString(String, replacingRange: NSRange, beforeString: AutoreleasingUnsafeMutablePointer<NSString?>, afterString: AutoreleasingUnsafeMutablePointer<NSString?>)
Added NSTextView.spellCheckerDocumentTag
Added NSTextView.startSpeaking(AnyObject?)
Added NSTextView.stopSpeaking(AnyObject?)
Added NSTextView.textContainer
Added NSTextView.textContainerInset
Added NSTextView.textContainerOrigin
Added NSTextView.textStorage
Added NSTextView.tightenKerning(AnyObject?)
Added NSTextView.toggleAutomaticDashSubstitution(AnyObject?)
Added NSTextView.toggleAutomaticDataDetection(AnyObject?)
Added NSTextView.toggleAutomaticLinkDetection(AnyObject?)
Added NSTextView.toggleAutomaticQuoteSubstitution(AnyObject?)
Added NSTextView.toggleAutomaticSpellingCorrection(AnyObject?)
Added NSTextView.toggleAutomaticTextReplacement(AnyObject?)
Added NSTextView.toggleContinuousSpellChecking(AnyObject?)
Added NSTextView.toggleGrammarChecking(AnyObject?)
Added NSTextView.toggleQuickLookPreviewPanel(AnyObject?)
Added NSTextView.toggleSmartInsertDelete(AnyObject?)
Added NSTextView.toggleTraditionalCharacterShape(AnyObject?)
Added NSTextView.turnOffKerning(AnyObject?)
Added NSTextView.turnOffLigatures(AnyObject?)
Added NSTextView.typingAttributes
Added NSTextView.updateDragTypeRegistration()
Added NSTextView.updateFontPanel()
Added NSTextView.updateInsertionPointStateAndRestartTimer(Bool)
Added NSTextView.updateQuickLookPreviewPanel()
Added NSTextView.updateRuler()
Added NSTextView.useAllLigatures(AnyObject?)
Added NSTextView.useStandardKerning(AnyObject?)
Added NSTextView.useStandardLigatures(AnyObject?)
Added NSTextView.usesFindBar
Added NSTextView.usesFindPanel
Added NSTextView.usesFontPanel
Added NSTextView.usesInspectorBar
Added NSTextView.usesRolloverButtonForSelection
Added NSTextView.usesRuler
Added NSTextView.validRequestorForSendType(String, returnType: String) -> AnyObject?
Added NSTextView.writablePasteboardTypes
Added NSTextView.writeSelectionToPasteboard(NSPasteboard, type: String) -> Bool
Added NSTextView.writeSelectionToPasteboard(NSPasteboard, types:[AnyObject]) -> Bool
Added NSTextViewDelegate
Added NSTextViewDelegate.textView(NSTextView, URLForContentsOfTextAttachment: NSTextAttachment, atIndex: Int) -> NSURL?
Added NSTextViewDelegate.textView(NSTextView, clickedOnCell: NSTextAttachmentCellProtocol, inRect: NSRect, atIndex: Int)
Added NSTextViewDelegate.textView(NSTextView, clickedOnLink: AnyObject, atIndex: Int) -> Bool
Added NSTextViewDelegate.textView(NSTextView, completions:[AnyObject], forPartialWordRange: NSRange, indexOfSelectedItem: UnsafeMutablePointer<Int>) -> [AnyObject]
Added NSTextViewDelegate.textView(NSTextView, didCheckTextInRange: NSRange, types: NSTextCheckingTypes, options:[NSObject: AnyObject], results:[AnyObject], orthography: NSOrthography, wordCount: Int) -> [AnyObject]
Added NSTextViewDelegate.textView(NSTextView, doCommandBySelector: Selector) -> Bool
Added NSTextViewDelegate.textView(NSTextView, doubleClickedOnCell: NSTextAttachmentCellProtocol, inRect: NSRect, atIndex: Int)
Added NSTextViewDelegate.textView(NSTextView, draggedCell: NSTextAttachmentCellProtocol, inRect: NSRect, event: NSEvent, atIndex: Int)
Added NSTextViewDelegate.textView(NSTextView, menu: NSMenu, forEvent: NSEvent, atIndex: Int) -> NSMenu?
Added NSTextViewDelegate.textView(NSTextView, shouldChangeTextInRange: NSRange, replacementString: String) -> Bool
Added NSTextViewDelegate.textView(NSTextView, shouldChangeTextInRanges:[AnyObject], replacementStrings:[AnyObject]?) -> Bool
Added NSTextViewDelegate.textView(NSTextView, shouldChangeTypingAttributes:[NSObject: AnyObject], toAttributes:[NSObject: AnyObject]) -> [NSObject: AnyObject]
Added NSTextViewDelegate.textView(NSTextView, shouldSetSpellingState: Int, range: NSRange) -> Int
Added NSTextViewDelegate.textView(NSTextView, willChangeSelectionFromCharacterRange: NSRange, toCharacterRange: NSRange) -> NSRange
Added NSTextViewDelegate.textView(NSTextView, willChangeSelectionFromCharacterRanges:[AnyObject], toCharacterRanges:[AnyObject]) -> [AnyObject]
Added NSTextViewDelegate.textView(NSTextView, willCheckTextInRange: NSRange, options:[NSObject: AnyObject], types: UnsafeMutablePointer<NSTextCheckingTypes>) -> [NSObject: AnyObject]
Added NSTextViewDelegate.textView(NSTextView, willDisplayToolTip: String, forCharacterAtIndex: Int) -> String?
Added NSTextViewDelegate.textView(NSTextView, willShowSharingServicePicker: NSSharingServicePicker, forItems:[AnyObject]) -> NSSharingServicePicker?
Added NSTextViewDelegate.textView(NSTextView, writablePasteboardTypesForCell: NSTextAttachmentCellProtocol, atIndex: Int) -> [AnyObject]
Added NSTextViewDelegate.textView(NSTextView, writeCell: NSTextAttachmentCellProtocol, atIndex: Int, toPasteboard: NSPasteboard, type: String) -> Bool
Added NSTextViewDelegate.textViewDidChangeSelection(NSNotification)
Added NSTextViewDelegate.textViewDidChangeTypingAttributes(NSNotification)
Added NSTextViewDelegate.undoManagerForTextView(NSTextView) -> NSUndoManager?
Added NSTickMarkPosition [enum]
Added NSTickMarkPosition.Above
Added NSTickMarkPosition.Below
Added NSTitlePosition [enum]
Added NSTitlePosition.AboveBottom
Added NSTitlePosition.AboveTop
Added NSTitlePosition.AtBottom
Added NSTitlePosition.AtTop
Added NSTitlePosition.BelowBottom
Added NSTitlePosition.BelowTop
Added NSTitlePosition.NoTitle
Added NSTitlebarAccessoryViewController
Added NSTitlebarAccessoryViewController.fullScreenMinHeight
Added NSTitlebarAccessoryViewController.layoutAttribute
Added NSTitlebarAccessoryViewController.viewDidAppear()
Added NSTitlebarAccessoryViewController.viewDidDisappear()
Added NSTitlebarAccessoryViewController.viewWillAppear()
Added NSTokenField
Added NSTokenField.completionDelay
Added NSTokenField.defaultCompletionDelay() -> NSTimeInterval [class]
Added NSTokenField.defaultTokenizingCharacterSet() -> NSCharacterSet [class]
Added NSTokenField.delegate() -> NSTokenFieldDelegate?
Added NSTokenField.setDelegate(NSTokenFieldDelegate?)
Added NSTokenField.tokenStyle
Added NSTokenField.tokenizingCharacterSet
Added NSTokenFieldCell
Added NSTokenFieldCell.completionDelay
Added NSTokenFieldCell.defaultCompletionDelay() -> NSTimeInterval [class]
Added NSTokenFieldCell.defaultTokenizingCharacterSet() -> NSCharacterSet [class]
Added NSTokenFieldCell.delegate
Added NSTokenFieldCell.tokenStyle
Added NSTokenFieldCell.tokenizingCharacterSet
Added NSTokenFieldCellDelegate
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, completionsForSubstring: String, indexOfToken: Int, indexOfSelectedItem: UnsafeMutablePointer<Int>) -> [AnyObject]
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, displayStringForRepresentedObject: AnyObject) -> String?
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, editingStringForRepresentedObject: AnyObject) -> String?
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, hasMenuForRepresentedObject: AnyObject) -> Bool
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, menuForRepresentedObject: AnyObject) -> NSMenu?
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, readFromPasteboard: NSPasteboard) -> [AnyObject]?
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, representedObjectForEditingString: String) -> AnyObject
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, shouldAddObjects:[AnyObject], atIndex: Int) -> [AnyObject]
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, styleForRepresentedObject: AnyObject) -> NSTokenStyle
Added NSTokenFieldCellDelegate.tokenFieldCell(NSTokenFieldCell, writeRepresentedObjects:[AnyObject], toPasteboard: NSPasteboard) -> Bool
Added NSTokenFieldDelegate
Added NSTokenFieldDelegate.tokenField(NSTokenField, completionsForSubstring: String, indexOfToken: Int, indexOfSelectedItem: UnsafeMutablePointer<Int>) -> [AnyObject]?
Added NSTokenFieldDelegate.tokenField(NSTokenField, displayStringForRepresentedObject: AnyObject) -> String?
Added NSTokenFieldDelegate.tokenField(NSTokenField, editingStringForRepresentedObject: AnyObject) -> String?
Added NSTokenFieldDelegate.tokenField(NSTokenField, hasMenuForRepresentedObject: AnyObject) -> Bool
Added NSTokenFieldDelegate.tokenField(NSTokenField, menuForRepresentedObject: AnyObject) -> NSMenu?
Added NSTokenFieldDelegate.tokenField(NSTokenField, readFromPasteboard: NSPasteboard) -> [AnyObject]?
Added NSTokenFieldDelegate.tokenField(NSTokenField, representedObjectForEditingString: String) -> AnyObject
Added NSTokenFieldDelegate.tokenField(NSTokenField, shouldAddObjects:[AnyObject], atIndex: Int) -> [AnyObject]
Added NSTokenFieldDelegate.tokenField(NSTokenField, styleForRepresentedObject: AnyObject) -> NSTokenStyle
Added NSTokenFieldDelegate.tokenField(NSTokenField, writeRepresentedObjects:[AnyObject], toPasteboard: NSPasteboard) -> Bool
Added NSTokenStyle [enum]
Added NSTokenStyle.Default
Added NSTokenStyle.None
Added NSTokenStyle.PlainSquared
Added NSTokenStyle.Rounded
Added NSTokenStyle.Squared
Added NSToolbar
Added NSToolbar.allowsExtensionItems
Added NSToolbar.allowsUserCustomization
Added NSToolbar.autosavesConfiguration
Added NSToolbar.configurationDictionary
Added NSToolbar.customizationPaletteIsRunning
Added NSToolbar.delegate
Added NSToolbar.displayMode
Added NSToolbar.fullScreenAccessoryView
Added NSToolbar.fullScreenAccessoryViewMaxHeight
Added NSToolbar.fullScreenAccessoryViewMinHeight
Added NSToolbar.identifier
Added NSToolbar.init(identifier: String)
Added NSToolbar.insertItemWithItemIdentifier(String, atIndex: Int)
Added NSToolbar.items
Added NSToolbar.removeItemAtIndex(Int)
Added NSToolbar.runCustomizationPalette(AnyObject?)
Added NSToolbar.selectedItemIdentifier
Added NSToolbar.setConfigurationFromDictionary([NSObject: AnyObject])
Added NSToolbar.showsBaselineSeparator
Added NSToolbar.sizeMode
Added NSToolbar.validateVisibleItems()
Added NSToolbar.visible
Added NSToolbar.visibleItems
Added NSToolbarDelegate
Added NSToolbarDelegate.toolbar(NSToolbar, itemForItemIdentifier: String, willBeInsertedIntoToolbar: Bool) -> NSToolbarItem?
Added NSToolbarDelegate.toolbarAllowedItemIdentifiers(NSToolbar) -> [AnyObject]
Added NSToolbarDelegate.toolbarDefaultItemIdentifiers(NSToolbar) -> [AnyObject]
Added NSToolbarDelegate.toolbarDidRemoveItem(NSNotification)
Added NSToolbarDelegate.toolbarSelectableItemIdentifiers(NSToolbar) -> [AnyObject]
Added NSToolbarDelegate.toolbarWillAddItem(NSNotification)
Added NSToolbarDisplayMode [enum]
Added NSToolbarDisplayMode.Default
Added NSToolbarDisplayMode.IconAndLabel
Added NSToolbarDisplayMode.IconOnly
Added NSToolbarDisplayMode.LabelOnly
Added NSToolbarItem
Added NSToolbarItem.action
Added NSToolbarItem.allowsDuplicatesInToolbar
Added NSToolbarItem.autovalidates
Added NSToolbarItem.enabled
Added NSToolbarItem.image
Added NSToolbarItem.itemIdentifier
Added NSToolbarItem.init(itemIdentifier: String)
Added NSToolbarItem.label
Added NSToolbarItem.maxSize
Added NSToolbarItem.menuFormRepresentation
Added NSToolbarItem.minSize
Added NSToolbarItem.paletteLabel
Added NSToolbarItem.tag
Added NSToolbarItem.target
Added NSToolbarItem.toolTip
Added NSToolbarItem.toolbar
Added NSToolbarItem.validate()
Added NSToolbarItem.view
Added NSToolbarItem.visibilityPriority
Added NSToolbarItemGroup
Added NSToolbarItemGroup.subitems
Added NSToolbarSizeMode [enum]
Added NSToolbarSizeMode.Default
Added NSToolbarSizeMode.Regular
Added NSToolbarSizeMode.Small
Added NSTouch
Added NSTouch.device
Added NSTouch.deviceSize
Added NSTouch.identity
Added NSTouch.normalizedPosition
Added NSTouch.phase
Added NSTouch.resting
Added NSTouchPhase [struct]
Added NSTouchPhase.Any
Added NSTouchPhase.Began
Added NSTouchPhase.Cancelled
Added NSTouchPhase.Ended
Added NSTouchPhase.Moved
Added NSTouchPhase.Stationary
Added NSTouchPhase.Touching
Added NSTouchPhase.init(_: UInt)
Added NSTouchPhase.init(rawValue: UInt)
Added NSTrackingArea
Added NSTrackingArea.options
Added NSTrackingArea.owner
Added NSTrackingArea.rect
Added NSTrackingArea.init(rect: NSRect, options: NSTrackingAreaOptions, owner: AnyObject!, userInfo:[NSObject: AnyObject]?)
Added NSTrackingArea.userInfo
Added NSTrackingAreaOptions [struct]
Added NSTrackingAreaOptions.ActiveAlways
Added NSTrackingAreaOptions.ActiveInActiveApp
Added NSTrackingAreaOptions.ActiveInKeyWindow
Added NSTrackingAreaOptions.ActiveWhenFirstResponder
Added NSTrackingAreaOptions.AssumeInside
Added NSTrackingAreaOptions.CursorUpdate
Added NSTrackingAreaOptions.EnabledDuringMouseDrag
Added NSTrackingAreaOptions.InVisibleRect
Added NSTrackingAreaOptions.MouseEnteredAndExited
Added NSTrackingAreaOptions.MouseMoved
Added NSTrackingAreaOptions.init(_: UInt)
Added NSTrackingAreaOptions.init(rawValue: UInt)
Added NSTreeController
Added NSTreeController.add(AnyObject?)
Added NSTreeController.addChild(AnyObject?)
Added NSTreeController.addSelectionIndexPaths([AnyObject]) -> Bool
Added NSTreeController.alwaysUsesMultipleValuesMarker
Added NSTreeController.arrangedObjects
Added NSTreeController.avoidsEmptySelection
Added NSTreeController.canAddChild
Added NSTreeController.canInsert
Added NSTreeController.canInsertChild
Added NSTreeController.childrenKeyPath
Added NSTreeController.childrenKeyPathForNode(NSTreeNode) -> String?
Added NSTreeController.content
Added NSTreeController.countKeyPath
Added NSTreeController.countKeyPathForNode(NSTreeNode) -> String?
Added NSTreeController.insert(AnyObject?)
Added NSTreeController.insertChild(AnyObject?)
Added NSTreeController.insertObject(AnyObject!, atArrangedObjectIndexPath: NSIndexPath)
Added NSTreeController.insertObjects([AnyObject], atArrangedObjectIndexPaths:[AnyObject])
Added NSTreeController.leafKeyPath
Added NSTreeController.leafKeyPathForNode(NSTreeNode) -> String?
Added NSTreeController.moveNode(NSTreeNode, toIndexPath: NSIndexPath)
Added NSTreeController.moveNodes([AnyObject], toIndexPath: NSIndexPath)
Added NSTreeController.preservesSelection
Added NSTreeController.rearrangeObjects()
Added NSTreeController.remove(AnyObject?)
Added NSTreeController.removeObjectAtArrangedObjectIndexPath(NSIndexPath)
Added NSTreeController.removeObjectsAtArrangedObjectIndexPaths([AnyObject])
Added NSTreeController.removeSelectionIndexPaths([AnyObject]) -> Bool
Added NSTreeController.selectedNodes
Added NSTreeController.selectedObjects
Added NSTreeController.selectionIndexPath
Added NSTreeController.selectionIndexPaths
Added NSTreeController.selectsInsertedObjects
Added NSTreeController.setSelectionIndexPath(NSIndexPath?) -> Bool
Added NSTreeController.setSelectionIndexPaths([AnyObject]!) -> Bool
Added NSTreeController.sortDescriptors
Added NSTreeNode
Added NSTreeNode.childNodes
Added NSTreeNode.descendantNodeAtIndexPath(NSIndexPath) -> NSTreeNode?
Added NSTreeNode.indexPath
Added NSTreeNode.leaf
Added NSTreeNode.mutableChildNodes
Added NSTreeNode.parentNode
Added NSTreeNode.representedObject
Added NSTreeNode.init(representedObject: AnyObject!)
Added NSTreeNode.sortWithSortDescriptors([AnyObject], recursively: Bool)
Added NSTypesetter
Added NSTypesetter.actionForControlCharacterAtIndex(Int) -> NSTypesetterControlCharacterAction
Added NSTypesetter.attributedString
Added NSTypesetter.attributesForExtraLineFragment
Added NSTypesetter.baselineOffsetInLayoutManager(NSLayoutManager, glyphIndex: Int) -> CGFloat
Added NSTypesetter.beginLineWithGlyphAtIndex(Int)
Added NSTypesetter.beginParagraph()
Added NSTypesetter.bidiProcessingEnabled
Added NSTypesetter.boundingBoxForControlGlyphAtIndex(Int, forTextContainer: NSTextContainer, proposedLineFragment: NSRect, glyphPosition: NSPoint, characterIndex: Int) -> NSRect
Added NSTypesetter.characterRangeForGlyphRange(NSRange, actualGlyphRange: NSRangePointer) -> NSRange
Added NSTypesetter.currentParagraphStyle
Added NSTypesetter.currentTextContainer
Added NSTypesetter.defaultTypesetterBehavior() -> NSTypesetterBehavior [class]
Added NSTypesetter.deleteGlyphsInRange(NSRange)
Added NSTypesetter.endLineWithGlyphRange(NSRange)
Added NSTypesetter.endParagraph()
Added NSTypesetter.getGlyphsInRange(NSRange, glyphs: UnsafeMutablePointer<NSGlyph>, characterIndexes: UnsafeMutablePointer<Int>, glyphInscriptions: UnsafeMutablePointer<NSGlyphInscription>, elasticBits: UnsafeMutablePointer<ObjCBool>, bidiLevels: UnsafeMutablePointer<UInt8>) -> Int
Added NSTypesetter.getLineFragmentRect(NSRectPointer, usedRect: NSRectPointer, forParagraphSeparatorGlyphRange: NSRange, atProposedOrigin: NSPoint)
Added NSTypesetter.getLineFragmentRect(NSRectPointer, usedRect: NSRectPointer, remainingRect: NSRectPointer, forStartingGlyphAtIndex: Int, proposedRect: NSRect, lineSpacing: CGFloat, paragraphSpacingBefore: CGFloat, paragraphSpacingAfter: CGFloat)
Added NSTypesetter.glyphRangeForCharacterRange(NSRange, actualCharacterRange: NSRangePointer) -> NSRange
Added NSTypesetter.hyphenCharacterForGlyphAtIndex(Int) -> UTF32Char
Added NSTypesetter.hyphenationFactor
Added NSTypesetter.hyphenationFactorForGlyphAtIndex(Int) -> Float
Added NSTypesetter.insertGlyph(NSGlyph, atGlyphIndex: Int, characterIndex: Int)
Added NSTypesetter.layoutCharactersInRange(NSRange, forLayoutManager: NSLayoutManager, maximumNumberOfLineFragments: Int) -> NSRange
Added NSTypesetter.layoutGlyphsInLayoutManager(NSLayoutManager, startingAtGlyphIndex: Int, maxNumberOfLineFragments: Int, nextGlyphIndex: UnsafeMutablePointer<Int>)
Added NSTypesetter.layoutManager
Added NSTypesetter.layoutParagraphAtPoint(NSPointPointer) -> Int
Added NSTypesetter.lineFragmentPadding
Added NSTypesetter.lineSpacingAfterGlyphAtIndex(Int, withProposedLineFragmentRect: NSRect) -> CGFloat
Added NSTypesetter.paragraphCharacterRange
Added NSTypesetter.paragraphGlyphRange
Added NSTypesetter.paragraphSeparatorCharacterRange
Added NSTypesetter.paragraphSeparatorGlyphRange
Added NSTypesetter.paragraphSpacingAfterGlyphAtIndex(Int, withProposedLineFragmentRect: NSRect) -> CGFloat
Added NSTypesetter.paragraphSpacingBeforeGlyphAtIndex(Int, withProposedLineFragmentRect: NSRect) -> CGFloat
Added NSTypesetter.printingAdjustmentInLayoutManager(NSLayoutManager, forNominallySpacedGlyphRange: NSRange, packedGlyphs: UnsafePointer<UInt8>, count: Int) -> NSSize [class]
Added NSTypesetter.setAttachmentSize(NSSize, forGlyphRange: NSRange)
Added NSTypesetter.setBidiLevels(UnsafePointer<UInt8>, forGlyphRange: NSRange)
Added NSTypesetter.setDrawsOutsideLineFragment(Bool, forGlyphRange: NSRange)
Added NSTypesetter.setHardInvalidation(Bool, forGlyphRange: NSRange)
Added NSTypesetter.setLineFragmentRect(NSRect, forGlyphRange: NSRange, usedRect: NSRect, baselineOffset: CGFloat)
Added NSTypesetter.setLocation(NSPoint, withAdvancements: UnsafePointer<CGFloat>, forStartOfGlyphRange: NSRange)
Added NSTypesetter.setNotShownAttribute(Bool, forGlyphRange: NSRange)
Added NSTypesetter.setParagraphGlyphRange(NSRange, separatorGlyphRange: NSRange)
Added NSTypesetter.sharedSystemTypesetter() -> AnyObject [class]
Added NSTypesetter.sharedSystemTypesetterForBehavior(NSTypesetterBehavior) -> AnyObject [class]
Added NSTypesetter.shouldBreakLineByHyphenatingBeforeCharacterAtIndex(Int) -> Bool
Added NSTypesetter.shouldBreakLineByWordBeforeCharacterAtIndex(Int) -> Bool
Added NSTypesetter.substituteFontForFont(NSFont) -> NSFont
Added NSTypesetter.substituteGlyphsInRange(NSRange, withGlyphs: UnsafeMutablePointer<NSGlyph>)
Added NSTypesetter.textContainers
Added NSTypesetter.textTabForGlyphLocation(CGFloat, writingDirection: NSWritingDirection, maxLocation: CGFloat) -> NSTextTab?
Added NSTypesetter.typesetterBehavior
Added NSTypesetter.usesFontLeading
Added NSTypesetter.willSetLineFragmentRect(NSRectPointer, forGlyphRange: NSRange, usedRect: NSRectPointer, baselineOffset: UnsafeMutablePointer<CGFloat>)
Added NSTypesetterBehavior [enum]
Added NSTypesetterBehavior.Behavior_10_2
Added NSTypesetterBehavior.Behavior_10_2_WithCompatibility
Added NSTypesetterBehavior.Behavior_10_3
Added NSTypesetterBehavior.Behavior_10_4
Added NSTypesetterBehavior.LatestBehavior
Added NSTypesetterBehavior.OriginalBehavior
Added NSTypesetterControlCharacterAction [struct]
Added NSTypesetterControlCharacterAction.ContainerBreakAction
Added NSTypesetterControlCharacterAction.HorizontalTabAction
Added NSTypesetterControlCharacterAction.LineBreakAction
Added NSTypesetterControlCharacterAction.ParagraphBreakAction
Added NSTypesetterControlCharacterAction.WhitespaceAction
Added NSTypesetterControlCharacterAction.ZeroAdvancementAction
Added NSTypesetterControlCharacterAction.init(_: UInt)
Added NSTypesetterControlCharacterAction.init(rawValue: UInt)
Added NSURL.init(fromPasteboard: NSPasteboard)
Added NSURL.writeToPasteboard(NSPasteboard)
Added NSUsableScrollerParts [enum]
Added NSUsableScrollerParts.AllScrollerParts
Added NSUsableScrollerParts.NoScrollerParts
Added NSUsableScrollerParts.OnlyScrollerArrows
Added NSUserDefaultsController
Added NSUserDefaultsController.appliesImmediately
Added NSUserDefaultsController.init(coder: NSCoder)
Added NSUserDefaultsController.defaults
Added NSUserDefaultsController.init(defaults: NSUserDefaults?, initialValues:[NSObject: AnyObject]?)
Added NSUserDefaultsController.hasUnappliedChanges
Added NSUserDefaultsController.initialValues
Added NSUserDefaultsController.revert(AnyObject?)
Added NSUserDefaultsController.revertToInitialValues(AnyObject?)
Added NSUserDefaultsController.save(AnyObject?)
Added NSUserDefaultsController.sharedUserDefaultsController() -> NSUserDefaultsController [class]
Added NSUserDefaultsController.values
Added NSUserInterfaceItemIdentification
Added NSUserInterfaceItemIdentification.identifier
Added NSUserInterfaceItemSearching
Added NSUserInterfaceItemSearching.localizedTitlesForItem(AnyObject) -> [AnyObject]
Added NSUserInterfaceItemSearching.performActionForItem(AnyObject)
Added NSUserInterfaceItemSearching.searchForItemsWithSearchString(String, resultLimit: Int, matchedItemHandler:([AnyObject]!) -> Void)
Added NSUserInterfaceItemSearching.showAllHelpTopicsForSearchString(String)
Added NSUserInterfaceLayoutDirection [enum]
Added NSUserInterfaceLayoutDirection.LeftToRight
Added NSUserInterfaceLayoutDirection.RightToLeft
Added NSUserInterfaceLayoutOrientation [enum]
Added NSUserInterfaceLayoutOrientation.Horizontal
Added NSUserInterfaceLayoutOrientation.Vertical
Added NSUserInterfaceValidations
Added NSUserInterfaceValidations.validateUserInterfaceItem(NSValidatedUserInterfaceItem) -> Bool
Added NSValidatedUserInterfaceItem
Added NSValidatedUserInterfaceItem.action() -> Selector
Added NSValidatedUserInterfaceItem.tag() -> Int
Added NSView
Added NSView.acceptsFirstMouse(NSEvent) -> Bool
Added NSView.acceptsTouchEvents
Added NSView.addConstraint(NSLayoutConstraint)
Added NSView.addConstraints([AnyObject])
Added NSView.addCursorRect(NSRect, cursor: NSCursor)
Added NSView.addGestureRecognizer(NSGestureRecognizer)
Added NSView.addSubview(NSView)
Added NSView.addSubview(NSView, positioned: NSWindowOrderingMode, relativeTo: NSView?)
Added NSView.addToolTipRect(NSRect, owner: AnyObject, userData: UnsafeMutablePointer<Void>) -> NSToolTipTag
Added NSView.addTrackingArea(NSTrackingArea)
Added NSView.addTrackingRect(NSRect, owner: AnyObject, userData: UnsafeMutablePointer<Void>, assumeInside: Bool) -> NSTrackingRectTag
Added NSView.adjustPageHeightNew(UnsafeMutablePointer<CGFloat>, top: CGFloat, bottom: CGFloat, limit: CGFloat)
Added NSView.adjustPageWidthNew(UnsafeMutablePointer<CGFloat>, left: CGFloat, right: CGFloat, limit: CGFloat)
Added NSView.adjustScroll(NSRect) -> NSRect
Added NSView.alignmentRectForFrame(NSRect) -> NSRect
Added NSView.alignmentRectInsets
Added NSView.allocateGState()
Added NSView.allowsVibrancy
Added NSView.alphaValue
Added NSView.ancestorSharedWithView(NSView) -> NSView?
Added NSView.autoresizesSubviews
Added NSView.autoresizingMask
Added NSView.autoscroll(NSEvent) -> Bool
Added NSView.backgroundFilters
Added NSView.backingAlignedRect(NSRect, options: NSAlignmentOptions) -> NSRect
Added NSView.baselineOffsetFromBottom
Added NSView.beginDocument()
Added NSView.beginDraggingSessionWithItems([AnyObject], event: NSEvent, source: NSDraggingSource) -> NSDraggingSession
Added NSView.beginPageInRect(NSRect, atPlacement: NSPoint)
Added NSView.bitmapImageRepForCachingDisplayInRect(NSRect) -> NSBitmapImageRep?
Added NSView.bounds
Added NSView.boundsRotation
Added NSView.cacheDisplayInRect(NSRect, toBitmapImageRep: NSBitmapImageRep)
Added NSView.canBecomeKeyView
Added NSView.canDraw
Added NSView.canDrawConcurrently
Added NSView.canDrawSubviewsIntoLayer
Added NSView.centerScanRect(NSRect) -> NSRect
Added NSView.init(coder: NSCoder)
Added NSView.compositingFilter
Added NSView.constraints
Added NSView.constraintsAffectingLayoutForOrientation(NSLayoutConstraintOrientation) -> [AnyObject]
Added NSView.contentCompressionResistancePriorityForOrientation(NSLayoutConstraintOrientation) -> NSLayoutPriority
Added NSView.contentFilters
Added NSView.contentHuggingPriorityForOrientation(NSLayoutConstraintOrientation) -> NSLayoutPriority
Added NSView.convertPoint(NSPoint, fromView: NSView?) -> NSPoint
Added NSView.convertPoint(NSPoint, toView: NSView?) -> NSPoint
Added NSView.convertPointFromBacking(NSPoint) -> NSPoint
Added NSView.convertPointFromLayer(NSPoint) -> NSPoint
Added NSView.convertPointToBacking(NSPoint) -> NSPoint
Added NSView.convertPointToLayer(NSPoint) -> NSPoint
Added NSView.convertRect(NSRect, fromView: NSView?) -> NSRect
Added NSView.convertRect(NSRect, toView: NSView?) -> NSRect
Added NSView.convertRectFromBacking(NSRect) -> NSRect
Added NSView.convertRectFromLayer(NSRect) -> NSRect
Added NSView.convertRectToBacking(NSRect) -> NSRect
Added NSView.convertRectToLayer(NSRect) -> NSRect
Added NSView.convertSize(NSSize, fromView: NSView?) -> NSSize
Added NSView.convertSize(NSSize, toView: NSView?) -> NSSize
Added NSView.convertSizeFromBacking(NSSize) -> NSSize
Added NSView.convertSizeFromLayer(NSSize) -> NSSize
Added NSView.convertSizeToBacking(NSSize) -> NSSize
Added NSView.convertSizeToLayer(NSSize) -> NSSize
Added NSView.dataWithEPSInsideRect(NSRect) -> NSData
Added NSView.dataWithPDFInsideRect(NSRect) -> NSData
Added NSView.defaultFocusRingType() -> NSFocusRingType [class]
Added NSView.defaultMenu() -> NSMenu? [class]
Added NSView.didAddSubview(NSView)
Added NSView.discardCursorRects()
Added NSView.display()
Added NSView.displayIfNeeded()
Added NSView.displayIfNeededIgnoringOpacity()
Added NSView.displayIfNeededInRect(NSRect)
Added NSView.displayIfNeededInRectIgnoringOpacity(NSRect)
Added NSView.displayRect(NSRect)
Added NSView.displayRectIgnoringOpacity(NSRect)
Added NSView.displayRectIgnoringOpacity(NSRect, inContext: NSGraphicsContext)
Added NSView.dragFile(String, fromRect: NSRect, slideBack: Bool, event: NSEvent) -> Bool
Added NSView.dragPromisedFilesOfTypes([AnyObject], fromRect: NSRect, source: AnyObject, slideBack: Bool, event: NSEvent) -> Bool
Added NSView.drawFocusRingMask()
Added NSView.drawPageBorderWithSize(NSSize)
Added NSView.drawRect(NSRect)
Added NSView.drawSheetBorderWithSize(NSSize)
Added NSView.drawingFindIndicator
Added NSView.enclosingMenuItem
Added NSView.enclosingScrollView
Added NSView.endDocument()
Added NSView.endPage()
Added NSView.enterFullScreenMode(NSScreen, withOptions:[NSObject: AnyObject]?) -> Bool
Added NSView.exerciseAmbiguityInLayout()
Added NSView.exitFullScreenModeWithOptions([NSObject: AnyObject]?)
Added NSView.fittingSize
Added NSView.flipped
Added NSView.focusRingMaskBounds
Added NSView.focusRingType
Added NSView.focusView() -> NSView? [class]
Added NSView.frame
Added NSView.init(frame: NSRect)
Added NSView.frameCenterRotation
Added NSView.frameForAlignmentRect(NSRect) -> NSRect
Added NSView.frameRotation
Added NSView.gState() -> Int
Added NSView.gestureRecognizers
Added NSView.getMirror() -> MirrorType
Added NSView.getRectsBeingDrawn(UnsafeMutablePointer<UnsafePointer<NSRect>>, count: UnsafeMutablePointer<Int>)
Added NSView.getRectsExposedDuringLiveResize(UnsafeMutablePointer<NSRect>, count: UnsafeMutablePointer<Int>)
Added NSView.hasAmbiguousLayout
Added NSView.heightAdjustLimit
Added NSView.hidden
Added NSView.hiddenOrHasHiddenAncestor
Added NSView.hitTest(NSPoint) -> NSView?
Added NSView.inFullScreenMode
Added NSView.inLiveResize
Added NSView.inputContext
Added NSView.intrinsicContentSize
Added NSView.invalidateIntrinsicContentSize()
Added NSView.isCompatibleWithResponsiveScrolling() -> Bool [class]
Added NSView.isDescendantOf(NSView) -> Bool
Added NSView.knowsPageRange(NSRangePointer) -> Bool
Added NSView.layer
Added NSView.layerContentsPlacement
Added NSView.layerContentsRedrawPolicy
Added NSView.layerUsesCoreImageFilters
Added NSView.layout()
Added NSView.layoutSubtreeIfNeeded()
Added NSView.locationOfPrintRect(NSRect) -> NSPoint
Added NSView.lockFocus()
Added NSView.lockFocusIfCanDraw() -> Bool
Added NSView.lockFocusIfCanDrawInContext(NSGraphicsContext) -> Bool
Added NSView.makeBackingLayer() -> CALayer
Added NSView.menuForEvent(NSEvent) -> NSMenu?
Added NSView.mouse(NSPoint, inRect: NSRect) -> Bool
Added NSView.mouseDownCanMoveWindow
Added NSView.needsDisplay
Added NSView.needsLayout
Added NSView.needsPanelToBecomeKey
Added NSView.needsToDrawRect(NSRect) -> Bool
Added NSView.needsUpdateConstraints
Added NSView.nextKeyView
Added NSView.nextValidKeyView
Added NSView.noteFocusRingMaskChanged()
Added NSView.opaque
Added NSView.opaqueAncestor
Added NSView.pageFooter
Added NSView.pageHeader
Added NSView.performKeyEquivalent(NSEvent) -> Bool
Added NSView.postsBoundsChangedNotifications
Added NSView.postsFrameChangedNotifications
Added NSView.prepareContentInRect(NSRect)
Added NSView.prepareForReuse()
Added NSView.preparedContentRect
Added NSView.preservesContentDuringLiveResize
Added NSView.previousKeyView
Added NSView.previousValidKeyView
Added NSView.print(AnyObject?)
Added NSView.printJobTitle
Added NSView.rectForPage(Int) -> NSRect
Added NSView.rectForSmartMagnificationAtPoint(NSPoint, inRect: NSRect) -> NSRect
Added NSView.rectPreservedDuringLiveResize
Added NSView.reflectScrolledClipView(NSClipView)
Added NSView.registerForDraggedTypes([AnyObject])
Added NSView.registeredDraggedTypes
Added NSView.releaseGState()
Added NSView.removeAllToolTips()
Added NSView.removeConstraint(NSLayoutConstraint)
Added NSView.removeConstraints([AnyObject])
Added NSView.removeCursorRect(NSRect, cursor: NSCursor)
Added NSView.removeFromSuperview()
Added NSView.removeFromSuperviewWithoutNeedingDisplay()
Added NSView.removeGestureRecognizer(NSGestureRecognizer)
Added NSView.removeToolTip(NSToolTipTag)
Added NSView.removeTrackingArea(NSTrackingArea)
Added NSView.removeTrackingRect(NSTrackingRectTag)
Added NSView.renewGState()
Added NSView.replaceSubview(NSView, with: NSView)
Added NSView.requiresConstraintBasedLayout() -> Bool [class]
Added NSView.resetCursorRects()
Added NSView.resizeSubviewsWithOldSize(NSSize)
Added NSView.resizeWithOldSuperviewSize(NSSize)
Added NSView.rotateByAngle(CGFloat)
Added NSView.rotatedFromBase
Added NSView.rotatedOrScaledFromBase
Added NSView.rulerView(NSRulerView, didAddMarker: NSRulerMarker)
Added NSView.rulerView(NSRulerView, didMoveMarker: NSRulerMarker)
Added NSView.rulerView(NSRulerView, didRemoveMarker: NSRulerMarker)
Added NSView.rulerView(NSRulerView, handleMouseDown: NSEvent)
Added NSView.rulerView(NSRulerView, locationForPoint: NSPoint) -> CGFloat
Added NSView.rulerView(NSRulerView, pointForLocation: CGFloat) -> NSPoint
Added NSView.rulerView(NSRulerView, shouldAddMarker: NSRulerMarker) -> Bool
Added NSView.rulerView(NSRulerView, shouldMoveMarker: NSRulerMarker) -> Bool
Added NSView.rulerView(NSRulerView, shouldRemoveMarker: NSRulerMarker) -> Bool
Added NSView.rulerView(NSRulerView, willAddMarker: NSRulerMarker, atLocation: CGFloat) -> CGFloat
Added NSView.rulerView(NSRulerView, willMoveMarker: NSRulerMarker, toLocation: CGFloat) -> CGFloat
Added NSView.rulerView(NSRulerView, willSetClientView: NSView)
Added NSView.scaleUnitSquareToSize(NSSize)
Added NSView.scrollClipView(NSClipView, toPoint: NSPoint)
Added NSView.scrollPoint(NSPoint)
Added NSView.scrollRect(NSRect, by: NSSize)
Added NSView.scrollRectToVisible(NSRect) -> Bool
Added NSView.setBoundsOrigin(NSPoint)
Added NSView.setBoundsSize(NSSize)
Added NSView.setContentCompressionResistancePriority(NSLayoutPriority, forOrientation: NSLayoutConstraintOrientation)
Added NSView.setContentHuggingPriority(NSLayoutPriority, forOrientation: NSLayoutConstraintOrientation)
Added NSView.setFrameOrigin(NSPoint)
Added NSView.setFrameSize(NSSize)
Added NSView.setKeyboardFocusRingNeedsDisplayInRect(NSRect)
Added NSView.setNeedsDisplayInRect(NSRect)
Added NSView.setUpGState()
Added NSView.shadow
Added NSView.shouldDelayWindowOrderingForEvent(NSEvent) -> Bool
Added NSView.shouldDrawColor() -> Bool
Added NSView.showDefinitionForAttributedString(NSAttributedString?, atPoint: NSPoint)
Added NSView.showDefinitionForAttributedString(NSAttributedString?, range: NSRange, options:[NSObject: AnyObject]?, baselineOriginProvider:((NSRange) -> NSPoint)?)
Added NSView.sortSubviewsUsingFunction(CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> NSComparisonResult)>, context: UnsafeMutablePointer<Void>)
Added NSView.subviews
Added NSView.superview
Added NSView.tag
Added NSView.toolTip
Added NSView.trackingAreas
Added NSView.translateOriginToPoint(NSPoint)
Added NSView.translateRectsNeedingDisplayInRect(NSRect, by: NSSize)
Added NSView.translatesAutoresizingMaskIntoConstraints
Added NSView.unlockFocus()
Added NSView.unregisterDraggedTypes()
Added NSView.updateConstraints()
Added NSView.updateConstraintsForSubtreeIfNeeded()
Added NSView.updateLayer()
Added NSView.updateTrackingAreas()
Added NSView.userInterfaceLayoutDirection
Added NSView.viewDidChangeBackingProperties()
Added NSView.viewDidEndLiveResize()
Added NSView.viewDidHide()
Added NSView.viewDidMoveToSuperview()
Added NSView.viewDidMoveToWindow()
Added NSView.viewDidUnhide()
Added NSView.viewWillDraw()
Added NSView.viewWillMoveToSuperview(NSView?)
Added NSView.viewWillMoveToWindow(NSWindow?)
Added NSView.viewWillStartLiveResize()
Added NSView.viewWithTag(Int) -> AnyObject?
Added NSView.visibleRect
Added NSView.wantsBestResolutionOpenGLSurface
Added NSView.wantsDefaultClipping
Added NSView.wantsLayer
Added NSView.wantsRestingTouches
Added NSView.wantsUpdateLayer
Added NSView.widthAdjustLimit
Added NSView.willRemoveSubview(NSView)
Added NSView.window
Added NSView.writeEPSInsideRect(NSRect, toPasteboard: NSPasteboard)
Added NSView.writePDFInsideRect(NSRect, toPasteboard: NSPasteboard)
Added NSViewAnimation
Added NSViewAnimation.viewAnimations
Added NSViewAnimation.init(viewAnimations: [AnyObject])
Added NSViewController
Added NSViewController.addChildViewController(NSViewController)
Added NSViewController.childViewControllers
Added NSViewController.init(coder: NSCoder)
Added NSViewController.commitEditing() -> Bool
Added NSViewController.commitEditingWithDelegate(AnyObject?, didCommitSelector: Selector, contextInfo: UnsafeMutablePointer<Void>)
Added NSViewController.discardEditing()
Added NSViewController.dismissController(AnyObject?)
Added NSViewController.dismissViewController(NSViewController)
Added NSViewController.extensionContext
Added NSViewController.insertChildViewController(NSViewController, atIndex: Int)
Added NSViewController.loadView()
Added NSViewController.nibBundle
Added NSViewController.nibName
Added NSViewController.init(nibName: String?, bundle: NSBundle?)
Added NSViewController.parentViewController
Added NSViewController.preferredContentSize
Added NSViewController.preferredContentSizeDidChangeForViewController(NSViewController)
Added NSViewController.preferredMaximumSize
Added NSViewController.preferredMinimumSize
Added NSViewController.preferredScreenOrigin
Added NSViewController.presentViewController(NSViewController, animator: NSViewControllerPresentationAnimator)
Added NSViewController.presentViewController(NSViewController, asPopoverRelativeToRect: NSRect, ofView: NSView, preferredEdge: NSRectEdge, behavior: NSPopoverBehavior)
Added NSViewController.presentViewControllerAsModalWindow(NSViewController)
Added NSViewController.presentViewControllerAsSheet(NSViewController)
Added NSViewController.presentedViewControllers
Added NSViewController.presentingViewController
Added NSViewController.removeChildViewControllerAtIndex(Int)
Added NSViewController.removeFromParentViewController()
Added NSViewController.representedObject
Added NSViewController.sourceItemView
Added NSViewController.storyboard
Added NSViewController.title
Added NSViewController.transitionFromViewController(NSViewController, toViewController: NSViewController, options: NSViewControllerTransitionOptions, completionHandler:(() -> Void)?)
Added NSViewController.updateViewConstraints()
Added NSViewController.view
Added NSViewController.viewDidAppear()
Added NSViewController.viewDidDisappear()
Added NSViewController.viewDidLayout()
Added NSViewController.viewDidLoad()
Added NSViewController.viewLoaded
Added NSViewController.viewWillAppear()
Added NSViewController.viewWillDisappear()
Added NSViewController.viewWillLayout()
Added NSViewController.viewWillTransitionToSize(NSSize)
Added NSViewControllerPresentationAnimator
Added NSViewControllerPresentationAnimator.animateDismissalOfViewController(NSViewController, fromViewController: NSViewController)
Added NSViewControllerPresentationAnimator.animatePresentationOfViewController(NSViewController, fromViewController: NSViewController)
Added NSViewControllerTransitionOptions [struct]
Added NSViewControllerTransitionOptions.AllowUserInteraction
Added NSViewControllerTransitionOptions.Crossfade
Added NSViewControllerTransitionOptions.None
Added NSViewControllerTransitionOptions.SlideBackward
Added NSViewControllerTransitionOptions.SlideDown
Added NSViewControllerTransitionOptions.SlideForward
Added NSViewControllerTransitionOptions.SlideLeft
Added NSViewControllerTransitionOptions.SlideRight
Added NSViewControllerTransitionOptions.SlideUp
Added NSViewControllerTransitionOptions.init(_: UInt)
Added NSViewControllerTransitionOptions.init(rawValue: UInt)
Added NSViewLayerContentsPlacement [enum]
Added NSViewLayerContentsPlacement.Bottom
Added NSViewLayerContentsPlacement.BottomLeft
Added NSViewLayerContentsPlacement.BottomRight
Added NSViewLayerContentsPlacement.Center
Added NSViewLayerContentsPlacement.Left
Added NSViewLayerContentsPlacement.Right
Added NSViewLayerContentsPlacement.ScaleAxesIndependently
Added NSViewLayerContentsPlacement.ScaleProportionallyToFill
Added NSViewLayerContentsPlacement.ScaleProportionallyToFit
Added NSViewLayerContentsPlacement.Top
Added NSViewLayerContentsPlacement.TopLeft
Added NSViewLayerContentsPlacement.TopRight
Added NSViewLayerContentsRedrawPolicy [enum]
Added NSViewLayerContentsRedrawPolicy.BeforeViewResize
Added NSViewLayerContentsRedrawPolicy.Crossfade
Added NSViewLayerContentsRedrawPolicy.DuringViewResize
Added NSViewLayerContentsRedrawPolicy.Never
Added NSViewLayerContentsRedrawPolicy.OnSetNeedsDisplay
Added NSVisualEffectBlendingMode [enum]
Added NSVisualEffectBlendingMode.BehindWindow
Added NSVisualEffectBlendingMode.WithinWindow
Added NSVisualEffectMaterial [enum]
Added NSVisualEffectMaterial.AppearanceBased
Added NSVisualEffectMaterial.Dark
Added NSVisualEffectMaterial.Light
Added NSVisualEffectMaterial.Titlebar
Added NSVisualEffectState [enum]
Added NSVisualEffectState.Active
Added NSVisualEffectState.FollowsWindowActiveState
Added NSVisualEffectState.Inactive
Added NSVisualEffectView
Added NSVisualEffectView.blendingMode
Added NSVisualEffectView.interiorBackgroundStyle
Added NSVisualEffectView.maskImage
Added NSVisualEffectView.material
Added NSVisualEffectView.state
Added NSVisualEffectView.viewDidMoveToWindow()
Added NSVisualEffectView.viewWillMoveToWindow(NSWindow?)
Added NSWindingRule [enum]
Added NSWindingRule.EvenOddWindingRule
Added NSWindingRule.NonZeroWindingRule
Added NSWindow
Added NSWindow.acceptsMouseMovedEvents
Added NSWindow.addChildWindow(NSWindow, ordered: NSWindowOrderingMode)
Added NSWindow.addTitlebarAccessoryViewController(NSTitlebarAccessoryViewController)
Added NSWindow.allowsConcurrentViewDrawing
Added NSWindow.allowsToolTipsWhenApplicationIsInactive
Added NSWindow.alphaValue
Added NSWindow.anchorAttributeForOrientation(NSLayoutConstraintOrientation) -> NSLayoutAttribute
Added NSWindow.animationBehavior
Added NSWindow.animationResizeTime(NSRect) -> NSTimeInterval
Added NSWindow.areCursorRectsEnabled
Added NSWindow.aspectRatio
Added NSWindow.attachedSheet
Added NSWindow.autodisplay
Added NSWindow.autorecalculatesContentBorderThicknessForEdge(NSRectEdge) -> Bool
Added NSWindow.autorecalculatesKeyViewLoop
Added NSWindow.backgroundColor
Added NSWindow.backingAlignedRect(NSRect, options: NSAlignmentOptions) -> NSRect
Added NSWindow.backingLocation
Added NSWindow.backingScaleFactor
Added NSWindow.backingType
Added NSWindow.becomeKeyWindow()
Added NSWindow.becomeMainWindow()
Added NSWindow.beginCriticalSheet(NSWindow, completionHandler:((NSModalResponse) -> Void)?)
Added NSWindow.beginSheet(NSWindow, completionHandler:((NSModalResponse) -> Void)?)
Added NSWindow.cacheImageInRect(NSRect)
Added NSWindow.canBecomeKeyWindow
Added NSWindow.canBecomeMainWindow
Added NSWindow.canBecomeVisibleWithoutLogin
Added NSWindow.canHide
Added NSWindow.canStoreColor() -> Bool
Added NSWindow.cascadeTopLeftFromPoint(NSPoint) -> NSPoint
Added NSWindow.center()
Added NSWindow.childWindows
Added NSWindow.close()
Added NSWindow.collectionBehavior
Added NSWindow.colorSpace
Added NSWindow.constrainFrameRect(NSRect, toScreen: NSScreen?) -> NSRect
Added NSWindow.contentAspectRatio
Added NSWindow.contentBorderThicknessForEdge(NSRectEdge) -> CGFloat
Added NSWindow.contentLayoutGuide
Added NSWindow.contentLayoutRect
Added NSWindow.contentMaxSize
Added NSWindow.contentMinSize
Added NSWindow.init(contentRect: NSRect, styleMask: Int, backing: NSBackingStoreType, defer: Bool)
Added NSWindow.init(contentRect: NSRect, styleMask: Int, backing: NSBackingStoreType, defer: Bool, screen: NSScreen?)
Added NSWindow.contentRectForFrameRect(NSRect) -> NSRect
Added NSWindow.contentRectForFrameRect(NSRect, styleMask: Int) -> NSRect [class]
Added NSWindow.contentResizeIncrements
Added NSWindow.contentView
Added NSWindow.contentViewController
Added NSWindow.init(contentViewController: NSViewController)
Added NSWindow.convertRectFromBacking(NSRect) -> NSRect
Added NSWindow.convertRectFromScreen(NSRect) -> NSRect
Added NSWindow.convertRectToBacking(NSRect) -> NSRect
Added NSWindow.convertRectToScreen(NSRect) -> NSRect
Added NSWindow.currentEvent
Added NSWindow.dataWithEPSInsideRect(NSRect) -> NSData
Added NSWindow.dataWithPDFInsideRect(NSRect) -> NSData
Added NSWindow.deepestScreen
Added NSWindow.defaultButtonCell() -> NSButtonCell?
Added NSWindow.defaultDepthLimit() -> NSWindowDepth [class]
Added NSWindow.delegate
Added NSWindow.deminiaturize(AnyObject?)
Added NSWindow.depthLimit
Added NSWindow.deviceDescription
Added NSWindow.disableCursorRects()
Added NSWindow.disableFlushWindow()
Added NSWindow.disableKeyEquivalentForDefaultButtonCell()
Added NSWindow.disableScreenUpdatesUntilFlush()
Added NSWindow.disableSnapshotRestoration()
Added NSWindow.discardCachedImage()
Added NSWindow.discardCursorRects()
Added NSWindow.discardEventsMatchingMask(Int, beforeEvent: NSEvent?)
Added NSWindow.display()
Added NSWindow.displayIfNeeded()
Added NSWindow.displaysWhenScreenProfileChanges
Added NSWindow.dockTile
Added NSWindow.documentEdited
Added NSWindow.dragImage(NSImage, at: NSPoint, offset: NSSize, event: NSEvent, pasteboard: NSPasteboard, source: AnyObject, slideBack: Bool)
Added NSWindow.drawers
Added NSWindow.enableCursorRects()
Added NSWindow.enableFlushWindow()
Added NSWindow.enableKeyEquivalentForDefaultButtonCell()
Added NSWindow.enableSnapshotRestoration()
Added NSWindow.endEditingFor(AnyObject?)
Added NSWindow.endSheet(NSWindow)
Added NSWindow.endSheet(NSWindow, returnCode: NSModalResponse)
Added NSWindow.excludedFromWindowsMenu
Added NSWindow.fieldEditor(Bool, forObject: AnyObject?) -> NSText?
Added NSWindow.firstResponder
Added NSWindow.floatingPanel
Added NSWindow.flushWindow()
Added NSWindow.flushWindowDisabled
Added NSWindow.flushWindowIfNeeded()
Added NSWindow.frame
Added NSWindow.frameAutosaveName() -> String?
Added NSWindow.frameRectForContentRect(NSRect) -> NSRect
Added NSWindow.frameRectForContentRect(NSRect, styleMask: Int) -> NSRect [class]
Added NSWindow.gState() -> Int
Added NSWindow.graphicsContext
Added NSWindow.handleCloseScriptCommand(NSCloseCommand) -> AnyObject?
Added NSWindow.handlePrintScriptCommand(NSScriptCommand) -> AnyObject?
Added NSWindow.handleSaveScriptCommand(NSScriptCommand) -> AnyObject?
Added NSWindow.hasCloseBox
Added NSWindow.hasDynamicDepthLimit
Added NSWindow.hasShadow
Added NSWindow.hasTitleBar
Added NSWindow.hidesOnDeactivate
Added NSWindow.ignoresMouseEvents
Added NSWindow.inLiveResize
Added NSWindow.initialFirstResponder
Added NSWindow.insertTitlebarAccessoryViewController(NSTitlebarAccessoryViewController, atIndex: Int)
Added NSWindow.invalidateCursorRectsForView(NSView)
Added NSWindow.invalidateShadow()
Added NSWindow.keyDown(NSEvent)
Added NSWindow.keyViewSelectionDirection
Added NSWindow.keyWindow
Added NSWindow.layoutIfNeeded()
Added NSWindow.level
Added NSWindow.mainWindow
Added NSWindow.makeFirstResponder(NSResponder?) -> Bool
Added NSWindow.makeKeyAndOrderFront(AnyObject?)
Added NSWindow.makeKeyWindow()
Added NSWindow.makeMainWindow()
Added NSWindow.maxSize
Added NSWindow.menuChanged(NSMenu) [class]
Added NSWindow.minFrameWidthWithTitle(String, styleMask: Int) -> CGFloat [class]
Added NSWindow.minSize
Added NSWindow.miniaturizable
Added NSWindow.miniaturize(AnyObject?)
Added NSWindow.miniaturized
Added NSWindow.miniwindowImage
Added NSWindow.miniwindowTitle
Added NSWindow.modalPanel
Added NSWindow.mouseLocationOutsideOfEventStream
Added NSWindow.movable
Added NSWindow.movableByWindowBackground
Added NSWindow.nextEventMatchingMask(Int) -> NSEvent?
Added NSWindow.nextEventMatchingMask(Int, untilDate: NSDate?, inMode: String, dequeue: Bool) -> NSEvent?
Added NSWindow.occlusionState
Added NSWindow.onActiveSpace
Added NSWindow.oneShot
Added NSWindow.opaque
Added NSWindow.orderBack(AnyObject?)
Added NSWindow.orderFront(AnyObject?)
Added NSWindow.orderFrontRegardless()
Added NSWindow.orderOut(AnyObject?)
Added NSWindow.orderWindow(NSWindowOrderingMode, relativeTo: Int)
Added NSWindow.orderedIndex
Added NSWindow.parentWindow
Added NSWindow.performClose(AnyObject?)
Added NSWindow.performMiniaturize(AnyObject?)
Added NSWindow.performZoom(AnyObject?)
Added NSWindow.postEvent(NSEvent, atStart: Bool)
Added NSWindow.preferredBackingLocation
Added NSWindow.preservesContentDuringLiveResize
Added NSWindow.preventsApplicationTerminationWhenModal
Added NSWindow.print(AnyObject?)
Added NSWindow.recalculateKeyViewLoop()
Added NSWindow.registerForDraggedTypes([AnyObject])
Added NSWindow.releasedWhenClosed
Added NSWindow.removeChildWindow(NSWindow)
Added NSWindow.removeFrameUsingName(String) [class]
Added NSWindow.removeTitlebarAccessoryViewControllerAtIndex(Int)
Added NSWindow.representedFilename
Added NSWindow.representedURL
Added NSWindow.resetCursorRects()
Added NSWindow.resignKeyWindow()
Added NSWindow.resignMainWindow()
Added NSWindow.resizable
Added NSWindow.resizeFlags
Added NSWindow.resizeIncrements
Added NSWindow.restorable
Added NSWindow.restorationClass
Added NSWindow.restoreCachedImage()
Added NSWindow.runToolbarCustomizationPalette(AnyObject?)
Added NSWindow.saveFrameUsingName(String)
Added NSWindow.screen
Added NSWindow.selectKeyViewFollowingView(NSView)
Added NSWindow.selectKeyViewPrecedingView(NSView)
Added NSWindow.selectNextKeyView(AnyObject?)
Added NSWindow.selectPreviousKeyView(AnyObject?)
Added NSWindow.sendEvent(NSEvent)
Added NSWindow.setAnchorAttribute(NSLayoutAttribute, forOrientation: NSLayoutConstraintOrientation)
Added NSWindow.setAutorecalculatesContentBorderThickness(Bool, forEdge: NSRectEdge)
Added NSWindow.setContentBorderThickness(CGFloat, forEdge: NSRectEdge)
Added NSWindow.setContentSize(NSSize)
Added NSWindow.setDefaultButtonCell(NSButtonCell?)
Added NSWindow.setDynamicDepthLimit(Bool)
Added NSWindow.setFrame(NSRect, display: Bool)
Added NSWindow.setFrame(NSRect, display: Bool, animate: Bool)
Added NSWindow.setFrameAutosaveName(String) -> Bool
Added NSWindow.setFrameFromString(String)
Added NSWindow.setFrameOrigin(NSPoint)
Added NSWindow.setFrameTopLeftPoint(NSPoint)
Added NSWindow.setFrameUsingName(String) -> Bool
Added NSWindow.setFrameUsingName(String, force: Bool) -> Bool
Added NSWindow.setIsMiniaturized(Bool)
Added NSWindow.setIsVisible(Bool)
Added NSWindow.setIsZoomed(Bool)
Added NSWindow.setTitleWithRepresentedFilename(String)
Added NSWindow.setWindowController(NSWindowController?)
Added NSWindow.sharingType
Added NSWindow.sheet
Added NSWindow.sheetParent
Added NSWindow.sheets
Added NSWindow.showsResizeIndicator
Added NSWindow.showsToolbarButton
Added NSWindow.standardWindowButton(NSWindowButton) -> NSButton?
Added NSWindow.standardWindowButton(NSWindowButton, forStyleMask: Int) -> NSButton? [class]
Added NSWindow.stringWithSavedFrame
Added NSWindow.styleMask
Added NSWindow.title
Added NSWindow.titleVisibility
Added NSWindow.titlebarAccessoryViewControllers
Added NSWindow.titlebarAppearsTransparent
Added NSWindow.toggleFullScreen(AnyObject?)
Added NSWindow.toggleToolbarShown(AnyObject?)
Added NSWindow.toolbar
Added NSWindow.trackEventsMatchingMask(NSEventMask, timeout: NSTimeInterval, mode: String, handler:(NSEvent!, UnsafeMutablePointer<ObjCBool>) -> Void)
Added NSWindow.tryToPerform(Selector, with: AnyObject?) -> Bool
Added NSWindow.unregisterDraggedTypes()
Added NSWindow.update()
Added NSWindow.updateConstraintsIfNeeded()
Added NSWindow.useOptimizedDrawing(Bool)
Added NSWindow.validRequestorForSendType(String, returnType: String) -> AnyObject?
Added NSWindow.viewsNeedDisplay
Added NSWindow.visible
Added NSWindow.visualizeConstraints([AnyObject])
Added NSWindow.windowController() -> AnyObject?
Added NSWindow.windowNumber
Added NSWindow.windowNumberAtPoint(NSPoint, belowWindowWithWindowNumber: Int) -> Int [class]
Added NSWindow.windowNumbersWithOptions(NSWindowNumberListOptions) -> [AnyObject]? [class]
Added NSWindow.windowRef
Added NSWindow.init(windowRef: UnsafeMutablePointer<Void>)
Added NSWindow.worksWhenModal
Added NSWindow.zoom(AnyObject?)
Added NSWindow.zoomable
Added NSWindow.zoomed
Added NSWindowAnimationBehavior [enum]
Added NSWindowAnimationBehavior.AlertPanel
Added NSWindowAnimationBehavior.Default
Added NSWindowAnimationBehavior.DocumentWindow
Added NSWindowAnimationBehavior.None
Added NSWindowAnimationBehavior.UtilityWindow
Added NSWindowBackingLocation [enum]
Added NSWindowBackingLocation.Default
Added NSWindowBackingLocation.MainMemory
Added NSWindowBackingLocation.VideoMemory
Added NSWindowButton [enum]
Added NSWindowButton.CloseButton
Added NSWindowButton.DocumentIconButton
Added NSWindowButton.DocumentVersionsButton
Added NSWindowButton.FullScreenButton
Added NSWindowButton.MiniaturizeButton
Added NSWindowButton.ToolbarButton
Added NSWindowButton.ZoomButton
Added NSWindowCollectionBehavior [struct]
Added NSWindowCollectionBehavior.CanJoinAllSpaces
Added NSWindowCollectionBehavior.Default
Added NSWindowCollectionBehavior.FullScreenAuxiliary
Added NSWindowCollectionBehavior.FullScreenPrimary
Added NSWindowCollectionBehavior.IgnoresCycle
Added NSWindowCollectionBehavior.Managed
Added NSWindowCollectionBehavior.MoveToActiveSpace
Added NSWindowCollectionBehavior.ParticipatesInCycle
Added NSWindowCollectionBehavior.Stationary
Added NSWindowCollectionBehavior.Transient
Added NSWindowCollectionBehavior.init(_: UInt)
Added NSWindowCollectionBehavior.init(rawValue: UInt)
Added NSWindowController
Added NSWindowController.close()
Added NSWindowController.init(coder: NSCoder)
Added NSWindowController.contentViewController
Added NSWindowController.dismissController(AnyObject?)
Added NSWindowController.document
Added NSWindowController.loadWindow()
Added NSWindowController.owner
Added NSWindowController.setDocumentEdited(Bool)
Added NSWindowController.shouldCascadeWindows
Added NSWindowController.shouldCloseDocument
Added NSWindowController.showWindow(AnyObject?)
Added NSWindowController.storyboard
Added NSWindowController.synchronizeWindowTitleWithDocumentName()
Added NSWindowController.window
Added NSWindowController.init(window: NSWindow?)
Added NSWindowController.windowDidLoad()
Added NSWindowController.windowFrameAutosaveName
Added NSWindowController.windowLoaded
Added NSWindowController.windowNibName
Added NSWindowController.init(windowNibName: String)
Added NSWindowController.init(windowNibName: String, owner: AnyObject)
Added NSWindowController.windowNibPath
Added NSWindowController.init(windowNibPath: String, owner: AnyObject)
Added NSWindowController.windowTitleForDocumentDisplayName(String) -> String
Added NSWindowController.windowWillLoad()
Added NSWindowDelegate
Added NSWindowDelegate.customWindowsToEnterFullScreenForWindow(NSWindow) -> [AnyObject]?
Added NSWindowDelegate.customWindowsToEnterFullScreenForWindow(NSWindow, onScreen: NSScreen) -> [AnyObject]?
Added NSWindowDelegate.customWindowsToExitFullScreenForWindow(NSWindow) -> [AnyObject]?
Added NSWindowDelegate.window(NSWindow, didDecodeRestorableState: NSCoder)
Added NSWindowDelegate.window(NSWindow, shouldDragDocumentWithEvent: NSEvent, from: NSPoint, withPasteboard: NSPasteboard) -> Bool
Added NSWindowDelegate.window(NSWindow, shouldPopUpDocumentPathMenu: NSMenu) -> Bool
Added NSWindowDelegate.window(NSWindow, startCustomAnimationToEnterFullScreenOnScreen: NSScreen, withDuration: NSTimeInterval)
Added NSWindowDelegate.window(NSWindow, startCustomAnimationToEnterFullScreenWithDuration: NSTimeInterval)
Added NSWindowDelegate.window(NSWindow, startCustomAnimationToExitFullScreenWithDuration: NSTimeInterval)
Added NSWindowDelegate.window(NSWindow, willEncodeRestorableState: NSCoder)
Added NSWindowDelegate.window(NSWindow, willPositionSheet: NSWindow, usingRect: NSRect) -> NSRect
Added NSWindowDelegate.window(NSWindow, willResizeForVersionBrowserWithMaxPreferredSize: NSSize, maxAllowedSize: NSSize) -> NSSize
Added NSWindowDelegate.window(NSWindow, willUseFullScreenContentSize: NSSize) -> NSSize
Added NSWindowDelegate.window(NSWindow, willUseFullScreenPresentationOptions: NSApplicationPresentationOptions) -> NSApplicationPresentationOptions
Added NSWindowDelegate.windowDidBecomeKey(NSNotification)
Added NSWindowDelegate.windowDidBecomeMain(NSNotification)
Added NSWindowDelegate.windowDidChangeBackingProperties(NSNotification)
Added NSWindowDelegate.windowDidChangeOcclusionState(NSNotification)
Added NSWindowDelegate.windowDidChangeScreen(NSNotification)
Added NSWindowDelegate.windowDidChangeScreenProfile(NSNotification)
Added NSWindowDelegate.windowDidDeminiaturize(NSNotification)
Added NSWindowDelegate.windowDidEndLiveResize(NSNotification)
Added NSWindowDelegate.windowDidEndSheet(NSNotification)
Added NSWindowDelegate.windowDidEnterFullScreen(NSNotification)
Added NSWindowDelegate.windowDidEnterVersionBrowser(NSNotification)
Added NSWindowDelegate.windowDidExitFullScreen(NSNotification)
Added NSWindowDelegate.windowDidExitVersionBrowser(NSNotification)
Added NSWindowDelegate.windowDidExpose(NSNotification)
Added NSWindowDelegate.windowDidFailToEnterFullScreen(NSWindow)
Added NSWindowDelegate.windowDidFailToExitFullScreen(NSWindow)
Added NSWindowDelegate.windowDidMiniaturize(NSNotification)
Added NSWindowDelegate.windowDidMove(NSNotification)
Added NSWindowDelegate.windowDidResignKey(NSNotification)
Added NSWindowDelegate.windowDidResignMain(NSNotification)
Added NSWindowDelegate.windowDidResize(NSNotification)
Added NSWindowDelegate.windowDidUpdate(NSNotification)
Added NSWindowDelegate.windowShouldClose(AnyObject) -> Bool
Added NSWindowDelegate.windowShouldZoom(NSWindow, toFrame: NSRect) -> Bool
Added NSWindowDelegate.windowWillBeginSheet(NSNotification)
Added NSWindowDelegate.windowWillClose(NSNotification)
Added NSWindowDelegate.windowWillEnterFullScreen(NSNotification)
Added NSWindowDelegate.windowWillEnterVersionBrowser(NSNotification)
Added NSWindowDelegate.windowWillExitFullScreen(NSNotification)
Added NSWindowDelegate.windowWillExitVersionBrowser(NSNotification)
Added NSWindowDelegate.windowWillMiniaturize(NSNotification)
Added NSWindowDelegate.windowWillMove(NSNotification)
Added NSWindowDelegate.windowWillResize(NSWindow, toSize: NSSize) -> NSSize
Added NSWindowDelegate.windowWillReturnFieldEditor(NSWindow, toObject: AnyObject?) -> AnyObject?
Added NSWindowDelegate.windowWillReturnUndoManager(NSWindow) -> NSUndoManager?
Added NSWindowDelegate.windowWillStartLiveResize(NSNotification)
Added NSWindowDelegate.windowWillUseStandardFrame(NSWindow, defaultFrame: NSRect) -> NSRect
Added NSWindowOcclusionState [struct]
Added NSWindowOcclusionState.Visible
Added NSWindowOcclusionState.init(_: UInt)
Added NSWindowOcclusionState.init(rawValue: UInt)
Added NSWindowOrderingMode [enum]
Added NSWindowOrderingMode.Above
Added NSWindowOrderingMode.Below
Added NSWindowOrderingMode.Out
Added NSWindowRestoration
Added NSWindowRestoration.restoreWindowWithIdentifier(String, state: NSCoder, completionHandler:(NSWindow!, NSError!) -> Void) [class]
Added NSWindowSharingType [enum]
Added NSWindowSharingType.None
Added NSWindowSharingType.ReadOnly
Added NSWindowSharingType.ReadWrite
Added NSWindowTitleVisibility [enum]
Added NSWindowTitleVisibility.Hidden
Added NSWindowTitleVisibility.Visible
Added NSWorkspace
Added NSWorkspace.URLForApplicationToOpenURL(NSURL) -> NSURL?
Added NSWorkspace.URLForApplicationWithBundleIdentifier(String) -> NSURL?
Added NSWorkspace.absolutePathForAppBundleWithIdentifier(String) -> String?
Added NSWorkspace.accessibilityDisplayShouldDifferentiateWithoutColor
Added NSWorkspace.accessibilityDisplayShouldIncreaseContrast
Added NSWorkspace.accessibilityDisplayShouldReduceTransparency
Added NSWorkspace.activateFileViewerSelectingURLs([AnyObject])
Added NSWorkspace.activeApplication() -> [NSObject: AnyObject]?
Added NSWorkspace.desktopImageOptionsForScreen(NSScreen) -> [NSObject: AnyObject]?
Added NSWorkspace.desktopImageURLForScreen(NSScreen) -> NSURL?
Added NSWorkspace.duplicateURLs([AnyObject], completionHandler:(([NSObject: AnyObject]!, NSError!) -> Void)?)
Added NSWorkspace.extendPowerOffBy(Int) -> Int
Added NSWorkspace.fileLabelColors
Added NSWorkspace.fileLabels
Added NSWorkspace.filenameExtension(String, isValidForType: String) -> Bool
Added NSWorkspace.frontmostApplication
Added NSWorkspace.fullPathForApplication(String) -> String?
Added NSWorkspace.getFileSystemInfoForPath(String, isRemovable: UnsafeMutablePointer<ObjCBool>, isWritable: UnsafeMutablePointer<ObjCBool>, isUnmountable: UnsafeMutablePointer<ObjCBool>, description: AutoreleasingUnsafeMutablePointer<NSString?>, type: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSWorkspace.getInfoForFile(String, application: AutoreleasingUnsafeMutablePointer<NSString?>, type: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
Added NSWorkspace.hideOtherApplications()
Added NSWorkspace.iconForFile(String) -> NSImage
Added NSWorkspace.iconForFileType(String) -> NSImage
Added NSWorkspace.iconForFiles([AnyObject]) -> NSImage?
Added NSWorkspace.isFilePackageAtPath(String) -> Bool
Added NSWorkspace.launchAppWithBundleIdentifier(String, options: NSWorkspaceLaunchOptions, additionalEventParamDescriptor: NSAppleEventDescriptor?, launchIdentifier: AutoreleasingUnsafeMutablePointer<NSNumber?>) -> Bool
Added NSWorkspace.launchApplication(String) -> Bool
Added NSWorkspace.launchApplication(String, showIcon: Bool, autolaunch: Bool) -> Bool
Added NSWorkspace.launchApplicationAtURL(NSURL, options: NSWorkspaceLaunchOptions, configuration:[NSObject: AnyObject], error: NSErrorPointer) -> NSRunningApplication?
Added NSWorkspace.localizedDescriptionForType(String) -> String?
Added NSWorkspace.menuBarOwningApplication
Added NSWorkspace.mountedLocalVolumePaths() -> [AnyObject]?
Added NSWorkspace.mountedRemovableMedia() -> [AnyObject]!
Added NSWorkspace.noteFileSystemChanged(String)
Added NSWorkspace.notificationCenter
Added NSWorkspace.openFile(String) -> Bool
Added NSWorkspace.openFile(String, fromImage: NSImage!, at: NSPoint, inView: NSView!) -> Bool
Added NSWorkspace.openFile(String, withApplication: String) -> Bool
Added NSWorkspace.openFile(String, withApplication: String, andDeactivate: Bool) -> Bool
Added NSWorkspace.openURL(NSURL) -> Bool
Added NSWorkspace.openURL(NSURL, options: NSWorkspaceLaunchOptions, configuration:[NSObject: AnyObject]!, error: NSErrorPointer) -> NSRunningApplication?
Added NSWorkspace.openURLs([AnyObject], withAppBundleIdentifier: String?, options: NSWorkspaceLaunchOptions, additionalEventParamDescriptor: NSAppleEventDescriptor?, launchIdentifiers: AutoreleasingUnsafeMutablePointer<NSArray?>) -> Bool
Added NSWorkspace.openURLs([AnyObject], withApplicationAtURL: NSURL, options: NSWorkspaceLaunchOptions, configuration:[NSObject: AnyObject]!, error: NSErrorPointer) -> NSRunningApplication?
Added NSWorkspace.performFileOperation(String, source: String, destination: String, files:[AnyObject], tag: UnsafeMutablePointer<Int>) -> Bool
Added NSWorkspace.preferredFilenameExtensionForType(String) -> String?
Added NSWorkspace.recycleURLs([AnyObject], completionHandler:(([NSObject: AnyObject]!, NSError!) -> Void)?)
Added NSWorkspace.runningApplications
Added NSWorkspace.selectFile(String, inFileViewerRootedAtPath: String) -> Bool
Added NSWorkspace.setDesktopImageURL(NSURL, forScreen: NSScreen, options:[NSObject: AnyObject]!, error: NSErrorPointer) -> Bool
Added NSWorkspace.setIcon(NSImage, forFile: String, options: NSWorkspaceIconCreationOptions) -> Bool
Added NSWorkspace.sharedWorkspace() -> NSWorkspace [class]
Added NSWorkspace.showSearchResultsForQueryString(String) -> Bool
Added NSWorkspace.type(String, conformsToType: String) -> Bool
Added NSWorkspace.typeOfFile(String, error: NSErrorPointer) -> String?
Added NSWorkspace.unmountAndEjectDeviceAtPath(String) -> Bool
Added NSWorkspace.unmountAndEjectDeviceAtURL(NSURL, error: NSErrorPointer) -> Bool
Added NSWorkspaceIconCreationOptions [struct]
Added NSWorkspaceIconCreationOptions.Exclude10_4ElementsIconCreationOption
Added NSWorkspaceIconCreationOptions.ExcludeQuickDrawElementsIconCreationOption
Added NSWorkspaceIconCreationOptions.init(_: UInt)
Added NSWorkspaceIconCreationOptions.init(rawValue: UInt)
Added NSWorkspaceLaunchOptions [struct]
Added NSWorkspaceLaunchOptions.AllowingClassicStartup
Added NSWorkspaceLaunchOptions.AndHide
Added NSWorkspaceLaunchOptions.AndHideOthers
Added NSWorkspaceLaunchOptions.AndPrint
Added NSWorkspaceLaunchOptions.Async
Added NSWorkspaceLaunchOptions.Default
Added NSWorkspaceLaunchOptions.InhibitingBackgroundOnly
Added NSWorkspaceLaunchOptions.NewInstance
Added NSWorkspaceLaunchOptions.PreferringClassic
Added NSWorkspaceLaunchOptions.WithErrorPresentation
Added NSWorkspaceLaunchOptions.WithoutActivation
Added NSWorkspaceLaunchOptions.WithoutAddingToRecents
Added NSWorkspaceLaunchOptions.init(_: UInt)
Added NSWorkspaceLaunchOptions.init(rawValue: UInt)
Added NSWritingDirection [enum]
Added NSWritingDirection.LeftToRight
Added NSWritingDirection.Natural
Added NSWritingDirection.RightToLeft
Added REPLApplication
Added NSAbortModalException
Added NSAbortPrintingException
Added NSAccessibilityActionDescription(String!) -> String!
Added NSAccessibilityActivationPointAttribute
Added NSAccessibilityAllowedValuesAttribute
Added NSAccessibilityAlternateUIVisibleAttribute
Added NSAccessibilityAnnouncementKey
Added NSAccessibilityAnnouncementRequestedNotification
Added NSAccessibilityApplicationActivatedNotification
Added NSAccessibilityApplicationDeactivatedNotification
Added NSAccessibilityApplicationHiddenNotification
Added NSAccessibilityApplicationRole
Added NSAccessibilityApplicationShownNotification
Added NSAccessibilityAscendingSortDirectionValue
Added NSAccessibilityAttachmentTextAttribute
Added NSAccessibilityAttributedStringForRangeParameterizedAttribute
Added NSAccessibilityAutocorrectedTextAttribute
Added NSAccessibilityBackgroundColorTextAttribute
Added NSAccessibilityBoundsForRangeParameterizedAttribute
Added NSAccessibilityBrowserRole
Added NSAccessibilityBusyIndicatorRole
Added NSAccessibilityButtonRole
Added NSAccessibilityCancelAction
Added NSAccessibilityCancelButtonAttribute
Added NSAccessibilityCellForColumnAndRowParameterizedAttribute
Added NSAccessibilityCellRole
Added NSAccessibilityCenterTabStopMarkerTypeValue
Added NSAccessibilityCentimetersUnitValue
Added NSAccessibilityCheckBoxRole
Added NSAccessibilityChildrenAttribute
Added NSAccessibilityClearButtonAttribute
Added NSAccessibilityCloseButtonAttribute
Added NSAccessibilityCloseButtonSubrole
Added NSAccessibilityColorWellRole
Added NSAccessibilityColumnCountAttribute
Added NSAccessibilityColumnHeaderUIElementsAttribute
Added NSAccessibilityColumnIndexRangeAttribute
Added NSAccessibilityColumnRole
Added NSAccessibilityColumnTitlesAttribute
Added NSAccessibilityColumnsAttribute
Added NSAccessibilityComboBoxRole
Added NSAccessibilityConfirmAction
Added NSAccessibilityContainsProtectedContentAttribute
Added NSAccessibilityContentListSubrole
Added NSAccessibilityContentsAttribute
Added NSAccessibilityCreatedNotification
Added NSAccessibilityCriticalValueAttribute
Added NSAccessibilityDecimalTabStopMarkerTypeValue
Added NSAccessibilityDecrementAction
Added NSAccessibilityDecrementArrowSubrole
Added NSAccessibilityDecrementButtonAttribute
Added NSAccessibilityDecrementPageSubrole
Added NSAccessibilityDefaultButtonAttribute
Added NSAccessibilityDefinitionListSubrole
Added NSAccessibilityDeleteAction
Added NSAccessibilityDescendingSortDirectionValue
Added NSAccessibilityDescriptionAttribute
Added NSAccessibilityDescriptionListSubrole
Added NSAccessibilityDialogSubrole
Added NSAccessibilityDisclosedByRowAttribute
Added NSAccessibilityDisclosedRowsAttribute
Added NSAccessibilityDisclosingAttribute
Added NSAccessibilityDisclosureLevelAttribute
Added NSAccessibilityDisclosureTriangleRole
Added NSAccessibilityDocumentAttribute
Added NSAccessibilityDrawerCreatedNotification
Added NSAccessibilityDrawerRole
Added NSAccessibilityEditedAttribute
Added NSAccessibilityEnabledAttribute
Added NSAccessibilityErrorCodeExceptionInfo
Added NSAccessibilityException
Added NSAccessibilityExpandedAttribute
Added NSAccessibilityExtrasMenuBarAttribute
Added NSAccessibilityFilenameAttribute
Added NSAccessibilityFirstLineIndentMarkerTypeValue
Added NSAccessibilityFloatingWindowSubrole
Added NSAccessibilityFocusedAttribute
Added NSAccessibilityFocusedUIElementAttribute
Added NSAccessibilityFocusedUIElementChangedNotification
Added NSAccessibilityFocusedWindowAttribute
Added NSAccessibilityFocusedWindowChangedNotification
Added NSAccessibilityFontFamilyKey
Added NSAccessibilityFontNameKey
Added NSAccessibilityFontSizeKey
Added NSAccessibilityFontTextAttribute
Added NSAccessibilityForegroundColorTextAttribute
Added NSAccessibilityFrameInView(NSView!, NSRect) -> NSRect
Added NSAccessibilityFrontmostAttribute
Added NSAccessibilityFullScreenButtonAttribute
Added NSAccessibilityFullScreenButtonSubrole
Added NSAccessibilityGridRole
Added NSAccessibilityGroupRole
Added NSAccessibilityGrowAreaAttribute
Added NSAccessibilityGrowAreaRole
Added NSAccessibilityHandleRole
Added NSAccessibilityHandlesAttribute
Added NSAccessibilityHeadIndentMarkerTypeValue
Added NSAccessibilityHeaderAttribute
Added NSAccessibilityHelpAttribute
Added NSAccessibilityHelpTagCreatedNotification
Added NSAccessibilityHelpTagRole
Added NSAccessibilityHiddenAttribute
Added NSAccessibilityHorizontalOrientationValue
Added NSAccessibilityHorizontalScrollBarAttribute
Added NSAccessibilityHorizontalUnitDescriptionAttribute
Added NSAccessibilityHorizontalUnitsAttribute
Added NSAccessibilityIdentifierAttribute
Added NSAccessibilityImageRole
Added NSAccessibilityInchesUnitValue
Added NSAccessibilityIncrementAction
Added NSAccessibilityIncrementArrowSubrole
Added NSAccessibilityIncrementButtonAttribute
Added NSAccessibilityIncrementPageSubrole
Added NSAccessibilityIncrementorRole
Added NSAccessibilityIndexAttribute
Added NSAccessibilityInsertionPointLineNumberAttribute
Added NSAccessibilityLabelUIElementsAttribute
Added NSAccessibilityLabelValueAttribute
Added NSAccessibilityLayoutAreaRole
Added NSAccessibilityLayoutChangedNotification
Added NSAccessibilityLayoutItemRole
Added NSAccessibilityLayoutPointForScreenPointParameterizedAttribute
Added NSAccessibilityLayoutSizeForScreenSizeParameterizedAttribute
Added NSAccessibilityLeftTabStopMarkerTypeValue
Added NSAccessibilityLevelIndicatorRole
Added NSAccessibilityLineForIndexParameterizedAttribute
Added NSAccessibilityLinkRole
Added NSAccessibilityLinkTextAttribute
Added NSAccessibilityLinkedUIElementsAttribute
Added NSAccessibilityListRole
Added NSAccessibilityMainAttribute
Added NSAccessibilityMainWindowAttribute
Added NSAccessibilityMainWindowChangedNotification
Added NSAccessibilityMarkedMisspelledTextAttribute
Added NSAccessibilityMarkerGroupUIElementAttribute
Added NSAccessibilityMarkerTypeAttribute
Added NSAccessibilityMarkerTypeDescriptionAttribute
Added NSAccessibilityMarkerUIElementsAttribute
Added NSAccessibilityMarkerValuesAttribute
Added NSAccessibilityMatteContentUIElementAttribute
Added NSAccessibilityMatteHoleAttribute
Added NSAccessibilityMatteRole
Added NSAccessibilityMaxValueAttribute
Added NSAccessibilityMenuBarAttribute
Added NSAccessibilityMenuBarRole
Added NSAccessibilityMenuButtonRole
Added NSAccessibilityMenuItemRole
Added NSAccessibilityMenuRole
Added NSAccessibilityMinValueAttribute
Added NSAccessibilityMinimizeButtonAttribute
Added NSAccessibilityMinimizeButtonSubrole
Added NSAccessibilityMinimizedAttribute
Added NSAccessibilityMisspelledTextAttribute
Added NSAccessibilityModalAttribute
Added NSAccessibilityMovedNotification
Added NSAccessibilityNextContentsAttribute
Added NSAccessibilityNumberOfCharactersAttribute
Added NSAccessibilityOrderedByRowAttribute
Added NSAccessibilityOrientationAttribute
Added NSAccessibilityOutlineRole
Added NSAccessibilityOutlineRowSubrole
Added NSAccessibilityOverflowButtonAttribute
Added NSAccessibilityParentAttribute
Added NSAccessibilityPicasUnitValue
Added NSAccessibilityPickAction
Added NSAccessibilityPlaceholderValueAttribute
Added NSAccessibilityPointInView(NSView!, NSPoint) -> NSPoint
Added NSAccessibilityPointsUnitValue
Added NSAccessibilityPopUpButtonRole
Added NSAccessibilityPopoverRole
Added NSAccessibilityPositionAttribute
Added NSAccessibilityPostNotification(AnyObject!, String!)
Added NSAccessibilityPostNotificationWithUserInfo(AnyObject!, String!,[NSObject: AnyObject]!)
Added NSAccessibilityPressAction
Added NSAccessibilityPreviousContentsAttribute
Added NSAccessibilityPriorityKey
Added NSAccessibilityProgressIndicatorRole
Added NSAccessibilityProxyAttribute
Added NSAccessibilityRTFForRangeParameterizedAttribute
Added NSAccessibilityRadioButtonRole
Added NSAccessibilityRadioGroupRole
Added NSAccessibilityRaiseAction
Added NSAccessibilityRaiseBadArgumentException(AnyObject!, String!, AnyObject!)
Added NSAccessibilityRangeForIndexParameterizedAttribute
Added NSAccessibilityRangeForLineParameterizedAttribute
Added NSAccessibilityRangeForPositionParameterizedAttribute
Added NSAccessibilityRatingIndicatorSubrole
Added NSAccessibilityRelevanceIndicatorRole
Added NSAccessibilityResizedNotification
Added NSAccessibilityRightTabStopMarkerTypeValue
Added NSAccessibilityRoleAttribute
Added NSAccessibilityRoleDescription(String!, String!) -> String!
Added NSAccessibilityRoleDescriptionAttribute
Added NSAccessibilityRoleDescriptionForUIElement(AnyObject!) -> String!
Added NSAccessibilityRowCollapsedNotification
Added NSAccessibilityRowCountAttribute
Added NSAccessibilityRowCountChangedNotification
Added NSAccessibilityRowExpandedNotification
Added NSAccessibilityRowHeaderUIElementsAttribute
Added NSAccessibilityRowIndexRangeAttribute
Added NSAccessibilityRowRole
Added NSAccessibilityRowsAttribute
Added NSAccessibilityRulerMarkerRole
Added NSAccessibilityRulerRole
Added NSAccessibilityScreenPointForLayoutPointParameterizedAttribute
Added NSAccessibilityScreenSizeForLayoutSizeParameterizedAttribute
Added NSAccessibilityScrollAreaRole
Added NSAccessibilityScrollBarRole
Added NSAccessibilitySearchButtonAttribute
Added NSAccessibilitySearchFieldSubrole
Added NSAccessibilitySearchMenuAttribute
Added NSAccessibilitySecureTextFieldSubrole
Added NSAccessibilitySelectedAttribute
Added NSAccessibilitySelectedCellsAttribute
Added NSAccessibilitySelectedCellsChangedNotification
Added NSAccessibilitySelectedChildrenAttribute
Added NSAccessibilitySelectedChildrenChangedNotification
Added NSAccessibilitySelectedChildrenMovedNotification
Added NSAccessibilitySelectedColumnsAttribute
Added NSAccessibilitySelectedColumnsChangedNotification
Added NSAccessibilitySelectedRowsAttribute
Added NSAccessibilitySelectedRowsChangedNotification
Added NSAccessibilitySelectedTextAttribute
Added NSAccessibilitySelectedTextChangedNotification
Added NSAccessibilitySelectedTextRangeAttribute
Added NSAccessibilitySelectedTextRangesAttribute
Added NSAccessibilityServesAsTitleForUIElementsAttribute
Added NSAccessibilitySetMayContainProtectedContent(Bool) -> Bool
Added NSAccessibilityShadowTextAttribute
Added NSAccessibilitySharedCharacterRangeAttribute
Added NSAccessibilitySharedFocusElementsAttribute
Added NSAccessibilitySharedTextUIElementsAttribute
Added NSAccessibilitySheetCreatedNotification
Added NSAccessibilitySheetRole
Added NSAccessibilityShowAlternateUIAction
Added NSAccessibilityShowDefaultUIAction
Added NSAccessibilityShowMenuAction
Added NSAccessibilityShownMenuAttribute
Added NSAccessibilitySizeAttribute
Added NSAccessibilitySliderRole
Added NSAccessibilitySortButtonSubrole
Added NSAccessibilitySortDirectionAttribute
Added NSAccessibilitySplitGroupRole
Added NSAccessibilitySplitterRole
Added NSAccessibilitySplittersAttribute
Added NSAccessibilityStandardWindowSubrole
Added NSAccessibilityStaticTextRole
Added NSAccessibilityStrikethroughColorTextAttribute
Added NSAccessibilityStrikethroughTextAttribute
Added NSAccessibilityStringForRangeParameterizedAttribute
Added NSAccessibilityStyleRangeForIndexParameterizedAttribute
Added NSAccessibilitySubroleAttribute
Added NSAccessibilitySuperscriptTextAttribute
Added NSAccessibilitySwitchSubrole
Added NSAccessibilitySystemDialogSubrole
Added NSAccessibilitySystemFloatingWindowSubrole
Added NSAccessibilitySystemWideRole
Added NSAccessibilityTabGroupRole
Added NSAccessibilityTableRole
Added NSAccessibilityTableRowSubrole
Added NSAccessibilityTabsAttribute
Added NSAccessibilityTailIndentMarkerTypeValue
Added NSAccessibilityTextAreaRole
Added NSAccessibilityTextAttachmentSubrole
Added NSAccessibilityTextFieldRole
Added NSAccessibilityTextLinkSubrole
Added NSAccessibilityTimelineSubrole
Added NSAccessibilityTitleAttribute
Added NSAccessibilityTitleChangedNotification
Added NSAccessibilityTitleUIElementAttribute
Added NSAccessibilityToggleSubrole
Added NSAccessibilityToolbarButtonAttribute
Added NSAccessibilityToolbarButtonSubrole
Added NSAccessibilityToolbarRole
Added NSAccessibilityTopLevelUIElementAttribute
Added NSAccessibilityUIElementDestroyedNotification
Added NSAccessibilityUIElementsKey
Added NSAccessibilityURLAttribute
Added NSAccessibilityUnderlineColorTextAttribute
Added NSAccessibilityUnderlineTextAttribute
Added NSAccessibilityUnignoredAncestor(AnyObject!) -> AnyObject!
Added NSAccessibilityUnignoredChildren([AnyObject]!) -> [AnyObject]!
Added NSAccessibilityUnignoredChildrenForOnlyChild(AnyObject!) -> [AnyObject]!
Added NSAccessibilityUnignoredDescendant(AnyObject!) -> AnyObject!
Added NSAccessibilityUnitDescriptionAttribute
Added NSAccessibilityUnitsAttribute
Added NSAccessibilityUnitsChangedNotification
Added NSAccessibilityUnknownMarkerTypeValue
Added NSAccessibilityUnknownOrientationValue
Added NSAccessibilityUnknownRole
Added NSAccessibilityUnknownSortDirectionValue
Added NSAccessibilityUnknownSubrole
Added NSAccessibilityUnknownUnitValue
Added NSAccessibilityValueAttribute
Added NSAccessibilityValueChangedNotification
Added NSAccessibilityValueDescriptionAttribute
Added NSAccessibilityValueIndicatorRole
Added NSAccessibilityVerticalOrientationValue
Added NSAccessibilityVerticalScrollBarAttribute
Added NSAccessibilityVerticalUnitDescriptionAttribute
Added NSAccessibilityVerticalUnitsAttribute
Added NSAccessibilityVisibleCellsAttribute
Added NSAccessibilityVisibleCharacterRangeAttribute
Added NSAccessibilityVisibleChildrenAttribute
Added NSAccessibilityVisibleColumnsAttribute
Added NSAccessibilityVisibleNameKey
Added NSAccessibilityVisibleRowsAttribute
Added NSAccessibilityWarningValueAttribute
Added NSAccessibilityWindowAttribute
Added NSAccessibilityWindowCreatedNotification
Added NSAccessibilityWindowDeminiaturizedNotification
Added NSAccessibilityWindowMiniaturizedNotification
Added NSAccessibilityWindowMovedNotification
Added NSAccessibilityWindowResizedNotification
Added NSAccessibilityWindowRole
Added NSAccessibilityWindowsAttribute
Added NSAccessibilityZoomButtonAttribute
Added NSAccessibilityZoomButtonSubrole
Added NSAlertAlternateReturn
Added NSAlertDefaultReturn
Added NSAlertErrorReturn
Added NSAlertFirstButtonReturn
Added NSAlertOtherReturn
Added NSAlertSecondButtonReturn
Added NSAlertThirdButtonReturn
Added NSAlignmentBinding
Added NSAllRomanInputSourcesLocaleIdentifier
Added NSAllowsEditingMultipleValuesSelectionBindingOption
Added NSAllowsNullArgumentBindingOption
Added NSAlternateImageBinding
Added NSAlternateTitleBinding
Added NSAlwaysPresentsApplicationModalAlertsBindingOption
Added NSAnimateBinding
Added NSAnimationDelayBinding
Added NSAnimationProgress
Added NSAnimationProgressMark
Added NSAnimationProgressMarkNotification
Added NSAnimationTriggerOrderIn
Added NSAnimationTriggerOrderOut
Added NSAntialiasThresholdChangedNotification
Added NSAnyType
Added NSApp
Added NSAppKitIgnoredException
Added NSAppKitVersionNumber
Added NSAppKitVersionNumber10_0
Added NSAppKitVersionNumber10_1
Added NSAppKitVersionNumber10_2
Added NSAppKitVersionNumber10_2_3
Added NSAppKitVersionNumber10_3
Added NSAppKitVersionNumber10_3_2
Added NSAppKitVersionNumber10_3_3
Added NSAppKitVersionNumber10_3_5
Added NSAppKitVersionNumber10_3_7
Added NSAppKitVersionNumber10_3_9
Added NSAppKitVersionNumber10_4
Added NSAppKitVersionNumber10_4_1
Added NSAppKitVersionNumber10_4_3
Added NSAppKitVersionNumber10_4_4
Added NSAppKitVersionNumber10_4_7
Added NSAppKitVersionNumber10_5
Added NSAppKitVersionNumber10_5_2
Added NSAppKitVersionNumber10_5_3
Added NSAppKitVersionNumber10_6
Added NSAppKitVersionNumber10_7
Added NSAppKitVersionNumber10_7_2
Added NSAppKitVersionNumber10_7_3
Added NSAppKitVersionNumber10_7_4
Added NSAppKitVersionNumber10_8
Added NSAppKitVersionNumber10_9
Added NSAppKitVersionNumberWithColumnResizingBrowser
Added NSAppKitVersionNumberWithContinuousScrollingBrowser
Added NSAppKitVersionNumberWithCursorSizeSupport
Added NSAppKitVersionNumberWithCustomSheetPosition
Added NSAppKitVersionNumberWithDeferredWindowDisplaySupport
Added NSAppKitVersionNumberWithDirectionalTabs
Added NSAppKitVersionNumberWithDockTilePlugInSupport
Added NSAppKitVersionNumberWithPatternColorLeakFix
Added NSAppKitVirtualMemoryException
Added NSAppearanceNameAqua
Added NSAppearanceNameLightContent
Added NSAppearanceNameVibrantDark
Added NSAppearanceNameVibrantLight
Added NSApplicationDidBecomeActiveNotification
Added NSApplicationDidChangeOcclusionStateNotification
Added NSApplicationDidChangeScreenParametersNotification
Added NSApplicationDidFinishLaunchingNotification
Added NSApplicationDidFinishRestoringWindowsNotification
Added NSApplicationDidHideNotification
Added NSApplicationDidResignActiveNotification
Added NSApplicationDidUnhideNotification
Added NSApplicationDidUpdateNotification
Added NSApplicationLaunchIsDefaultLaunchKey
Added NSApplicationLaunchUserNotificationKey
Added NSApplicationLoad() -> Bool
Added NSApplicationMain(Int32, UnsafeMutablePointer<UnsafeMutablePointer<CChar>>) -> Int32
Added NSApplicationMain(Int32, UnsafeMutablePointer<UnsafePointer<Int8>>) -> Int32
Added NSApplicationWillBecomeActiveNotification
Added NSApplicationWillFinishLaunchingNotification
Added NSApplicationWillHideNotification
Added NSApplicationWillResignActiveNotification
Added NSApplicationWillTerminateNotification
Added NSApplicationWillUnhideNotification
Added NSApplicationWillUpdateNotification
Added NSArgumentBinding
Added NSAttachmentAttributeName
Added NSAttachmentCharacter
Added NSAttributedStringBinding
Added NSAuthorDocumentAttribute
Added NSAvailableWindowDepths() -> UnsafePointer<NSWindowDepth>
Added NSBackTabCharacter
Added NSBackgroundColorAttributeName
Added NSBackgroundColorDocumentAttribute
Added NSBackingPropertyOldColorSpaceKey
Added NSBackingPropertyOldScaleFactorKey
Added NSBackspaceCharacter
Added NSBacktabTextMovement
Added NSBadBitmapParametersException
Added NSBadComparisonException
Added NSBadRTFColorTableException
Added NSBadRTFDirectiveException
Added NSBadRTFFontTableException
Added NSBadRTFStyleSheetException
Added NSBaseURLDocumentOption
Added NSBaselineOffsetAttributeName
Added NSBeep()
Added NSBeginFunctionKey
Added NSBestDepth(String!, Int, Int, Bool, UnsafeMutablePointer<ObjCBool>) -> NSWindowDepth
Added NSBitsPerPixelFromDepth(NSWindowDepth) -> Int
Added NSBitsPerSampleFromDepth(NSWindowDepth) -> Int
Added NSBlack
Added NSBorderlessWindowMask
Added NSBottomMarginDocumentAttribute
Added NSBreakFunctionKey
Added NSBrowserColumnConfigurationDidChangeNotification
Added NSBrowserIllegalDelegateException
Added NSCalibratedRGBColorSpace
Added NSCalibratedWhiteColorSpace
Added NSCancelButton
Added NSCancelTextMovement
Added NSCarriageReturnCharacter
Added NSCategoryDocumentAttribute
Added NSCellStateValue
Added NSCharacterEncodingDocumentAttribute
Added NSCharacterEncodingDocumentOption
Added NSCharacterShapeAttributeName
Added NSClearDisplayFunctionKey
Added NSClearLineFunctionKey
Added NSClosableWindowMask
Added NSCocoaVersionDocumentAttribute
Added NSColorListDidChangeNotification
Added NSColorListIOException
Added NSColorListNotEditableException
Added NSColorPanelColorDidChangeNotification
Added NSColorPboardType
Added NSColorSpaceFromDepth(NSWindowDepth) -> String!
Added NSComboBoxSelectionDidChangeNotification
Added NSComboBoxSelectionIsChangingNotification
Added NSComboBoxWillDismissNotification
Added NSComboBoxWillPopUpNotification
Added NSCommentDocumentAttribute
Added NSCompanyDocumentAttribute
Added NSConditionallySetsEditableBindingOption
Added NSConditionallySetsEnabledBindingOption
Added NSConditionallySetsHiddenBindingOption
Added NSContentArrayBinding
Added NSContentArrayForMultipleSelectionBinding
Added NSContentBinding
Added NSContentDictionaryBinding
Added NSContentHeightBinding
Added NSContentObjectBinding
Added NSContentObjectsBinding
Added NSContentPlacementTagBindingOption
Added NSContentSetBinding
Added NSContentValuesBinding
Added NSContentWidthBinding
Added NSContextHelpModeDidActivateNotification
Added NSContextHelpModeDidDeactivateNotification
Added NSContinuouslyUpdatesValueBindingOption
Added NSControlGlyph
Added NSControlTextDidBeginEditingNotification
Added NSControlTextDidChangeNotification
Added NSControlTextDidEndEditingNotification
Added NSControlTintDidChangeNotification
Added NSConvertGlyphsToPackedGlyphs(UnsafeMutablePointer<NSGlyph>, Int, NSMultibyteGlyphPacking, UnsafeMutablePointer<Int8>) -> Int
Added NSConvertedDocumentAttribute
Added NSCopyBits(Int, NSRect, NSPoint)
Added NSCopyrightDocumentAttribute
Added NSCreateFileContentsPboardType(String!) -> String!
Added NSCreateFilenamePboardType(String!) -> String!
Added NSCreatesSortDescriptorBindingOption
Added NSCreationTimeDocumentAttribute
Added NSCriticalValueBinding
Added NSCursorAttributeName
Added NSCustomColorSpace
Added NSDarkGray
Added NSDataBinding
Added NSDefaultAttributesDocumentOption
Added NSDefaultTabIntervalDocumentAttribute
Added NSDefaultTokenStyle
Added NSDefinitionPresentationTypeDictionaryApplication
Added NSDefinitionPresentationTypeKey
Added NSDefinitionPresentationTypeOverlay
Added NSDeleteCharFunctionKey
Added NSDeleteCharacter
Added NSDeleteFunctionKey
Added NSDeleteLineFunctionKey
Added NSDeletesObjectsOnRemoveBindingsOption
Added NSDeviceBitsPerSample
Added NSDeviceCMYKColorSpace
Added NSDeviceColorSpaceName
Added NSDeviceIsPrinter
Added NSDeviceIsScreen
Added NSDeviceRGBColorSpace
Added NSDeviceResolution
Added NSDeviceSize
Added NSDeviceWhiteColorSpace
Added NSDisableScreenUpdates()
Added NSDisplayNameBindingOption
Added NSDisplayPatternBindingOption
Added NSDisplayPatternTitleBinding
Added NSDisplayPatternValueBinding
Added NSDisplayWindowRunLoopOrdering
Added NSDocFormatTextDocumentType
Added NSDocModalWindowMask
Added NSDocumentEditedBinding
Added NSDocumentTypeDocumentAttribute
Added NSDocumentTypeDocumentOption
Added NSDottedFrameRect(NSRect)
Added NSDoubleClickArgumentBinding
Added NSDoubleClickTargetBinding
Added NSDoubleType
Added NSDownArrowFunctionKey
Added NSDownTextMovement
Added NSDragPboard
Added NSDraggingException
Added NSDraggingImageComponentIconKey
Added NSDraggingImageComponentLabelKey
Added NSDrawBitmap(NSRect, Int, Int, Int, Int, Int, Int, Bool, Bool, String!, UnsafePointer<UnsafePointer<UInt8>>)
Added NSDrawButton(NSRect, NSRect)
Added NSDrawColorTiledRects(NSRect, NSRect, UnsafePointer<NSRectEdge>, AutoreleasingUnsafeMutablePointer<NSColor?>, Int) -> NSRect
Added NSDrawDarkBezel(NSRect, NSRect)
Added NSDrawGrayBezel(NSRect, NSRect)
Added NSDrawGroove(NSRect, NSRect)
Added NSDrawLightBezel(NSRect, NSRect)
Added NSDrawNinePartImage(NSRect, NSImage!, NSImage!, NSImage!, NSImage!, NSImage!, NSImage!, NSImage!, NSImage!, NSImage!, NSCompositingOperation, CGFloat, Bool)
Added NSDrawThreePartImage(NSRect, NSImage!, NSImage!, NSImage!, Bool, NSCompositingOperation, CGFloat, Bool)
Added NSDrawTiledRects(NSRect, NSRect, UnsafePointer<NSRectEdge>, UnsafePointer<CGFloat>, Int) -> NSRect
Added NSDrawWhiteBezel(NSRect, NSRect)
Added NSDrawWindowBackground(NSRect)
Added NSDrawerDidCloseNotification
Added NSDrawerDidOpenNotification
Added NSDrawerWillCloseNotification
Added NSDrawerWillOpenNotification
Added NSEditableBinding
Added NSEditorDocumentAttribute
Added NSEnableScreenUpdates()
Added NSEnabledBinding
Added NSEndFunctionKey
Added NSEnterCharacter
Added NSEraseRect(NSRect)
Added NSEventDurationForever
Added NSEventMaskFromType(NSEventType) -> NSEventMask
Added NSEventTrackingRunLoopMode
Added NSExcludedElementsDocumentAttribute
Added NSExcludedKeysBinding
Added NSExecuteFunctionKey
Added NSExpansionAttributeName
Added NSF10FunctionKey
Added NSF11FunctionKey
Added NSF12FunctionKey
Added NSF13FunctionKey
Added NSF14FunctionKey
Added NSF15FunctionKey
Added NSF16FunctionKey
Added NSF17FunctionKey
Added NSF18FunctionKey
Added NSF19FunctionKey
Added NSF1FunctionKey
Added NSF20FunctionKey
Added NSF21FunctionKey
Added NSF22FunctionKey
Added NSF23FunctionKey
Added NSF24FunctionKey
Added NSF25FunctionKey
Added NSF26FunctionKey
Added NSF27FunctionKey
Added NSF28FunctionKey
Added NSF29FunctionKey
Added NSF2FunctionKey
Added NSF30FunctionKey
Added NSF31FunctionKey
Added NSF32FunctionKey
Added NSF33FunctionKey
Added NSF34FunctionKey
Added NSF35FunctionKey
Added NSF3FunctionKey
Added NSF4FunctionKey
Added NSF5FunctionKey
Added NSF6FunctionKey
Added NSF7FunctionKey
Added NSF8FunctionKey
Added NSF9FunctionKey
Added NSFPCurrentField
Added NSFPPreviewButton
Added NSFPPreviewField
Added NSFPRevertButton
Added NSFPSetButton
Added NSFPSizeField
Added NSFPSizeTitle
Added NSFileContentsPboardType
Added NSFileHandlingPanelCancelButton
Added NSFileHandlingPanelOKButton
Added NSFileTypeDocumentAttribute
Added NSFileTypeDocumentOption
Added NSFilenamesPboardType
Added NSFilesPromisePboardType
Added NSFilterPredicateBinding
Added NSFindFunctionKey
Added NSFindPanelCaseInsensitiveSearch
Added NSFindPanelSearchOptionsPboardType
Added NSFindPanelSubstringMatch
Added NSFindPboard
Added NSFloatType
Added NSFontAttributeName
Added NSFontBinding
Added NSFontBoldBinding
Added NSFontBoldTrait
Added NSFontCascadeListAttribute
Added NSFontCharacterSetAttribute
Added NSFontClarendonSerifsClass
Added NSFontCollectionActionKey
Added NSFontCollectionAllFonts
Added NSFontCollectionDidChangeNotification
Added NSFontCollectionDisallowAutoActivationOption
Added NSFontCollectionFavorites
Added NSFontCollectionIncludeDisabledFontsOption
Added NSFontCollectionNameKey
Added NSFontCollectionOldNameKey
Added NSFontCollectionRecentlyUsed
Added NSFontCollectionRemoveDuplicatesOption
Added NSFontCollectionUser
Added NSFontCollectionVisibilityKey
Added NSFontCollectionWasHidden
Added NSFontCollectionWasRenamed
Added NSFontCollectionWasShown
Added NSFontCondensedTrait
Added NSFontExpandedTrait
Added NSFontFaceAttribute
Added NSFontFamilyAttribute
Added NSFontFamilyClass
Added NSFontFamilyClassMask
Added NSFontFamilyNameBinding
Added NSFontFeatureSelectorIdentifierKey
Added NSFontFeatureSettingsAttribute
Added NSFontFeatureTypeIdentifierKey
Added NSFontFixedAdvanceAttribute
Added NSFontFreeformSerifsClass
Added NSFontIdentityMatrix
Added NSFontItalicBinding
Added NSFontItalicTrait
Added NSFontMatrixAttribute
Added NSFontModernSerifsClass
Added NSFontMonoSpaceTrait
Added NSFontNameAttribute
Added NSFontNameBinding
Added NSFontOldStyleSerifsClass
Added NSFontOrnamentalsClass
Added NSFontPanelAllEffectsModeMask
Added NSFontPanelAllModesMask
Added NSFontPanelCollectionModeMask
Added NSFontPanelDocumentColorEffectModeMask
Added NSFontPanelFaceModeMask
Added NSFontPanelShadowEffectModeMask
Added NSFontPanelSizeModeMask
Added NSFontPanelStandardModesMask
Added NSFontPanelStrikethroughEffectModeMask
Added NSFontPanelTextColorEffectModeMask
Added NSFontPanelUnderlineEffectModeMask
Added NSFontPboard
Added NSFontPboardType
Added NSFontSansSerifClass
Added NSFontScriptsClass
Added NSFontSetChangedNotification
Added NSFontSizeAttribute
Added NSFontSizeBinding
Added NSFontSlabSerifsClass
Added NSFontSlantTrait
Added NSFontSymbolicClass
Added NSFontSymbolicTrait
Added NSFontSymbolicTraits
Added NSFontTraitsAttribute
Added NSFontTransitionalSerifsClass
Added NSFontUIOptimizedTrait
Added NSFontUnavailableException
Added NSFontUnknownClass
Added NSFontVariationAttribute
Added NSFontVariationAxisDefaultValueKey
Added NSFontVariationAxisIdentifierKey
Added NSFontVariationAxisMaximumValueKey
Added NSFontVariationAxisMinimumValueKey
Added NSFontVariationAxisNameKey
Added NSFontVerticalTrait
Added NSFontVisibleNameAttribute
Added NSFontWeightTrait
Added NSFontWidthTrait
Added NSForegroundColorAttributeName
Added NSFormFeedCharacter
Added NSFrameRect(NSRect)
Added NSFrameRectWithWidth(NSRect, CGFloat)
Added NSFrameRectWithWidthUsingOperation(NSRect, CGFloat, NSCompositingOperation)
Added NSFullScreenModeAllScreens
Added NSFullScreenModeApplicationPresentationOptions
Added NSFullScreenModeSetting
Added NSFullScreenModeWindowLevel
Added NSFullScreenWindowMask
Added NSFullSizeContentViewWindowMask
Added NSGeneralPboard
Added NSGetFileType(String!) -> String!
Added NSGetFileTypes([AnyObject]!) -> [AnyObject]!
Added NSGetWindowServerMemory(Int, UnsafeMutablePointer<Int>, UnsafeMutablePointer<Int>, AutoreleasingUnsafeMutablePointer<NSString?>) -> Int
Added NSGlyph
Added NSGlyphAttributeBidiLevel
Added NSGlyphAttributeElastic
Added NSGlyphAttributeInscribe
Added NSGlyphAttributeSoft
Added NSGlyphInfoAttributeName
Added NSGradientDrawingOptions
Added NSGradientDrawsAfterEndingLocation
Added NSGradientDrawsBeforeStartingLocation
Added NSGraphicsContextDestinationAttributeName
Added NSGraphicsContextPDFFormat
Added NSGraphicsContextPSFormat
Added NSGraphicsContextRepresentationFormatAttributeName
Added NSHTMLPboardType
Added NSHTMLTextDocumentType
Added NSHUDWindowMask
Added NSHandlesContentAsCompoundValueBindingOption
Added NSHeaderTitleBinding
Added NSHelpFunctionKey
Added NSHiddenBinding
Added NSHomeFunctionKey
Added NSHyphenationFactorDocumentAttribute
Added NSIllegalSelectorException
Added NSIllegalTextMovement
Added NSImageBinding
Added NSImageCacheException
Added NSImageColorSyncProfileData
Added NSImageCompressionFactor
Added NSImageCompressionMethod
Added NSImageCurrentFrame
Added NSImageCurrentFrameDuration
Added NSImageDitherTransparency
Added NSImageEXIFData
Added NSImageFallbackBackgroundColor
Added NSImageFrameCount
Added NSImageGamma
Added NSImageHintCTM
Added NSImageHintInterpolation
Added NSImageInterlaced
Added NSImageLoopCount
Added NSImageNameActionTemplate
Added NSImageNameAddTemplate
Added NSImageNameAdvanced
Added NSImageNameApplicationIcon
Added NSImageNameBluetoothTemplate
Added NSImageNameBonjour
Added NSImageNameBookmarksTemplate
Added NSImageNameCaution
Added NSImageNameColorPanel
Added NSImageNameColumnViewTemplate
Added NSImageNameComputer
Added NSImageNameEnterFullScreenTemplate
Added NSImageNameEveryone
Added NSImageNameExitFullScreenTemplate
Added NSImageNameFlowViewTemplate
Added NSImageNameFolder
Added NSImageNameFolderBurnable
Added NSImageNameFolderSmart
Added NSImageNameFollowLinkFreestandingTemplate
Added NSImageNameFontPanel
Added NSImageNameGoLeftTemplate
Added NSImageNameGoRightTemplate
Added NSImageNameHomeTemplate
Added NSImageNameIChatTheaterTemplate
Added NSImageNameIconViewTemplate
Added NSImageNameInfo
Added NSImageNameInvalidDataFreestandingTemplate
Added NSImageNameLeftFacingTriangleTemplate
Added NSImageNameListViewTemplate
Added NSImageNameLockLockedTemplate
Added NSImageNameLockUnlockedTemplate
Added NSImageNameMenuMixedStateTemplate
Added NSImageNameMenuOnStateTemplate
Added NSImageNameMobileMe
Added NSImageNameMultipleDocuments
Added NSImageNameNetwork
Added NSImageNamePathTemplate
Added NSImageNamePreferencesGeneral
Added NSImageNameQuickLookTemplate
Added NSImageNameRefreshFreestandingTemplate
Added NSImageNameRefreshTemplate
Added NSImageNameRemoveTemplate
Added NSImageNameRevealFreestandingTemplate
Added NSImageNameRightFacingTriangleTemplate
Added NSImageNameShareTemplate
Added NSImageNameSlideshowTemplate
Added NSImageNameSmartBadgeTemplate
Added NSImageNameStatusAvailable
Added NSImageNameStatusNone
Added NSImageNameStatusPartiallyAvailable
Added NSImageNameStatusUnavailable
Added NSImageNameStopProgressFreestandingTemplate
Added NSImageNameStopProgressTemplate
Added NSImageNameTrashEmpty
Added NSImageNameTrashFull
Added NSImageNameUser
Added NSImageNameUserAccounts
Added NSImageNameUserGroup
Added NSImageNameUserGuest
Added NSImageProgressive
Added NSImageRGBColorTable
Added NSImageRepMatchesDevice
Added NSImageRepRegistryDidChangeNotification
Added NSIncludedKeysBinding
Added NSInitialKeyBinding
Added NSInitialValueBinding
Added NSInkTextPboardType
Added NSInsertCharFunctionKey
Added NSInsertFunctionKey
Added NSInsertLineFunctionKey
Added NSInsertsNullPlaceholderBindingOption
Added NSIntType
Added NSInvokesSeparatelyWithArrayObjectsBindingOption
Added NSIsControllerMarker(AnyObject!) -> Bool
Added NSIsIndeterminateBinding
Added NSKernAttributeName
Added NSKeywordsDocumentAttribute
Added NSLabelBinding
Added NSLayoutPriority
Added NSLayoutPriorityDefaultHigh
Added NSLayoutPriorityDefaultLow
Added NSLayoutPriorityDragThatCanResizeWindow
Added NSLayoutPriorityDragThatCannotResizeWindow
Added NSLayoutPriorityFittingSizeCompression
Added NSLayoutPriorityRequired
Added NSLayoutPriorityWindowSizeStayPut
Added NSLeftArrowFunctionKey
Added NSLeftMarginDocumentAttribute
Added NSLeftTextMovement
Added NSLigatureAttributeName
Added NSLightGray
Added NSLineSeparatorCharacter
Added NSLinkAttributeName
Added NSLocalizedKeyDictionaryBinding
Added NSMacSimpleTextDocumentType
Added NSMacintoshInterfaceStyle
Added NSManagedObjectContextBinding
Added NSManagerDocumentAttribute
Added NSMarkedClauseSegmentAttributeName
Added NSMaxValueBinding
Added NSMaxWidthBinding
Added NSMaximumRecentsBinding
Added NSMenuDidAddItemNotification
Added NSMenuDidBeginTrackingNotification
Added NSMenuDidChangeItemNotification
Added NSMenuDidEndTrackingNotification
Added NSMenuDidRemoveItemNotification
Added NSMenuDidSendActionNotification
Added NSMenuFunctionKey
Added NSMenuWillSendActionNotification
Added NSMinValueBinding
Added NSMinWidthBinding
Added NSMiniaturizableWindowMask
Added NSMixedState
Added NSMixedStateImageBinding
Added NSModalPanelRunLoopMode
Added NSModalResponse
Added NSModalResponseAbort
Added NSModalResponseCancel
Added NSModalResponseContinue
Added NSModalResponseOK
Added NSModalResponseStop
Added NSModalSession
Added NSModeSwitchFunctionKey
Added NSModificationTimeDocumentAttribute
Added NSMultipleTextSelectionPboardType
Added NSMultipleValuesMarker
Added NSMultipleValuesPlaceholderBindingOption
Added NSNamedColorSpace
Added NSNewlineCharacter
Added NSNextFunctionKey
Added NSNextStepInterfaceStyle
Added NSNibLoadingException
Added NSNoInterfaceStyle
Added NSNoSelectionMarker
Added NSNoSelectionPlaceholderBindingOption
Added NSNoUnderlineStyle
Added NSNonactivatingPanelMask
Added NSNotApplicableMarker
Added NSNotApplicablePlaceholderBindingOption
Added NSNullGlyph
Added NSNullPlaceholderBindingOption
Added NSNumberOfColorComponents(String!) -> Int
Added NSOKButton
Added NSOPENGL_CURRENT_VERSION
Added NSObliquenessAttributeName
Added NSObservedKeyPathKey
Added NSObservedObjectKey
Added NSOffState
Added NSOffStateImageBinding
Added NSOfficeOpenXMLTextDocumentType
Added NSOnState
Added NSOnStateImageBinding
Added NSOpenDocumentTextDocumentType
Added NSOpenGLContextAuxiliary
Added NSOpenGLGOClearFormatCache
Added NSOpenGLGOFormatCacheSize
Added NSOpenGLGORetainRenderers
Added NSOpenGLGOUseBuildCache
Added NSOpenGLGetOption(NSOpenGLGlobalOption, UnsafeMutablePointer<GLint>)
Added NSOpenGLGetVersion(UnsafeMutablePointer<GLint>, UnsafeMutablePointer<GLint>)
Added NSOpenGLPFAAccelerated
Added NSOpenGLPFAAcceleratedCompute
Added NSOpenGLPFAAccumSize
Added NSOpenGLPFAAllRenderers
Added NSOpenGLPFAAllowOfflineRenderers
Added NSOpenGLPFAAlphaSize
Added NSOpenGLPFAAuxBuffers
Added NSOpenGLPFAAuxDepthStencil
Added NSOpenGLPFABackingStore
Added NSOpenGLPFAClosestPolicy
Added NSOpenGLPFAColorFloat
Added NSOpenGLPFAColorSize
Added NSOpenGLPFADepthSize
Added NSOpenGLPFADoubleBuffer
Added NSOpenGLPFAMaximumPolicy
Added NSOpenGLPFAMinimumPolicy
Added NSOpenGLPFAMultisample
Added NSOpenGLPFANoRecovery
Added NSOpenGLPFAOpenGLProfile
Added NSOpenGLPFARendererID
Added NSOpenGLPFASampleAlpha
Added NSOpenGLPFASampleBuffers
Added NSOpenGLPFASamples
Added NSOpenGLPFAScreenMask
Added NSOpenGLPFAStencilSize
Added NSOpenGLPFAStereo
Added NSOpenGLPFASupersample
Added NSOpenGLPFATripleBuffer
Added NSOpenGLPFAVirtualScreenCount
Added NSOpenGLPixelFormatAttribute
Added NSOpenGLProfileVersion3_2Core
Added NSOpenGLProfileVersion4_1Core
Added NSOpenGLProfileVersionLegacy
Added NSOpenGLSetOption(NSOpenGLGlobalOption, GLint)
Added NSOptionsKey
Added NSOtherTextMovement
Added NSOutlineViewColumnDidMoveNotification
Added NSOutlineViewColumnDidResizeNotification
Added NSOutlineViewDisclosureButtonKey
Added NSOutlineViewDropOnItemIndex
Added NSOutlineViewItemDidCollapseNotification
Added NSOutlineViewItemDidExpandNotification
Added NSOutlineViewItemWillCollapseNotification
Added NSOutlineViewItemWillExpandNotification
Added NSOutlineViewSelectionDidChangeNotification
Added NSOutlineViewSelectionIsChangingNotification
Added NSOutlineViewShowHideButtonKey
Added NSPDFPboardType
Added NSPPDIncludeNotFoundException
Added NSPPDIncludeStackOverflowException
Added NSPPDIncludeStackUnderflowException
Added NSPPDParseException
Added NSPageDownFunctionKey
Added NSPageUpFunctionKey
Added NSPaperSizeDocumentAttribute
Added NSParagraphSeparatorCharacter
Added NSParagraphStyleAttributeName
Added NSPasteboardCommunicationException
Added NSPasteboardTypeColor
Added NSPasteboardTypeFindPanelSearchOptions
Added NSPasteboardTypeFont
Added NSPasteboardTypeHTML
Added NSPasteboardTypeMultipleTextSelection
Added NSPasteboardTypePDF
Added NSPasteboardTypePNG
Added NSPasteboardTypeRTF
Added NSPasteboardTypeRTFD
Added NSPasteboardTypeRuler
Added NSPasteboardTypeSound
Added NSPasteboardTypeString
Added NSPasteboardTypeTIFF
Added NSPasteboardTypeTabularText
Added NSPasteboardTypeTextFinderOptions
Added NSPasteboardURLReadingContentsConformToTypesKey
Added NSPasteboardURLReadingFileURLsOnlyKey
Added NSPatternColorSpace
Added NSPauseFunctionKey
Added NSPerformService(String!, NSPasteboard!) -> Bool
Added NSPlainTextDocumentType
Added NSPlainTextTokenStyle
Added NSPlanarFromDepth(NSWindowDepth) -> Bool
Added NSPopUpButtonCellWillPopUpNotification
Added NSPopUpButtonWillPopUpNotification
Added NSPopoverCloseReasonDetachToWindow
Added NSPopoverCloseReasonKey
Added NSPopoverCloseReasonStandard
Added NSPopoverDidCloseNotification
Added NSPopoverDidShowNotification
Added NSPopoverWillCloseNotification
Added NSPopoverWillShowNotification
Added NSPositioningRectBinding
Added NSPositiveDoubleType
Added NSPositiveFloatType
Added NSPositiveIntType
Added NSPostScriptPboardType
Added NSPredicateBinding
Added NSPredicateFormatBindingOption
Added NSPreferredScrollerStyleDidChangeNotification
Added NSPrefixSpacesDocumentAttribute
Added NSPrevFunctionKey
Added NSPrintAllPages
Added NSPrintAllPresetsJobStyleHint
Added NSPrintBottomMargin
Added NSPrintCancelJob
Added NSPrintCopies
Added NSPrintDetailedErrorReporting
Added NSPrintFaxNumber
Added NSPrintFirstPage
Added NSPrintFunctionKey
Added NSPrintHeaderAndFooter
Added NSPrintHorizontalPagination
Added NSPrintHorizontallyCentered
Added NSPrintJobDisposition
Added NSPrintJobSavingFileNameExtensionHidden
Added NSPrintJobSavingURL
Added NSPrintLastPage
Added NSPrintLeftMargin
Added NSPrintMustCollate
Added NSPrintNoPresetsJobStyleHint
Added NSPrintOperationExistsException
Added NSPrintOrientation
Added NSPrintPackageException
Added NSPrintPagesAcross
Added NSPrintPagesDown
Added NSPrintPanelAccessorySummaryItemDescriptionKey
Added NSPrintPanelAccessorySummaryItemNameKey
Added NSPrintPaperName
Added NSPrintPaperSize
Added NSPrintPhotoJobStyleHint
Added NSPrintPreviewJob
Added NSPrintPrinter
Added NSPrintPrinterName
Added NSPrintReversePageOrder
Added NSPrintRightMargin
Added NSPrintSaveJob
Added NSPrintScalingFactor
Added NSPrintScreenFunctionKey
Added NSPrintSelectionOnly
Added NSPrintSpoolJob
Added NSPrintTime
Added NSPrintTopMargin
Added NSPrintVerticalPagination
Added NSPrintVerticallyCentered
Added NSPrintingCommunicationException
Added NSRTFDPboardType
Added NSRTFDTextDocumentType
Added NSRTFPboardType
Added NSRTFPropertyStackOverflowException
Added NSRTFTextDocumentType
Added NSRaisesForNotApplicableKeysBindingOption
Added NSReadOnlyDocumentAttribute
Added NSReadPixel(NSPoint) -> NSColor!
Added NSRecentSearchesBinding
Added NSRectClip(NSRect)
Added NSRectClipList(UnsafePointer<NSRect>, Int)
Added NSRectFill(NSRect)
Added NSRectFillList(UnsafePointer<NSRect>, Int)
Added NSRectFillListUsingOperation(UnsafePointer<NSRect>, Int, NSCompositingOperation)
Added NSRectFillListWithColors(UnsafePointer<NSRect>, UnsafePointer<NSColor?>, Int)
Added NSRectFillListWithColorsUsingOperation(UnsafePointer<NSRect>, UnsafePointer<NSColor?>, Int, NSCompositingOperation)
Added NSRectFillListWithGrays(UnsafePointer<NSRect>, UnsafePointer<CGFloat>, Int)
Added NSRectFillUsingOperation(NSRect, NSCompositingOperation)
Added NSRedoFunctionKey
Added NSRegisterServicesProvider(AnyObject!, String!)
Added NSReleaseAlertPanel(AnyObject!)
Added NSRepresentedFilenameBinding
Added NSResetCursorRectsRunLoopOrdering
Added NSResetFunctionKey
Added NSResizableWindowMask
Added NSReturnTextMovement
Added NSRightArrowFunctionKey
Added NSRightMarginDocumentAttribute
Added NSRightTextMovement
Added NSRoundedTokenStyle
Added NSRowHeightBinding
Added NSRuleEditorPredicateComparisonModifier
Added NSRuleEditorPredicateCompoundType
Added NSRuleEditorPredicateCustomSelector
Added NSRuleEditorPredicateLeftExpression
Added NSRuleEditorPredicateOperatorType
Added NSRuleEditorPredicateOptions
Added NSRuleEditorPredicateRightExpression
Added NSRuleEditorRowsDidChangeNotification
Added NSRulerPboard
Added NSRulerPboardType
Added NSRunAbortedResponse
Added NSRunContinuesResponse
Added NSRunStoppedResponse
Added NSScreenColorSpaceDidChangeNotification
Added NSScrollLockFunctionKey
Added NSScrollViewDidEndLiveMagnifyNotification
Added NSScrollViewDidEndLiveScrollNotification
Added NSScrollViewDidLiveScrollNotification
Added NSScrollViewWillStartLiveMagnifyNotification
Added NSScrollViewWillStartLiveScrollNotification
Added NSSearchFieldClearRecentsMenuItemTag
Added NSSearchFieldNoRecentsMenuItemTag
Added NSSearchFieldRecentsMenuItemTag
Added NSSearchFieldRecentsTitleMenuItemTag
Added NSSelectFunctionKey
Added NSSelectedIdentifierBinding
Added NSSelectedIndexBinding
Added NSSelectedLabelBinding
Added NSSelectedObjectBinding
Added NSSelectedObjectsBinding
Added NSSelectedTagBinding
Added NSSelectedValueBinding
Added NSSelectedValuesBinding
Added NSSelectionIndexPathsBinding
Added NSSelectionIndexesBinding
Added NSSelectorNameBindingOption
Added NSSelectsAllWhenSettingContentBindingOption
Added NSServiceApplicationLaunchFailedError
Added NSServiceApplicationNotFoundError
Added NSServiceErrorMaximum
Added NSServiceErrorMinimum
Added NSServiceInvalidPasteboardDataError
Added NSServiceMalformedServiceDictionaryError
Added NSServiceMiscellaneousError
Added NSServiceRequestTimedOutError
Added NSSetFocusRingStyle(NSFocusRingPlacement)
Added NSSetShowsServicesMenuItem(String!, Bool) -> Int
Added NSShadowAttributeName
Added NSSharingServiceErrorMaximum
Added NSSharingServiceErrorMinimum
Added NSSharingServiceNameAddToAperture
Added NSSharingServiceNameAddToIPhoto
Added NSSharingServiceNameAddToSafariReadingList
Added NSSharingServiceNameComposeEmail
Added NSSharingServiceNameComposeMessage
Added NSSharingServiceNamePostImageOnFlickr
Added NSSharingServiceNamePostOnFacebook
Added NSSharingServiceNamePostOnLinkedIn
Added NSSharingServiceNamePostOnSinaWeibo
Added NSSharingServiceNamePostOnTencentWeibo
Added NSSharingServiceNamePostOnTwitter
Added NSSharingServiceNamePostVideoOnTudou
Added NSSharingServiceNamePostVideoOnVimeo
Added NSSharingServiceNamePostVideoOnYouku
Added NSSharingServiceNameSendViaAirDrop
Added NSSharingServiceNameUseAsDesktopPicture
Added NSSharingServiceNameUseAsFacebookProfileImage
Added NSSharingServiceNameUseAsLinkedInProfileImage
Added NSSharingServiceNameUseAsTwitterProfileImage
Added NSSharingServiceNotConfiguredError
Added NSShowAnimationEffect(NSAnimationEffect, NSPoint, NSSize, AnyObject!, Selector, UnsafeMutablePointer<Void>)
Added NSShowControlGlyphs
Added NSShowInvisibleGlyphs
Added NSShowsServicesMenuItem(String!) -> Bool
Added NSSingleUnderlineStyle
Added NSSortDescriptorsBinding
Added NSSoundPboardType
Added NSSpeechCharacterModeProperty
Added NSSpeechCommandDelimiterProperty
Added NSSpeechCommandPrefix
Added NSSpeechCommandSuffix
Added NSSpeechCurrentVoiceProperty
Added NSSpeechDictionaryAbbreviations
Added NSSpeechDictionaryEntryPhonemes
Added NSSpeechDictionaryEntrySpelling
Added NSSpeechDictionaryLocaleIdentifier
Added NSSpeechDictionaryModificationDate
Added NSSpeechDictionaryPronunciations
Added NSSpeechErrorCount
Added NSSpeechErrorNewestCharacterOffset
Added NSSpeechErrorNewestCode
Added NSSpeechErrorOldestCharacterOffset
Added NSSpeechErrorOldestCode
Added NSSpeechErrorsProperty
Added NSSpeechInputModeProperty
Added NSSpeechModeLiteral
Added NSSpeechModeNormal
Added NSSpeechModePhoneme
Added NSSpeechModeText
Added NSSpeechNumberModeProperty
Added NSSpeechOutputToFileURLProperty
Added NSSpeechPhonemeInfoExample
Added NSSpeechPhonemeInfoHiliteEnd
Added NSSpeechPhonemeInfoHiliteStart
Added NSSpeechPhonemeInfoOpcode
Added NSSpeechPhonemeInfoSymbol
Added NSSpeechPhonemeSymbolsProperty
Added NSSpeechPitchBaseProperty
Added NSSpeechPitchModProperty
Added NSSpeechRateProperty
Added NSSpeechRecentSyncProperty
Added NSSpeechResetProperty
Added NSSpeechStatusNumberOfCharactersLeft
Added NSSpeechStatusOutputBusy
Added NSSpeechStatusOutputPaused
Added NSSpeechStatusPhonemeCode
Added NSSpeechStatusProperty
Added NSSpeechSynthesizerInfoIdentifier
Added NSSpeechSynthesizerInfoProperty
Added NSSpeechSynthesizerInfoVersion
Added NSSpeechVolumeProperty
Added NSSpellCheckerDidChangeAutomaticDashSubstitutionNotification
Added NSSpellCheckerDidChangeAutomaticQuoteSubstitutionNotification
Added NSSpellCheckerDidChangeAutomaticSpellingCorrectionNotification
Added NSSpellCheckerDidChangeAutomaticTextReplacementNotification
Added NSSpellingStateAttributeName
Added NSSpellingStateGrammarFlag
Added NSSpellingStateSpellingFlag
Added NSSplitViewDidResizeSubviewsNotification
Added NSSplitViewWillResizeSubviewsNotification
Added NSSquareStatusItemLength
Added NSStackViewSpacingUseDefault
Added NSStackViewVisibilityPriority
Added NSStackViewVisibilityPriorityDetachOnlyIfNecessary
Added NSStackViewVisibilityPriorityMustHold
Added NSStackViewVisibilityPriorityNotVisible
Added NSStopFunctionKey
Added NSStrikethroughColorAttributeName
Added NSStrikethroughStyleAttributeName
Added NSStringPboardType
Added NSStrokeColorAttributeName
Added NSStrokeWidthAttributeName
Added NSSubjectDocumentAttribute
Added NSSuperscriptAttributeName
Added NSSysReqFunctionKey
Added NSSystemColorsDidChangeNotification
Added NSSystemFunctionKey
Added NSTIFFException
Added NSTIFFPboardType
Added NSTabCharacter
Added NSTabColumnTerminatorsAttributeName
Added NSTabTextMovement
Added NSTableViewColumnDidMoveNotification
Added NSTableViewColumnDidResizeNotification
Added NSTableViewRowViewKey
Added NSTableViewSelectionDidChangeNotification
Added NSTableViewSelectionIsChangingNotification
Added NSTabularTextPboardType
Added NSTargetBinding
Added NSTextAlternativesAttributeName
Added NSTextAlternativesSelectedAlternativeStringNotification
Added NSTextCheckingDocumentAuthorKey
Added NSTextCheckingDocumentTitleKey
Added NSTextCheckingDocumentURLKey
Added NSTextCheckingOrthographyKey
Added NSTextCheckingQuotesKey
Added NSTextCheckingReferenceDateKey
Added NSTextCheckingReferenceTimeZoneKey
Added NSTextCheckingRegularExpressionsKey
Added NSTextCheckingReplacementsKey
Added NSTextColorBinding
Added NSTextDidBeginEditingNotification
Added NSTextDidChangeNotification
Added NSTextDidEndEditingNotification
Added NSTextEffectAttributeName
Added NSTextEffectLetterpressStyle
Added NSTextEncodingNameDocumentAttribute
Added NSTextEncodingNameDocumentOption
Added NSTextFinderCaseInsensitiveKey
Added NSTextFinderMatchingTypeKey
Added NSTextInputContextKeyboardSelectionDidChangeNotification
Added NSTextLayoutSectionOrientation
Added NSTextLayoutSectionRange
Added NSTextLayoutSectionsAttribute
Added NSTextLineTooLongException
Added NSTextNoSelectionException
Added NSTextReadException
Added NSTextReadInapplicableDocumentTypeError
Added NSTextReadWriteErrorMaximum
Added NSTextReadWriteErrorMinimum
Added NSTextSizeMultiplierDocumentOption
Added NSTextStorageDidProcessEditingNotification
Added NSTextStorageWillProcessEditingNotification
Added NSTextViewDidChangeSelectionNotification
Added NSTextViewDidChangeTypingAttributesNotification
Added NSTextViewWillChangeNotifyingTextViewNotification
Added NSTextWriteException
Added NSTextWriteInapplicableDocumentTypeError
Added NSTextWritingDirectionEmbedding
Added NSTextWritingDirectionOverride
Added NSTexturedBackgroundWindowMask
Added NSTimeoutDocumentOption
Added NSTitleBinding
Added NSTitleDocumentAttribute
Added NSTitledWindowMask
Added NSToolTipAttributeName
Added NSToolTipBinding
Added NSToolTipTag
Added NSToolbarCustomizeToolbarItemIdentifier
Added NSToolbarDidRemoveItemNotification
Added NSToolbarFlexibleSpaceItemIdentifier
Added NSToolbarItemVisibilityPriorityHigh
Added NSToolbarItemVisibilityPriorityLow
Added NSToolbarItemVisibilityPriorityStandard
Added NSToolbarItemVisibilityPriorityUser
Added NSToolbarPrintItemIdentifier
Added NSToolbarSeparatorItemIdentifier
Added NSToolbarShowColorsItemIdentifier
Added NSToolbarShowFontsItemIdentifier
Added NSToolbarSpaceItemIdentifier
Added NSToolbarWillAddItemNotification
Added NSTopMarginDocumentAttribute
Added NSTrackingRectTag
Added NSTransparentBinding
Added NSTypeIdentifierAddressText
Added NSTypeIdentifierDateText
Added NSTypeIdentifierPhoneNumberText
Added NSTypeIdentifierTransitInformationText
Added NSTypedStreamVersionException
Added NSURLPboardType
Added NSUnderlineByWordMask
Added NSUnderlineColorAttributeName
Added NSUnderlinePatternDash
Added NSUnderlinePatternDashDot
Added NSUnderlinePatternDashDotDot
Added NSUnderlinePatternDot
Added NSUnderlinePatternSolid
Added NSUnderlineStyleAttributeName
Added NSUnderlineStyleDouble
Added NSUnderlineStyleNone
Added NSUnderlineStyleSingle
Added NSUnderlineStyleThick
Added NSUndoFunctionKey
Added NSUnifiedTitleAndToolbarWindowMask
Added NSUnregisterServicesProvider(String!)
Added NSUnscaledWindowMask
Added NSUpArrowFunctionKey
Added NSUpTextMovement
Added NSUpdateDynamicServices()
Added NSUpdateWindowsRunLoopOrdering
Added NSUserActivityDocumentURLKey
Added NSUserFunctionKey
Added NSUsesScreenFontsDocumentAttribute
Added NSUtilityWindowMask
Added NSVCardPboardType
Added NSValidatesImmediatelyBindingOption
Added NSValueBinding
Added NSValuePathBinding
Added NSValueTransformerBindingOption
Added NSValueTransformerNameBindingOption
Added NSValueURLBinding
Added NSVariableStatusItemLength
Added NSVerticalGlyphFormAttributeName
Added NSViewAnimationEffectKey
Added NSViewAnimationEndFrameKey
Added NSViewAnimationFadeInEffect
Added NSViewAnimationFadeOutEffect
Added NSViewAnimationStartFrameKey
Added NSViewAnimationTargetKey
Added NSViewBoundsDidChangeNotification
Added NSViewDidUpdateTrackingAreasNotification
Added NSViewFocusDidChangeNotification
Added NSViewFrameDidChangeNotification
Added NSViewGlobalFrameDidChangeNotification
Added NSViewModeDocumentAttribute
Added NSViewNoInstrinsicMetric
Added NSViewSizeDocumentAttribute
Added NSViewZoomDocumentAttribute
Added NSVisibleBinding
Added NSVoiceAge
Added NSVoiceDemoText
Added NSVoiceGender
Added NSVoiceGenderFemale
Added NSVoiceGenderMale
Added NSVoiceGenderNeuter
Added NSVoiceIdentifier
Added NSVoiceIndividuallySpokenCharacters
Added NSVoiceLocaleIdentifier
Added NSVoiceName
Added NSVoiceSupportedCharacters
Added NSWantsBidiLevels
Added NSWarningValueBinding
Added NSWebArchiveTextDocumentType
Added NSWebPreferencesDocumentOption
Added NSWebResourceLoadDelegateDocumentOption
Added NSWhite
Added NSWidthBinding
Added NSWindowDepth
Added NSWindowDepthOnehundredtwentyeightBitRGB
Added NSWindowDepthSixtyfourBitRGB
Added NSWindowDepthTwentyfourBitRGB
Added NSWindowDidBecomeKeyNotification
Added NSWindowDidBecomeMainNotification
Added NSWindowDidChangeBackingPropertiesNotification
Added NSWindowDidChangeOcclusionStateNotification
Added NSWindowDidChangeScreenNotification
Added NSWindowDidChangeScreenProfileNotification
Added NSWindowDidDeminiaturizeNotification
Added NSWindowDidEndLiveResizeNotification
Added NSWindowDidEndSheetNotification
Added NSWindowDidEnterFullScreenNotification
Added NSWindowDidEnterVersionBrowserNotification
Added NSWindowDidExitFullScreenNotification
Added NSWindowDidExitVersionBrowserNotification
Added NSWindowDidExposeNotification
Added NSWindowDidMiniaturizeNotification
Added NSWindowDidMoveNotification
Added NSWindowDidResignKeyNotification
Added NSWindowDidResignMainNotification
Added NSWindowDidResizeNotification
Added NSWindowDidUpdateNotification
Added NSWindowNumberListAllApplications
Added NSWindowNumberListAllSpaces
Added NSWindowNumberListOptions
Added NSWindowServerCommunicationException
Added NSWindowWillBeginSheetNotification
Added NSWindowWillCloseNotification
Added NSWindowWillEnterFullScreenNotification
Added NSWindowWillEnterVersionBrowserNotification
Added NSWindowWillExitFullScreenNotification
Added NSWindowWillExitVersionBrowserNotification
Added NSWindowWillMiniaturizeNotification
Added NSWindowWillMoveNotification
Added NSWindowWillStartLiveResizeNotification
Added NSWindows95InterfaceStyle
Added NSWordMLTextDocumentType
Added NSWordTablesReadException
Added NSWordTablesWriteException
Added NSWorkspaceAccessibilityDisplayOptionsDidChangeNotification
Added NSWorkspaceActiveSpaceDidChangeNotification
Added NSWorkspaceApplicationKey
Added NSWorkspaceCompressOperation
Added NSWorkspaceCopyOperation
Added NSWorkspaceDecompressOperation
Added NSWorkspaceDecryptOperation
Added NSWorkspaceDesktopImageAllowClippingKey
Added NSWorkspaceDesktopImageFillColorKey
Added NSWorkspaceDesktopImageScalingKey
Added NSWorkspaceDestroyOperation
Added NSWorkspaceDidActivateApplicationNotification
Added NSWorkspaceDidChangeFileLabelsNotification
Added NSWorkspaceDidDeactivateApplicationNotification
Added NSWorkspaceDidHideApplicationNotification
Added NSWorkspaceDidLaunchApplicationNotification
Added NSWorkspaceDidMountNotification
Added NSWorkspaceDidPerformFileOperationNotification
Added NSWorkspaceDidRenameVolumeNotification
Added NSWorkspaceDidTerminateApplicationNotification
Added NSWorkspaceDidUnhideApplicationNotification
Added NSWorkspaceDidUnmountNotification
Added NSWorkspaceDidWakeNotification
Added NSWorkspaceDuplicateOperation
Added NSWorkspaceEncryptOperation
Added NSWorkspaceLaunchConfigurationAppleEvent
Added NSWorkspaceLaunchConfigurationArchitecture
Added NSWorkspaceLaunchConfigurationArguments
Added NSWorkspaceLaunchConfigurationEnvironment
Added NSWorkspaceLinkOperation
Added NSWorkspaceMoveOperation
Added NSWorkspaceRecycleOperation
Added NSWorkspaceScreensDidSleepNotification
Added NSWorkspaceScreensDidWakeNotification
Added NSWorkspaceSessionDidBecomeActiveNotification
Added NSWorkspaceSessionDidResignActiveNotification
Added NSWorkspaceVolumeLocalizedNameKey
Added NSWorkspaceVolumeOldLocalizedNameKey
Added NSWorkspaceVolumeOldURLKey
Added NSWorkspaceVolumeURLKey
Added NSWorkspaceWillLaunchApplicationNotification
Added NSWorkspaceWillPowerOffNotification
Added NSWorkspaceWillSleepNotification
Added NSWorkspaceWillUnmountNotification
Added NSWritingDirectionAttributeName
Added NS_USER_ACTIVITY_SUPPORTED
Added replApplicationMain()