diff --git a/Documentation/gsdoc/NSActionCell.gsdoc b/Documentation/gsdoc/NSActionCell.gsdoc index 2ab115e86..e6c643f50 100644 --- a/Documentation/gsdoc/NSActionCell.gsdoc +++ b/Documentation/gsdoc/NSActionCell.gsdoc @@ -16,87 +16,123 @@ AppKit/NSActionCell.h NSCoding - - - action - - + + + + action + + - controlView - - + + controlView + + - doubleValue - - + + doubleValue + + - drawWithFrame:cellFrame - - + + drawWithFrame: + cellFrame + + - floatValue - - + + floatValue + + - intValue - - + + intValue + + - setAction:aSelector - - + + setAction: + aSelector + + - setAlignment:mode - - + + setAlignment: + mode + + - setBezeled:flag - - + + setBezeled: + flag + + - setBordered:flag - - + + setBordered: + flag + + - setEnabled:flag - - + + setEnabled: + flag + + - setFloatingPointFormat:autoRangeleft:(unsigned int)leftDigits right:rightDigits - - + + setFloatingPointFormat: + autoRange + left: + leftDigits + right: + rightDigits + + - setFont:fontObj - - + + setFont: + fontObj + + - setImage:image - - + + setImage: + image + + - setObjectValue:object - - + + setObjectValue: + object + + - setTag:anInt - - + + setTag: + anInt + + - setTarget:anObject - - + + setTarget: + anObject + + - stringValue - - + + stringValue + + - tag - - + + tag + + - target - - + + target + + diff --git a/Documentation/gsdoc/NSAffineTransform.gsdoc b/Documentation/gsdoc/NSAffineTransform.gsdoc index 39477d1d9..97e8bc55b 100644 --- a/Documentation/gsdoc/NSAffineTransform.gsdoc +++ b/Documentation/gsdoc/NSAffineTransform.gsdoc @@ -16,75 +16,104 @@ AppKit/NSAffineTransform.h NSCoding - - - transform - - + + + + transform + + - appendTransform:aTransform - - + + appendTransform: + aTransform + + - concat - - + + concat + + - initWithTransform:aTransform - - + + initWithTransform: + aTransform + + - invert - - + + invert + + - prependTransform:aTransform - - + + prependTransform: + aTransform + + - rotateByDegrees:angle - - + + rotateByDegrees: + angle + + - rotateByRadians:angle - - + + rotateByRadians: + angle + + - scaleBy:scale - - + + scaleBy: + scale + + - scaleXBy:scaleX - - + + scaleXBy: + scaleX + + - set - - + + set + + - setTransformStruct:aTransformStruct - - + + setTransformStruct: + aTransformStruct + + - transformBezierPath:aPath - - + + transformBezierPath: + aPath + + - transformPoint:aPoint - - + + transformPoint: + aPoint + + - transformSize:aSize - - + + transformSize: + aSize + + - transformStruct - - + + transformStruct + + - translateXBy:deltaX - - + + translateXBy: + deltaX + + diff --git a/Documentation/gsdoc/NSApplication.gsdoc b/Documentation/gsdoc/NSApplication.gsdoc index ef462345e..2284674b6 100644 --- a/Documentation/gsdoc/NSApplication.gsdoc +++ b/Documentation/gsdoc/NSApplication.gsdoc @@ -16,359 +16,543 @@ AppKit/NSApplication.h NSCoding - - - setApplicationHandle:hInstancepreviousHandle:prevInstancecommandLine:cmdLineshow:cmdShow - - - - useRunningCopyOfApplication - - - - abortModal - - - - activateContextHelpMode:sender - - - - activateIgnoringOtherApps:flag - - - - addWindowsItem:aWindowtitle:titlefilename:isFilename - - - - applicationHandle - - - - applicationIconImage - - - - arrangeInFront:sender - - - - beginModalSessionForWindow:aWindow - - - - changeWindowsItem:aWindowtitle:aStringfilename:isFilename - - - - context - - - - currentEvent - - - - deactivate - - - - discardEventsMatchingMask:maskbeforeEvent:lastEvent - - - - endModalSession:session - - - - finishLaunching - - - - hide:sender - - - - isActive - - - - isHidden - - - - isRunning - - - - keyWindow - - - - mainMenu - - - - mainWindow - - - - makeWindowsPerform:aSelector - - - - miniaturizeAll:sender - - - - modalWindow - - - - nextEventMatchingMask:maskuntilDate:expirationinMode:modedequeue:flag - - - - orderFrontColorPanel:sender - - - - orderFrontStandardAboutPanel:sender; - - - - orderFrontStandardAboutPanelWithOptions:optionsDictionary; - - - - postEvent:anEvent - - - - preventWindowOrdering - - - - registerServicesMenuSendTypes:sendTypesreturnTypes:returnTypes - - - - removeWindowsItem:aWindow - - - - reportException:anException - - - - run - - - - runModalForWindow:aWindow - - - - runModalSession:session - - - - runPageLayout:sender - - - - sendAction:anActionto:aTargetfrom:sender - - - - sendEvent:anEvent - - - - servicesMenu - - - - servicesProvider - - - - setApplicationIconImage:anImage - - - - setDelegate:anObject - - - - setMainMenu:aMenu - - - - setServicesMenu:aMenu - - - - setServicesProvider:aProvider - - - - setWindowsMenu:aMenu - - - - setWindowsNeedUpdate:flag - - - - showHelp:sender - - - - stop:sender - - - - stopModal - - - - stopModalWithCode:returnCode - - - - targetForAction:aSelector - - - - terminate:sender - - - - tryToPerform:aSelector - - - - unhide:sender - - - - unhideWithoutActivation - - - - updateWindows - - - - updateWindowsItem:aWindow - - - - validRequestorForSendType:sendTypereturnType:returnType - - - - windows - - - - windowsMenu - - - - windowWithWindowHandle:hWnd - - - - windowWithWindowNumber:windowNum - - - - application:theApplication - - - - application:senderopenFileWithoutUI:filename - - - - application:theApplication - - - - application:theApplication - - - - applicationDidBecomeActive:aNotification - - - - applicationDidFinishLaunching:aNotification - - - - applicationDidHide:aNotification - - - - applicationDidResignActive:aNotification - - - - applicationDidUnhide:aNotification - - - - applicationDidUpdate:aNotification - - - - applicationOpenUntitledFile:theApplication - - - - applicationShouldOpenUntitledFile:sender - - - - applicationShouldTerminate:sender - - - - applicationShouldTerminateAfterLastWindowClosed:theApplication - - - - applicationWillBecomeActive:aNotification - - - - applicationWillFinishLaunching:aNotification - - - - applicationWillHide:aNotification - - - - applicationWillTerminate:aNotification - - - - applicationWillResignActive:aNotification - - - - applicationWillUnhide:aNotification - - - - applicationWillUpdate:aNotification - - + + + + setApplicationHandle: + hInstance + previousHandle: + prevInstance + commandLine: + cmdLine + show: + cmdShow + + + + + useRunningCopyOfApplication + + + + + abortModal + + + + + activateContextHelpMode: + sender + + + + + activateIgnoringOtherApps: + flag + + + + + addWindowsItem: + aWindow + title: + title + filename: + isFilename + + + + + applicationHandle + + + + + applicationIconImage + + + + + arrangeInFront: + sender + + + + + beginModalSessionForWindow: + aWindow + + + + + changeWindowsItem: + aWindow + title: + aString + filename: + isFilename + + + + + context + + + + + currentEvent + + + + + deactivate + + + + + discardEventsMatchingMask: + mask + beforeEvent: + lastEvent + + + + + endModalSession: + session + + + + + finishLaunching + + + + + hide: + sender + + + + + isActive + + + + + isHidden + + + + + isRunning + + + + + keyWindow + + + + + mainMenu + + + + + mainWindow + + + + + makeWindowsPerform: + aSelector + + + + + miniaturizeAll: + sender + + + + + modalWindow + + + + + nextEventMatchingMask: + mask + untilDate: + expiration + inMode: + mode + dequeue: + flag + + + + + orderFrontColorPanel: + sender + + + + + orderFrontStandardAboutPanel: + sender; + + + + + orderFrontStandardAboutPanelWithOptions: + optionsDictionary; + + + + + postEvent: + anEvent + + + + + preventWindowOrdering + + + + + registerServicesMenuSendTypes: + sendTypes + returnTypes: + returnTypes + + + + + removeWindowsItem: + aWindow + + + + + reportException: + anException + + + + + run + + + + + runModalForWindow: + aWindow + + + + + runModalSession: + session + + + + + runPageLayout: + sender + + + + + sendAction: + anAction + to: + aTarget + from: + sender + + + + + sendEvent: + anEvent + + + + + servicesMenu + + + + + servicesProvider + + + + + setApplicationIconImage: + anImage + + + + + setDelegate: + anObject + + + + + setMainMenu: + aMenu + + + + + setServicesMenu: + aMenu + + + + + setServicesProvider: + aProvider + + + + + setWindowsMenu: + aMenu + + + + + setWindowsNeedUpdate: + flag + + + + + showHelp: + sender + + + + + stop: + sender + + + + + stopModal + + + + + stopModalWithCode: + returnCode + + + + + targetForAction: + aSelector + + + + + terminate: + sender + + + + + tryToPerform: + aSelector + + + + + unhide: + sender + + + + + unhideWithoutActivation + + + + + updateWindows + + + + + updateWindowsItem: + aWindow + + + + + validRequestorForSendType: + sendType + returnType: + returnType + + + + + windows + + + + + windowsMenu + + + + + windowWithWindowHandle: + hWnd + + + + + windowWithWindowNumber: + windowNum + + + + + application: + theApplication + + + + + application: + sender + openFileWithoutUI: + filename + + + + + application: + theApplication + + + + + application: + theApplication + + + + + applicationDidBecomeActive: + aNotification + + + + + applicationDidFinishLaunching: + aNotification + + + + + applicationDidHide: + aNotification + + + + + applicationDidResignActive: + aNotification + + + + + applicationDidUnhide: + aNotification + + + + + applicationDidUpdate: + aNotification + + + + + applicationOpenUntitledFile: + theApplication + + + + + applicationShouldOpenUntitledFile: + sender + + + + + applicationShouldTerminate: + sender + + + + + applicationShouldTerminateAfterLastWindowClosed: + theApplication + + + + + applicationWillBecomeActive: + aNotification + + + + + applicationWillFinishLaunching: + aNotification + + + + + applicationWillHide: + aNotification + + + + + applicationWillTerminate: + aNotification + + + + + applicationWillResignActive: + aNotification + + + + + applicationWillUnhide: + aNotification + + + + + applicationWillUpdate: + aNotification + + diff --git a/Documentation/gsdoc/NSAttributedStrngAdds.gsdoc b/Documentation/gsdoc/NSAttributedStrngAdds.gsdoc index a1859943f..a2d9c2dd7 100644 --- a/Documentation/gsdoc/NSAttributedStrngAdds.gsdoc +++ b/Documentation/gsdoc/NSAttributedStrngAdds.gsdoc @@ -15,8 +15,8 @@ NSAttributedStrngAdds AppKit/NSApplication.h - - + + diff --git a/Documentation/gsdoc/NSBezierPath.gsdoc b/Documentation/gsdoc/NSBezierPath.gsdoc index 8c12bd618..426a29f01 100644 --- a/Documentation/gsdoc/NSBezierPath.gsdoc +++ b/Documentation/gsdoc/NSBezierPath.gsdoc @@ -16,227 +16,340 @@ AppKit/NSBezierPath.h NSCoding - - - bezierPath - - + + + + bezierPath + + - bezierPathWithRect:aRect - - + + bezierPathWithRect: + aRect + + - clipRect:aRect - - + + clipRect: + aRect + + - drawPackedGlyphs:packedGlyphs - - + + drawPackedGlyphs: + packedGlyphs + + - fillRect:aRect - - + + fillRect: + aRect + + - setFlatness:flatness - - + + setFlatness: + flatness + + - setHalftonePhase:aPoint - - + + setHalftonePhase: + aPoint + + - setLineCapStyle:lineCap - - + + setLineCapStyle: + lineCap + + - setLineJoinStyle:lineJoinStyle - - + + setLineJoinStyle: + lineJoinStyle + + - setLineWidth:width - - + + setLineWidth: + width + + - setMiterLimit:limit - - + + setMiterLimit: + limit + + - strokeLineFromPoint:point1toPoint:point2 - - + + strokeLineFromPoint: + point1 + toPoint: + point2 + + - strokeRect:aRect - - + + strokeRect: + aRect + + - addClip - - + + addClip + + - appendBezierPath:aPath - - + + appendBezierPath: + aPath + + - appendBezierPathWithArcWithCenter:centerradius:(float)radius startAngle:startAngle - - + + appendBezierPathWithArcWithCenter: + center + radius: + radius + startAngle: + startAngle + + - appendBezierPathWithGlyph:aGlyph - - + + appendBezierPathWithGlyph: + aGlyph + + - appendBezierPathWithGlyphs:glyphscount:(int)count inFont:fontObj - - + + appendBezierPathWithGlyphs: + glyphs + count: + count + inFont: + fontObj + + - appendBezierPathWithOvalInRect:aRect - - + + appendBezierPathWithOvalInRect: + aRect + + - appendBezierPathWithPackedGlyphs:packedGlyphs - - + + appendBezierPathWithPackedGlyphs: + packedGlyphs + + - appendBezierPathWithPoints:points - - + + appendBezierPathWithPoints: + points + + - appendBezierPathWithRect:aRect - - + + appendBezierPathWithRect: + aRect + + - bounds - - + + bounds + + - cachesBezierPath - - + + cachesBezierPath + + - closePath - - + + closePath + + - controlPointBounds - - + + controlPointBounds + + - currentPoint - - + + currentPoint + + - curveToPoint:aPointcontrolPoint1:controlPoint1 - - + + curveToPoint: + aPoint + controlPoint1: + controlPoint1 + + - elementCount - - + + elementCount + + - elementTypeAtIndex:index - - + + elementTypeAtIndex: + index + + - elementTypeAtIndex:indexassociatedPoints:points - - + + elementTypeAtIndex: + index + associatedPoints: + points + + - fill - - + + fill + + - isHitByPath:aBezierPath - - + + isHitByPath: + aBezierPath + + - isHitByPoint:aPoint - - + + isHitByPoint: + aPoint + + - isHitByRect:aRect - - + + isHitByRect: + aRect + + - isStrokeHitByPath:aBezierPath - - + + isStrokeHitByPath: + aBezierPath + + - isStrokeHitByPoint:aPoint - - + + isStrokeHitByPoint: + aPoint + + - isStrokeHitByRect:aRect - - + + isStrokeHitByRect: + aRect + + - lineToPoint:aPoint - - + + lineToPoint: + aPoint + + - moveToPoint:aPoint - - + + moveToPoint: + aPoint + + - pathElementIndexForPointIndex:index - - + + pathElementIndexForPointIndex: + index + + - pointAtIndex:index - - + + pointAtIndex: + index + + - pointCount - - + + pointCount + + - pointIndexForPathElementIndex:index - - + + pointIndexForPathElementIndex: + index + + - relativeCurveToPoint:aPointcontrolPoint1:controlPoint1 - - + + relativeCurveToPoint: + aPoint + controlPoint1: + controlPoint1 + + - relativeLineToPoint:aPoint - - + + relativeLineToPoint: + aPoint + + - relativeMoveToPoint:aPoint - - + + relativeMoveToPoint: + aPoint + + - removeLastElement - - + + removeLastElement + + - reset - - + + reset + + - setCachesBezierPath:flag - - + + setCachesBezierPath: + flag + + - setClip - - + + setClip + + - setPointAtIndex:indextoPoint:aPoint - - + + setPointAtIndex: + index + toPoint: + aPoint + + - setWindingRule:aWindingRule - - + + setWindingRule: + aWindingRule + + - stroke - - + + stroke + + - windingRule - - + + windingRule + + diff --git a/Documentation/gsdoc/NSBitmapImageRep.gsdoc b/Documentation/gsdoc/NSBitmapImageRep.gsdoc index dd02f5de2..2f1d9ccd0 100644 --- a/Documentation/gsdoc/NSBitmapImageRep.gsdoc +++ b/Documentation/gsdoc/NSBitmapImageRep.gsdoc @@ -16,103 +16,167 @@ AppKit/NSImage.h NSCoding - - - getTIFFCompressionTypes:listcount:numTypes - - + + + + getTIFFCompressionTypes: + list + count: + numTypes + + - imageRepsWithData:bitmapData - - + + imageRepsWithData: + bitmapData + + - imageRepWithData:bitmapData - - + + imageRepWithData: + bitmapData + + - localizedNameForTIFFCompressionType:compression - - + + localizedNameForTIFFCompressionType: + compression + + - TIFFRepresentationOfImageRepsInArray:array - - + + TIFFRepresentationOfImageRepsInArray: + array + + - TIFFRepresentationOfImageRepsInArray:arrayusingCompression:compression - - + + TIFFRepresentationOfImageRepsInArray: + array + usingCompression: + compression + + - bitmapData - - + + bitmapData + + - bitsPerPixel - - + + bitsPerPixel + + - bytesPerPlane - - + + bytesPerPlane + + - bytesPerRow - - + + bytesPerRow + + - canBeCompressedUsing:compression - - + + canBeCompressedUsing: + compression + + - getBitmapDataPlanes:data - - + + getBitmapDataPlanes: + data + + - getCompression:compression - - + + getCompression: + compression + + - initWithBitmapDataPlanes:planespixelsWide:widthpixelsHigh:heightbitsPerSample:bpssamplesPerPixel:spphasAlpha:alphaisPlanar:isPlanarcolorSpaceName:colorSpaceNamebytesPerRow:(int)rowBytes bitsPerPixel:pixelBits - - + + initWithBitmapDataPlanes: + planes + pixelsWide: + width + pixelsHigh: + height + bitsPerSample: + bps + samplesPerPixel: + spp + hasAlpha: + alpha + isPlanar: + isPlanar + colorSpaceName: + colorSpaceName + bytesPerRow: + rowBytes + bitsPerPixel: + pixelBits + + - initWithBitmapHandle:bitmap - - + + initWithBitmapHandle: + bitmap + + - initWithData:bitmapData - - + + initWithData: + bitmapData + + - initWithFocusedViewRect:rect - - + + initWithFocusedViewRect: + rect + + - initWithIconHandle:icon - - + + initWithIconHandle: + icon + + - isPlanar - - + + isPlanar + + - numberOfPlanes - - + + numberOfPlanes + + - samplesPerPixel - - + + samplesPerPixel + + - setCompression:compression - - + + setCompression: + compression + + - TIFFRepresentation - - + + TIFFRepresentation + + - TIFFRepresentationUsingCompression:compfactor:factor - - + + TIFFRepresentationUsingCompression: + comp + factor: + factor + + diff --git a/Documentation/gsdoc/NSBox.gsdoc b/Documentation/gsdoc/NSBox.gsdoc index 2a3dc3a04..bf400eeb7 100644 --- a/Documentation/gsdoc/NSBox.gsdoc +++ b/Documentation/gsdoc/NSBox.gsdoc @@ -16,79 +16,105 @@ AppKit/NSBox.h NSCoding - - - borderRect - - + + + + borderRect + + - borderType - - + + borderType + + - contentView - - + + contentView + + - contentViewMargins - - + + contentViewMargins + + - setBorderType:aType - - + + setBorderType: + aType + + - setContentView:aView - - + + setContentView: + aView + + - setContentViewMargins:offsetSize - - + + setContentViewMargins: + offsetSize + + - setFrameFromContentFrame:contentFrame - - + + setFrameFromContentFrame: + contentFrame + + - setTitle:aString - - + + setTitle: + aString + + - setTitleFont:aFont - - + + setTitleFont: + aFont + + - setTitlePosition:aPosition - - + + setTitlePosition: + aPosition + + - setTitleWithMnemonic:aString - - + + setTitleWithMnemonic: + aString + + - sizeToFit - - + + sizeToFit + + - title - - + + title + + - titleCell - - + + titleCell + + - titleFont - - + + titleFont + + - titlePosition - - + + titlePosition + + - titleRect - - + + titleRect + + diff --git a/Documentation/gsdoc/NSBrowser.gsdoc b/Documentation/gsdoc/NSBrowser.gsdoc index 30695b8b9..ffef0440d 100644 --- a/Documentation/gsdoc/NSBrowser.gsdoc +++ b/Documentation/gsdoc/NSBrowser.gsdoc @@ -16,351 +16,518 @@ AppKit/NSBrowser.h NSCoding - - - cellClass - - - - acceptsArrowKeys - - - - addColumn - - - - allowsBranchSelection - - - - allowsEmptySelection - - - - allowsMultipleSelection - - - - cellPrototype - - - - columnOfMatrix:matrix - - - - delegate - - - - displayAllColumns - - - - displayColumn:column - - - - doClick:sender - - - - doDoubleClick:sender - - - - doubleAction - - - - drawTitleOfColumn:column - - - - firstVisibleColumn - - - - frameOfColumn:column - - - - frameOfInsideOfColumn:column - - - - hasHorizontalScroller - - - - isLoaded - - - - isTitled - - - - lastColumn - - - - lastVisibleColumn - - - - loadColumnZero - - - - loadedCellAtRow:rowcolumn:column - - - - matrixClass - - - - matrixInColumn:column - - - - maxVisibleColumns - - - - minColumnWidth - - - - numberOfVisibleColumns - - - - path - - - - pathSeparator - - - - pathToColumn:column - - - - reloadColumn:column - - - - reusesColumns - - - - scrollColumnToVisible:column - - - - scrollColumnsLeftBy:shiftAmount - - - - scrollColumnsRightBy:shiftAmount - - - - scrollViaScroller:sender - - - - selectAll:sender - - - - selectRow:rowinColumn:column - - - - selectedCell - - - - selectedCellInColumn:column - - - - selectedCells - - - - selectedColumn - - - - selectedRowInColumn:column - - - - sendAction - - - - sendsActionOnArrowKeys - - - - separatesColumns - - - - setAcceptsArrowKeys:flag - - - - setAllowsBranchSelection:flag - - - - setAllowsEmptySelection:flag - - - - setAllowsMultipleSelection:flag - - - - setCellClass:factoryId - - - - setCellPrototype:aCell - - - - setDelegate:anObject - - - - setDoubleAction:aSelector - - - - setHasHorizontalScroller:flag - - - - setLastColumn:column - - - - setMatrixClass:factoryId - - - - setMaxVisibleColumns:columnCount - - - - setMinColumnWidth:columnWidth - - - - setPath:path - - - - setPathSeparator:newString - - - - setReusesColumns:flag - - - - setSendsActionOnArrowKeys:flag - - - - setSeparatesColumns:flag - - - - setTakesTitleFromPreviousColumn:flag - - - - setTitle:aStringofColumn:column - - - - setTitled:flag - - - - takesTitleFromPreviousColumn - - - - tile - - - - titleFrameOfColumn:column - - - - titleHeight - - - - titleOfColumn:column - - - - updateScroller - - - - validateVisibleColumns - - - - browser:sendercreateRowsForColumn:columninMatrix:matrix - - - - browser:senderisColumnValid:column - - - - browser:sendernumberOfRowsInColumn:column - - - - browser:senderselectCellWithString:titleinColumn:column - - - - browser:senderselectRow:rowinColumn:column - - - - browser:sendertitleOfColumn:column - - - - browser:senderwillDisplayCell:cellatRow:rowcolumn:column - - - - browserDidScroll:sender - - - - browserWillScroll:sender - - + + + + cellClass + + + + + acceptsArrowKeys + + + + + addColumn + + + + + allowsBranchSelection + + + + + allowsEmptySelection + + + + + allowsMultipleSelection + + + + + cellPrototype + + + + + columnOfMatrix: + matrix + + + + + delegate + + + + + displayAllColumns + + + + + displayColumn: + column + + + + + doClick: + sender + + + + + doDoubleClick: + sender + + + + + doubleAction + + + + + drawTitleOfColumn: + column + + + + + firstVisibleColumn + + + + + frameOfColumn: + column + + + + + frameOfInsideOfColumn: + column + + + + + hasHorizontalScroller + + + + + isLoaded + + + + + isTitled + + + + + lastColumn + + + + + lastVisibleColumn + + + + + loadColumnZero + + + + + loadedCellAtRow: + row + column: + column + + + + + matrixClass + + + + + matrixInColumn: + column + + + + + maxVisibleColumns + + + + + minColumnWidth + + + + + numberOfVisibleColumns + + + + + path + + + + + pathSeparator + + + + + pathToColumn: + column + + + + + reloadColumn: + column + + + + + reusesColumns + + + + + scrollColumnToVisible: + column + + + + + scrollColumnsLeftBy: + shiftAmount + + + + + scrollColumnsRightBy: + shiftAmount + + + + + scrollViaScroller: + sender + + + + + selectAll: + sender + + + + + selectRow: + row + inColumn: + column + + + + + selectedCell + + + + + selectedCellInColumn: + column + + + + + selectedCells + + + + + selectedColumn + + + + + selectedRowInColumn: + column + + + + + sendAction + + + + + sendsActionOnArrowKeys + + + + + separatesColumns + + + + + setAcceptsArrowKeys: + flag + + + + + setAllowsBranchSelection: + flag + + + + + setAllowsEmptySelection: + flag + + + + + setAllowsMultipleSelection: + flag + + + + + setCellClass: + factoryId + + + + + setCellPrototype: + aCell + + + + + setDelegate: + anObject + + + + + setDoubleAction: + aSelector + + + + + setHasHorizontalScroller: + flag + + + + + setLastColumn: + column + + + + + setMatrixClass: + factoryId + + + + + setMaxVisibleColumns: + columnCount + + + + + setMinColumnWidth: + columnWidth + + + + + setPath: + path + + + + + setPathSeparator: + newString + + + + + setReusesColumns: + flag + + + + + setSendsActionOnArrowKeys: + flag + + + + + setSeparatesColumns: + flag + + + + + setTakesTitleFromPreviousColumn: + flag + + + + + setTitle: + aString + ofColumn: + column + + + + + setTitled: + flag + + + + + takesTitleFromPreviousColumn + + + + + tile + + + + + titleFrameOfColumn: + column + + + + + titleHeight + + + + + titleOfColumn: + column + + + + + updateScroller + + + + + validateVisibleColumns + + + + + browser: + sender + createRowsForColumn: + column + inMatrix: + matrix + + + + + browser: + sender + isColumnValid: + column + + + + + browser: + sender + numberOfRowsInColumn: + column + + + + + browser: + sender + selectCellWithString: + title + inColumn: + column + + + + + browser: + sender + selectRow: + row + inColumn: + column + + + + + browser: + sender + titleOfColumn: + column + + + + + browser: + sender + willDisplayCell: + cell + atRow: + row + column: + column + + + + + browserDidScroll: + sender + + + + + browserWillScroll: + sender + + diff --git a/Documentation/gsdoc/NSBrowserCell.gsdoc b/Documentation/gsdoc/NSBrowserCell.gsdoc index 0819b661f..baa9f633a 100644 --- a/Documentation/gsdoc/NSBrowserCell.gsdoc +++ b/Documentation/gsdoc/NSBrowserCell.gsdoc @@ -16,47 +16,60 @@ AppKit/NSBrowserCell.h NSCoding - - - branchImage - - + + + + branchImage + + - highlightedBranchImage - - + + highlightedBranchImage + + - alternateImage - - + + alternateImage + + - isLeaf - - + + isLeaf + + - isLoaded - - + + isLoaded + + - reset - - + + reset + + - set - - + + set + + - setAlternateImage:newAltImage - - + + setAlternateImage: + newAltImage + + - setLeaf:flag - - + + setLeaf: + flag + + - setLoaded:flag - - + + setLoaded: + flag + + diff --git a/Documentation/gsdoc/NSBundleAdditions.gsdoc b/Documentation/gsdoc/NSBundleAdditions.gsdoc index ff19a3354..92036ec3c 100644 --- a/Documentation/gsdoc/NSBundleAdditions.gsdoc +++ b/Documentation/gsdoc/NSBundleAdditions.gsdoc @@ -15,27 +15,45 @@ NSBundleAdditions AppKit/NSHelpManager.h - - - loadNibFile:fileNameexternalNameTable:contextwithZone:zone - - + + + + loadNibFile: + fileName + externalNameTable: + context + withZone: + zone + + - loadNibNamed:aNibName - - + + loadNibNamed: + aNibName + + - contextHelpForKey:key - - + + contextHelpForKey: + key + + - loadNibFile:fileNameexternalNameTable:contextwithZone:zone - - + + loadNibFile: + fileName + externalNameTable: + context + withZone: + zone + + - pathForImageResource:name - - + + pathForImageResource: + name + + diff --git a/Documentation/gsdoc/NSButton.gsdoc b/Documentation/gsdoc/NSButton.gsdoc index f0ba8e9a7..860bdf5aa 100644 --- a/Documentation/gsdoc/NSButton.gsdoc +++ b/Documentation/gsdoc/NSButton.gsdoc @@ -16,163 +16,229 @@ AppKit/NSButton.h NSCoding - - - allowsMixedState - - + + + + allowsMixedState + + - alternateImage - - + + alternateImage + + - alternateTitle - - + + alternateTitle + + - attributedAlternateTitle - - + + attributedAlternateTitle + + - attributedTitle - - + + attributedTitle + + - bezelStyle - - + + bezelStyle + + - getPeriodicDelay:delayinterval:interval - - + + getPeriodicDelay: + delay + interval: + interval + + - highlight:flag - - + + highlight: + flag + + - imagePosition - - + + imagePosition + + - isBordered - - + + isBordered + + - isTransparent - - + + isTransparent + + - keyEquivalent - - + + keyEquivalent + + - keyEquivalentModifierMask - - + + keyEquivalentModifierMask + + - performClick:sender - - + + performClick: + sender + + - performKeyEquivalent:anEvent - - + + performKeyEquivalent: + anEvent + + - setAllowsMixedState:flag - - + + setAllowsMixedState: + flag + + - setAlternateImage:image - - + + setAlternateImage: + image + + - setAlternateTitle:aString - - + + setAlternateTitle: + aString + + - setAttributedAlternateTitle:aString - - + + setAttributedAlternateTitle: + aString + + - setAttributedTitle:aString - - + + setAttributedTitle: + aString + + - setBezelStyle:bezelStyle - - + + setBezelStyle: + bezelStyle + + - setBordered:flag - - + + setBordered: + flag + + - setButtonType:aType - - + + setButtonType: + aType + + - setImage:image - - + + setImage: + image + + - setImagePosition:aPosition - - + + setImagePosition: + aPosition + + - setKeyEquivalent:charCode - - + + setKeyEquivalent: + charCode + + - setKeyEquivalentModifierMask:mask - - + + setKeyEquivalentModifierMask: + mask + + - setNextState - - + + setNextState + + - setPeriodicDelay:delayinterval:interval - - + + setPeriodicDelay: + delay + interval: + interval + + - setShowsBorderOnlyWhileMouseInside:show - - + + setShowsBorderOnlyWhileMouseInside: + show + + - setSound:aSound - - + + setSound: + aSound + + - setState:value - - + + setState: + value + + - setTitle:aString - - + + setTitle: + aString + + - setTitleWithMnemonic:aString - - + + setTitleWithMnemonic: + aString + + - setTransparent:flag - - + + setTransparent: + flag + + - showsBorderOnlyWhileMouseInside - - + + showsBorderOnlyWhileMouseInside + + - sound - - + + sound + + - state - - + + state + + - title - - + + title + + diff --git a/Documentation/gsdoc/NSButtonCell.gsdoc b/Documentation/gsdoc/NSButtonCell.gsdoc index 151e49680..d98893db8 100644 --- a/Documentation/gsdoc/NSButtonCell.gsdoc +++ b/Documentation/gsdoc/NSButtonCell.gsdoc @@ -16,199 +16,279 @@ AppKit/NSButtonCell.h NSCoding - - - alternateImage - - + + + + alternateImage + + - alternateMnemonic - - + + alternateMnemonic + + - alternateMnemonicLocation - - + + alternateMnemonicLocation + + - alternateTitle - - + + alternateTitle + + - attributedAlternateTitle - - + + attributedAlternateTitle + + - attributedTitle - - + + attributedTitle + + - bezelStyle - - + + bezelStyle + + - getPeriodicDelay:delayinterval:interval - - + + getPeriodicDelay: + delay + interval: + interval + + - gradientType - - + + gradientType + + - highlightsBy - - + + highlightsBy + + - imageDimsWhenDisabled - - + + imageDimsWhenDisabled + + - imagePosition - - + + imagePosition + + - isOpaque - - + + isOpaque + + - isTransparent - - + + isTransparent + + - keyEquivalent - - + + keyEquivalent + + - keyEquivalentFont - - + + keyEquivalentFont + + - keyEquivalentModifierMask - - + + keyEquivalentModifierMask + + - mouseEntered:event - - + + mouseEntered: + event + + - mouseExited:event - - + + mouseExited: + event + + - performClick:sender - - + + performClick: + sender + + - setAlternateImage:image - - + + setAlternateImage: + image + + - setAlternateMnemonicLocation:location - - + + setAlternateMnemonicLocation: + location + + - setAlternateTitle:aString - - + + setAlternateTitle: + aString + + - setAlternateTitleWithMnemonic:aString - - + + setAlternateTitleWithMnemonic: + aString + + - setAttributedAlternateTitle:aString - - + + setAttributedAlternateTitle: + aString + + - setAttributedTitle:aString - - + + setAttributedTitle: + aString + + - setBezelStyle:bezelStyle - - + + setBezelStyle: + bezelStyle + + - setButtonType:aType - - + + setButtonType: + aType + + - setFont:fontObj - - + + setFont: + fontObj + + - setGradientType:gradientType - - + + setGradientType: + gradientType + + - setHighlightsBy:aType - - + + setHighlightsBy: + aType + + - setImageDimsWhenDisabled:flag - - + + setImageDimsWhenDisabled: + flag + + - setImagePosition:aPosition - - + + setImagePosition: + aPosition + + - setKeyEquivalent:aKeyEquivalent - - + + setKeyEquivalent: + aKeyEquivalent + + - setKeyEquivalentFont:fontObj - - + + setKeyEquivalentFont: + fontObj + + - setKeyEquivalentFont:fontName - - + + setKeyEquivalentFont: + fontName + + - setKeyEquivalentModifierMask:mask - - + + setKeyEquivalentModifierMask: + mask + + - setPeriodicDelay:delayinterval:interval - - + + setPeriodicDelay: + delay + interval: + interval + + - setShowsBorderOnlyWhileMouseInside:show - - + + setShowsBorderOnlyWhileMouseInside: + show + + - setShowsStateBy:aType - - + + setShowsStateBy: + aType + + - setSound:aSound - - + + setSound: + aSound + + - setTitle:aString - - + + setTitle: + aString + + - setTitleWithMnemonic:aString - - + + setTitleWithMnemonic: + aString + + - setTransparent:flag - - + + setTransparent: + flag + + - showsStateBy - - + + showsStateBy + + - showsBorderOnlyWhileMouseInside - - + + showsBorderOnlyWhileMouseInside + + - sound - - + + sound + + - title - - + + title + + diff --git a/Documentation/gsdoc/NSCachedImageRep.gsdoc b/Documentation/gsdoc/NSCachedImageRep.gsdoc index 942b710d9..825be30f3 100644 --- a/Documentation/gsdoc/NSCachedImageRep.gsdoc +++ b/Documentation/gsdoc/NSCachedImageRep.gsdoc @@ -16,23 +16,35 @@ AppKit/NSImageRep.h NSCoding - - - initWithSize:sizedepth:depthseparate:flagalpha:alpha - - + + + + initWithSize: + size + depth: + depth + separate: + flag + alpha: + alpha + + - initWithWindow:aWindow - - + + initWithWindow: + aWindow + + - rect - - + + rect + + - window - - + + window + + diff --git a/Documentation/gsdoc/NSCell.gsdoc b/Documentation/gsdoc/NSCell.gsdoc index 8bc178be4..288784694 100644 --- a/Documentation/gsdoc/NSCell.gsdoc +++ b/Documentation/gsdoc/NSCell.gsdoc @@ -16,455 +16,665 @@ AppKit/NSCell.h NSCoding - - - defaultMenu - - - - prefersTrackingUntilMouseUp - - - - acceptsFirstResponder - - - - action - - - - alignment - - - - allowsEditingTextAttributes - - - - allowsMixedState - - - - attributedStringValue - - - - calcDrawInfo:aRect - - - - cellAttribute:aParameter - - - - cellSize - - - - cellSizeForBounds:aRect - - - - compare:otherCell - - - - continueTracking:lastPointat:(NSPoint)currentPoint inView:controlView - - - - controlView - - - - doubleValue - - - - drawInteriorWithFrame:cellFrame - - - - drawWithFrame:cellFrame - - - - drawingRectForBounds:theRect - - - - editWithFrame:aRectinView:controlVieweditor:(NSText *)textObj delegate:anObject - - - - endEditing:textObj - - - - entryType - - - - floatValue - - - - font - - - - formatter - - - - getPeriodicDelay:delayinterval:interval - - - - hasValidObjectValue - - - - highlight:flagwithFrame:cellFrame - - - - image - - - - imageRectForBounds:theRect - - - - importsGraphics - - - - initImageCell:anImage - - - - initTextCell:aString - - - - intValue - - - - isBezeled - - - - isBordered - - - - isContinuous - - - - isEditable - - - - isEnabled - - - - isEntryAcceptable:aString - - - - isHighlighted - - - - isOpaque - - - - isScrollable - - - - isSelectable - - - - keyEquivalent - - - - menu - - - - menuForEvent:anEventinRect:(NSRect)cellFrame ofView:aView - - - - mnemonic - - - - mnemonicLocation - - - - mouseDownFlags - - - - nextState - - - - objectValue - - - - performClick:sender - - - - refusesFirstResponder - - - - representedObject - - - - resetCursorRect:cellFrame - - - - sendActionOn:mask - - - - sendsActionOnEndEditing - - - - setAction:aSelector - - - - setAlignment:mode - - - - setAllowsEditingTextAttributes:flag - - - - setAllowsMixedState:flag - - - - setAttributedStringValue:attribStr - - - - setBezeled:flag - - - - setBordered:flag - - - - setCellAttribute:aParameter - - - - setContinuous:flag - - - - setDoubleValue:aDouble - - - - setEditable:flag - - - - setEnabled:flag - - - - setEntryType:aType - - - - setFloatingPointFormat:autoRangeleft:(unsigned)leftDigits right:rightDigits - - - - setFloatValue:aFloat - - - - setFont:fontObj - - - - setFormatter:newFormatter - - - - setImage:image - - - - setImportsGraphics:flag - - - - setIntValue:anInt - - - - setMenu:aMenu - - - - setMnemonicLocation:location - - - - setNextState - - - - setObjectValue:object - - - - setRefusesFirstResponder:flag - - - - setRepresentedObject:anObject - - - - setScrollable:flag - - - - setSelectable:flag - - - - setSendsActionOnEndEditing:flag - - - - setShowsFirstResponder:flag - - - - setState:value - - - - setStringValue:aString - - - - setTag:anInt - - - - setTarget:anObject - - - - setTitleWithMnemonic:aString - - - - setType:aType - - - - setUpFieldEditorAttributes:textObj - - - - setWraps:flag - - - - showsFirstResponder - - - - startTrackingAt:startPoint - - - - state - - - - stopTracking:lastPointat:(NSPoint)stopPoint inView:controlView - - - - stringValue - - - - tag - - - - takeDoubleValueFrom:sender - - - - takeFloatValueFrom:sender - - - - takeIntValueFrom:sender - - - - takeObjectValueFrom:sender - - - - takeStringValueFrom:sender - - - - target - - - - titleRectForBounds:theRect - - - - trackMouse:theEventinRect:(NSRect)cellFrame ofView:controlViewuntilMouseUp:untilMouseUp - - - - type - - - - wraps - - + + + + defaultMenu + + + + + prefersTrackingUntilMouseUp + + + + + acceptsFirstResponder + + + + + action + + + + + alignment + + + + + allowsEditingTextAttributes + + + + + allowsMixedState + + + + + attributedStringValue + + + + + calcDrawInfo: + aRect + + + + + cellAttribute: + aParameter + + + + + cellSize + + + + + cellSizeForBounds: + aRect + + + + + compare: + otherCell + + + + + continueTracking: + lastPoint + at: + currentPoint + inView: + controlView + + + + + controlView + + + + + doubleValue + + + + + drawInteriorWithFrame: + cellFrame + + + + + drawWithFrame: + cellFrame + + + + + drawingRectForBounds: + theRect + + + + + editWithFrame: + aRect + inView: + controlView + editor: + textObj + delegate: + anObject + + + + + endEditing: + textObj + + + + + entryType + + + + + floatValue + + + + + font + + + + + formatter + + + + + getPeriodicDelay: + delay + interval: + interval + + + + + hasValidObjectValue + + + + + highlight: + flag + withFrame: + cellFrame + + + + + image + + + + + imageRectForBounds: + theRect + + + + + importsGraphics + + + + + initImageCell: + anImage + + + + + initTextCell: + aString + + + + + intValue + + + + + isBezeled + + + + + isBordered + + + + + isContinuous + + + + + isEditable + + + + + isEnabled + + + + + isEntryAcceptable: + aString + + + + + isHighlighted + + + + + isOpaque + + + + + isScrollable + + + + + isSelectable + + + + + keyEquivalent + + + + + menu + + + + + menuForEvent: + anEvent + inRect: + cellFrame + ofView: + aView + + + + + mnemonic + + + + + mnemonicLocation + + + + + mouseDownFlags + + + + + nextState + + + + + objectValue + + + + + performClick: + sender + + + + + refusesFirstResponder + + + + + representedObject + + + + + resetCursorRect: + cellFrame + + + + + sendActionOn: + mask + + + + + sendsActionOnEndEditing + + + + + setAction: + aSelector + + + + + setAlignment: + mode + + + + + setAllowsEditingTextAttributes: + flag + + + + + setAllowsMixedState: + flag + + + + + setAttributedStringValue: + attribStr + + + + + setBezeled: + flag + + + + + setBordered: + flag + + + + + setCellAttribute: + aParameter + + + + + setContinuous: + flag + + + + + setDoubleValue: + aDouble + + + + + setEditable: + flag + + + + + setEnabled: + flag + + + + + setEntryType: + aType + + + + + setFloatingPointFormat: + autoRange + left: + leftDigits + right: + rightDigits + + + + + setFloatValue: + aFloat + + + + + setFont: + fontObj + + + + + setFormatter: + newFormatter + + + + + setImage: + image + + + + + setImportsGraphics: + flag + + + + + setIntValue: + anInt + + + + + setMenu: + aMenu + + + + + setMnemonicLocation: + location + + + + + setNextState + + + + + setObjectValue: + object + + + + + setRefusesFirstResponder: + flag + + + + + setRepresentedObject: + anObject + + + + + setScrollable: + flag + + + + + setSelectable: + flag + + + + + setSendsActionOnEndEditing: + flag + + + + + setShowsFirstResponder: + flag + + + + + setState: + value + + + + + setStringValue: + aString + + + + + setTag: + anInt + + + + + setTarget: + anObject + + + + + setTitleWithMnemonic: + aString + + + + + setType: + aType + + + + + setUpFieldEditorAttributes: + textObj + + + + + setWraps: + flag + + + + + showsFirstResponder + + + + + startTrackingAt: + startPoint + + + + + state + + + + + stopTracking: + lastPoint + at: + stopPoint + inView: + controlView + + + + + stringValue + + + + + tag + + + + + takeDoubleValueFrom: + sender + + + + + takeFloatValueFrom: + sender + + + + + takeIntValueFrom: + sender + + + + + takeObjectValueFrom: + sender + + + + + takeStringValueFrom: + sender + + + + + target + + + + + titleRectForBounds: + theRect + + + + + trackMouse: + theEvent + inRect: + cellFrame + ofView: + controlView + untilMouseUp: + untilMouseUp + + + + + type + + + + + wraps + + diff --git a/Documentation/gsdoc/NSClipView.gsdoc b/Documentation/gsdoc/NSClipView.gsdoc index 64c28f745..08d131c36 100644 --- a/Documentation/gsdoc/NSClipView.gsdoc +++ b/Documentation/gsdoc/NSClipView.gsdoc @@ -16,119 +16,166 @@ AppKit/NSClipView.h NSCoding - - - acceptsFirstResponder - - + + + + acceptsFirstResponder + + - autoscroll:theEvent - - + + autoscroll: + theEvent + + - backgroundColor - - + + backgroundColor + + - becomeFirstResponder - - + + becomeFirstResponder + + - constrainScrollPoint:proposedNewOrigin - - + + constrainScrollPoint: + proposedNewOrigin + + - copiesOnScroll - - + + copiesOnScroll + + - documentCursor - - + + documentCursor + + - documentRect - - + + documentRect + + - documentView - - + + documentView + + - documentVisibleRect - - + + documentVisibleRect + + - isFlipped - - + + isFlipped + + - rotateByAngle:angle - - + + rotateByAngle: + angle + + - scaleUnitSquareToSize:newUnitSize - - + + scaleUnitSquareToSize: + newUnitSize + + - scrollToPoint:newOrigin - - + + scrollToPoint: + newOrigin + + - setBackgroundColor:aColor - - + + setBackgroundColor: + aColor + + - setBoundsOrigin:aPoint - - + + setBoundsOrigin: + aPoint + + - setBoundsRotation:angle - - + + setBoundsRotation: + angle + + - setBoundsSize:aSize - - + + setBoundsSize: + aSize + + - setCopiesOnScroll:flag - - + + setCopiesOnScroll: + flag + + - setDocumentCursor:aCursor - - + + setDocumentCursor: + aCursor + + - setDocumentView:aView - - + + setDocumentView: + aView + + - setFrameOrigin:aPoint - - + + setFrameOrigin: + aPoint + + - setFrameRotation:angle - - + + setFrameRotation: + angle + + - setFrameSize:aSize - - + + setFrameSize: + aSize + + - setNextKeyView:aView - - + + setNextKeyView: + aView + + - translateOriginToPoint:aPoint - - + + translateOriginToPoint: + aPoint + + - viewBoundsChanged:aNotification - - + + viewBoundsChanged: + aNotification + + - viewFrameChanged:aNotification - - + + viewFrameChanged: + aNotification + + diff --git a/Documentation/gsdoc/NSCoderAdditions.gsdoc b/Documentation/gsdoc/NSCoderAdditions.gsdoc index 7c14ab51a..4be661347 100644 --- a/Documentation/gsdoc/NSCoderAdditions.gsdoc +++ b/Documentation/gsdoc/NSCoderAdditions.gsdoc @@ -15,11 +15,12 @@ NSCoderAdditions AppKit/NSColor.h - - - decodeNXColor - - + + + + decodeNXColor + + diff --git a/Documentation/gsdoc/NSColor.gsdoc b/Documentation/gsdoc/NSColor.gsdoc index a38da5b86..18d9f3aea 100644 --- a/Documentation/gsdoc/NSColor.gsdoc +++ b/Documentation/gsdoc/NSColor.gsdoc @@ -16,331 +16,484 @@ AppKit/NSColor.h NSCoding - - - blackColor - - - - blueColor - - - - brownColor - - - - clearColor - - - - colorFromPasteboard:pasteBoard - - - - colorWithCalibratedHue:huesaturation:saturationbrightness:(float)brightness alpha:alpha - - - - colorWithCalibratedRed:redgreen:greenblue:(float)blue alpha:alpha - - - - colorWithCalibratedWhite:white - - - - colorWithCatalogName:listNamecolorName:colorName - - - - colorWithDeviceCyan:cyanmagenta:magentayellow:(float)yellow black:black - - - - colorWithDeviceHue:huesaturation:saturationbrightness:(float)brightness alpha:alpha - - - - colorWithDeviceRed:redgreen:greenblue:(float)blue alpha:alpha - - - - colorWithDeviceWhite:white - - - - controlBackgroundColor - - - - controlColor - - - - controlDarkShadowColor - - - - controlHighlightColor - - - - controlLightHighlightColor - - - - controlShadowColor - - - - controlTextColor - - - - cyanColor - - - - darkGrayColor - - - - disabledControlTextColor - - - - grayColor - - - - greenColor - - - - gridColor - - - - highlightColor - - - - ignoresAlpha - - - - keyboardFocusIndicatorColor - - - - knobColor - - - - lightGrayColor - - - - magentaColor - - - - orangeColor - - - - purpleColor - - - - redColor - - - - scrollBarColor - - - - selectedControlColor - - - - selectedControlTextColor - - - - selectedKnobColor - - - - selectedMenuItemColor - - - - selectedMenuItemTextColor - - - - selectedTextBackgroundColor - - - - selectedTextColor - - - - setIgnoresAlpha:flag - - - - shadowColor - - - - textBackgroundColor - - - - textColor - - - - whiteColor - - - - windowFrameColor - - - - windowFrameTextColor - - - - yellowColor - - - - alphaComponent - - - - blackComponent - - - - blendedColorWithFraction:fractiono - - - - blueComponent - - - - brightnessComponent - - - - catalogNameComponent - - - - colorNameComponent - - - - colorSpaceName - - - - colorUsingColorSpaceName:colorSpace - - - - colorUsingColorSpaceName:colorSpace - - - - colorWithAlphaComponent:alpha - - - - cyanComponent - - - - drawSwatchInRect:rect - - - - getCyan:cyanmagenta:magentayellow:(float *)yellow black:black - - - - getHue:huesaturation:saturationbrightness:(float *)brightness alpha:alpha - - - - getRed:redgreen:greenblue:(float *)blue alpha:alpha - - - - getWhite:white - - - - greenComponent - - - - highlightWithLevel:highlightLevel - - - - hueComponent - - - - localizedCatalogNameComponent - - - - localizedColorNameComponent - - - - magentaComponent - - - - redComponent - - - - saturationComponent - - - - set - - - - shadowWithLevel:shadowLevel - - - - whiteComponent - - - - writeToPasteboard:pasteBoard - - - - yellowComponent - - + + + + blackColor + + + + + blueColor + + + + + brownColor + + + + + clearColor + + + + + colorFromPasteboard: + pasteBoard + + + + + colorWithCalibratedHue: + hue + saturation: + saturation + brightness: + brightness + alpha: + alpha + + + + + colorWithCalibratedRed: + red + green: + green + blue: + blue + alpha: + alpha + + + + + colorWithCalibratedWhite: + white + + + + + colorWithCatalogName: + listName + colorName: + colorName + + + + + colorWithDeviceCyan: + cyan + magenta: + magenta + yellow: + yellow + black: + black + + + + + colorWithDeviceHue: + hue + saturation: + saturation + brightness: + brightness + alpha: + alpha + + + + + colorWithDeviceRed: + red + green: + green + blue: + blue + alpha: + alpha + + + + + colorWithDeviceWhite: + white + + + + + controlBackgroundColor + + + + + controlColor + + + + + controlDarkShadowColor + + + + + controlHighlightColor + + + + + controlLightHighlightColor + + + + + controlShadowColor + + + + + controlTextColor + + + + + cyanColor + + + + + darkGrayColor + + + + + disabledControlTextColor + + + + + grayColor + + + + + greenColor + + + + + gridColor + + + + + highlightColor + + + + + ignoresAlpha + + + + + keyboardFocusIndicatorColor + + + + + knobColor + + + + + lightGrayColor + + + + + magentaColor + + + + + orangeColor + + + + + purpleColor + + + + + redColor + + + + + scrollBarColor + + + + + selectedControlColor + + + + + selectedControlTextColor + + + + + selectedKnobColor + + + + + selectedMenuItemColor + + + + + selectedMenuItemTextColor + + + + + selectedTextBackgroundColor + + + + + selectedTextColor + + + + + setIgnoresAlpha: + flag + + + + + shadowColor + + + + + textBackgroundColor + + + + + textColor + + + + + whiteColor + + + + + windowFrameColor + + + + + windowFrameTextColor + + + + + yellowColor + + + + + alphaComponent + + + + + blackComponent + + + + + blendedColorWithFraction: + fractiono + + + + + blueComponent + + + + + brightnessComponent + + + + + catalogNameComponent + + + + + colorNameComponent + + + + + colorSpaceName + + + + + colorUsingColorSpaceName: + colorSpace + + + + + colorUsingColorSpaceName: + colorSpace + + + + + colorWithAlphaComponent: + alpha + + + + + cyanComponent + + + + + drawSwatchInRect: + rect + + + + + getCyan: + cyan + magenta: + magenta + yellow: + yellow + black: + black + + + + + getHue: + hue + saturation: + saturation + brightness: + brightness + alpha: + alpha + + + + + getRed: + red + green: + green + blue: + blue + alpha: + alpha + + + + + getWhite: + white + + + + + greenComponent + + + + + highlightWithLevel: + highlightLevel + + + + + hueComponent + + + + + localizedCatalogNameComponent + + + + + localizedColorNameComponent + + + + + magentaComponent + + + + + redComponent + + + + + saturationComponent + + + + + set + + + + + shadowWithLevel: + shadowLevel + + + + + whiteComponent + + + + + writeToPasteboard: + pasteBoard + + + + + yellowComponent + + diff --git a/Documentation/gsdoc/NSColorList.gsdoc b/Documentation/gsdoc/NSColorList.gsdoc index 94d2daab8..9d0bc8edf 100644 --- a/Documentation/gsdoc/NSColorList.gsdoc +++ b/Documentation/gsdoc/NSColorList.gsdoc @@ -16,59 +16,88 @@ AppKit/NSColorList.h NSCoding - - - availableColorLists - - + + + + availableColorLists + + - colorListNamed:name - - + + colorListNamed: + name + + - allKeys - - + + allKeys + + - colorWithKey:key - - + + colorWithKey: + key + + - initWithName:name - - + + initWithName: + name + + - initWithName:namefromFile:path - - + + initWithName: + name + fromFile: + path + + - insertColor:colorkey:(NSString *)key atIndex:location - - + + insertColor: + color + key: + key + atIndex: + location + + - isEditable - - + + isEditable + + - name - - + + name + + - removeColorWithKey:key - - + + removeColorWithKey: + key + + - removeFile - - + + removeFile + + - setColor:colorforKey:key - - + + setColor: + color + forKey: + key + + - writeToFile:path - - + + writeToFile: + path + + diff --git a/Documentation/gsdoc/NSColorPanel.gsdoc b/Documentation/gsdoc/NSColorPanel.gsdoc index 7b3cc4079..62287f4ee 100644 --- a/Documentation/gsdoc/NSColorPanel.gsdoc +++ b/Documentation/gsdoc/NSColorPanel.gsdoc @@ -16,91 +16,129 @@ AppKit/NSColorPanel.h NSCoding - - - dragColor:colorwithEvent:anEventfromView:sourceView - - + + + + dragColor: + color + withEvent: + anEvent + fromView: + sourceView + + - setPickerMask:mask - - + + setPickerMask: + mask + + - setPickerMode:mode - - + + setPickerMode: + mode + + - sharedColorPanel - - + + sharedColorPanel + + - sharedColorPanelExists - - + + sharedColorPanelExists + + - accessoryView - - + + accessoryView + + - alpha - - + + alpha + + - attachColorList:colorList - - + + attachColorList: + colorList + + - color - - + + color + + - detachColorList:colorList - - + + detachColorList: + colorList + + - isContinuous - - + + isContinuous + + - mode - - + + mode + + - setAccessoryView:aView - - + + setAccessoryView: + aView + + - setAction:action - - + + setAction: + action + + - setColor:color - - + + setColor: + color + + - setContinuous:flag - - + + setContinuous: + flag + + - setMode:mode - - + + setMode: + mode + + - setShowsAlpha:flag - - + + setShowsAlpha: + flag + + - setTarget:target - - + + setTarget: + target + + - showsAlpha - - + + showsAlpha + + - changeColor:sender - - + + changeColor: + sender + + diff --git a/Documentation/gsdoc/NSColorPicker.gsdoc b/Documentation/gsdoc/NSColorPicker.gsdoc index e5fcdc575..54afa9436 100644 --- a/Documentation/gsdoc/NSColorPicker.gsdoc +++ b/Documentation/gsdoc/NSColorPicker.gsdoc @@ -16,39 +16,55 @@ AppKit/NSColorPicker.h NSColorPickingDefault - - - attachColorList:colorList - - + + + + attachColorList: + colorList + + - colorPanel - - + + colorPanel + + - detachColorList:colorList - - + + detachColorList: + colorList + + - initWithPickerMask:maskcolorPanel:owningColorPanel - - + + initWithPickerMask: + mask + colorPanel: + owningColorPanel + + - insertNewButtonImage:newButtonImage - - + + insertNewButtonImage: + newButtonImage + + - provideNewButtonImage - - + + provideNewButtonImage + + - setMode:mode - - + + setMode: + mode + + - viewSizeChanged:sender - - + + viewSizeChanged: + sender + + diff --git a/Documentation/gsdoc/NSColorWell.gsdoc b/Documentation/gsdoc/NSColorWell.gsdoc index b0ff5a7f9..126461092 100644 --- a/Documentation/gsdoc/NSColorWell.gsdoc +++ b/Documentation/gsdoc/NSColorWell.gsdoc @@ -16,43 +16,57 @@ AppKit/NSColorWell.h NSCoding - - - activate:exclusive - - + + + + activate: + exclusive + + - color - - + + color + + - deactivate - - + + deactivate + + - drawWellInside:insideRect - - + + drawWellInside: + insideRect + + - isActive - - + + isActive + + - isBordered - - + + isBordered + + - setBordered:bordered - - + + setBordered: + bordered + + - setColor:color - - + + setColor: + color + + - takeColorFrom:sender - - + + takeColorFrom: + sender + + diff --git a/Documentation/gsdoc/NSComboBox.gsdoc b/Documentation/gsdoc/NSComboBox.gsdoc index 8842ea5fb..374b8b042 100644 --- a/Documentation/gsdoc/NSComboBox.gsdoc +++ b/Documentation/gsdoc/NSComboBox.gsdoc @@ -16,147 +16,203 @@ AppKit/NSComboBox.h NSObject - - - addItemsWithObjectValues:objects - - + + + + addItemsWithObjectValues: + objects + + - addItemWithObjectValue:anObject - - + + addItemWithObjectValue: + anObject + + - completes - - + + completes + + - dataSource - - + + dataSource + + - deselectItemAtIndex:index - - + + deselectItemAtIndex: + index + + - encodeWithCoder:encoder - - + + encodeWithCoder: + encoder + + - hasVerticalScroller - - + + hasVerticalScroller + + - indexOfItemWithObjectValue:anObject - - + + indexOfItemWithObjectValue: + anObject + + - indexOfSelectedItem - - + + indexOfSelectedItem + + - initWithCoder:decoder - - + + initWithCoder: + decoder + + - insertItemWithObjectValue:anObject - - + + insertItemWithObjectValue: + anObject + + - intercellSpacing - - + + intercellSpacing + + - itemHeight - - + + itemHeight + + - itemObjectValueAtIndex:index - - + + itemObjectValueAtIndex: + index + + - noteNumberOfItemsChanged - - + + noteNumberOfItemsChanged + + - numberOfItems - - + + numberOfItems + + - numberOfVisibleItems - - + + numberOfVisibleItems + + - objectValueOfSelectedItem - - + + objectValueOfSelectedItem + + - objectValues - - + + objectValues + + - reloadData - - + + reloadData + + - removeAllItems - - + + removeAllItems + + - removeItemAtIndex:index - - + + removeItemAtIndex: + index + + - removeItemWithObjectValue:anObject - - + + removeItemWithObjectValue: + anObject + + - scrollItemAtIndexToTop:index - - + + scrollItemAtIndexToTop: + index + + - scrollItemAtIndexToVisible:index - - + + scrollItemAtIndexToVisible: + index + + - selectItemAtIndex:index - - + + selectItemAtIndex: + index + + - selectItemWithObjectValue:anObject - - + + selectItemWithObjectValue: + anObject + + - setCompletes:completes - - + + setCompletes: + completes + + - setDataSource:aSource - - + + setDataSource: + aSource + + - setHasVerticalScroller:flag - - + + setHasVerticalScroller: + flag + + - setIntercellSpacing:aSize - - + + setIntercellSpacing: + aSize + + - setItemHeight:itemHeight - - + + setItemHeight: + itemHeight + + - setNumberOfVisibleItems:visibleItems - - + + setNumberOfVisibleItems: + visibleItems + + - setUsesDataSource:flag - - + + setUsesDataSource: + flag + + - usesDataSource - - + + usesDataSource + + diff --git a/Documentation/gsdoc/NSComboBoxCell.gsdoc b/Documentation/gsdoc/NSComboBoxCell.gsdoc index 5709d66a7..fad07b2e2 100644 --- a/Documentation/gsdoc/NSComboBoxCell.gsdoc +++ b/Documentation/gsdoc/NSComboBoxCell.gsdoc @@ -16,151 +16,209 @@ AppKit/NSComboBoxCell.h NSObject - - - addItemsWithObjectValues:objects - - + + + + addItemsWithObjectValues: + objects + + - addItemWithObjectValue:anObject - - + + addItemWithObjectValue: + anObject + + - completedString:substring - - + + completedString: + substring + + - completes - - + + completes + + - dataSource - - + + dataSource + + - deselectItemAtIndex:index - - + + deselectItemAtIndex: + index + + - encodeWithCoder:encoder - - + + encodeWithCoder: + encoder + + - hasVerticalScroller - - + + hasVerticalScroller + + - indexOfItemWithObjectValue:anObject - - + + indexOfItemWithObjectValue: + anObject + + - indexOfSelectedItem - - + + indexOfSelectedItem + + - initWithCoder:decoder - - + + initWithCoder: + decoder + + - insertItemWithObjectValue:anObject - - + + insertItemWithObjectValue: + anObject + + - intercellSpacing - - + + intercellSpacing + + - itemHeight - - + + itemHeight + + - itemObjectValueAtIndex:index - - + + itemObjectValueAtIndex: + index + + - noteNumberOfItemsChanged - - + + noteNumberOfItemsChanged + + - numberOfItems - - + + numberOfItems + + - numberOfVisibleItems - - + + numberOfVisibleItems + + - objectValueOfSelectedItem - - + + objectValueOfSelectedItem + + - objectValues - - + + objectValues + + - reloadData - - + + reloadData + + - removeAllItems - - + + removeAllItems + + - removeItemAtIndex:index - - + + removeItemAtIndex: + index + + - removeItemWithObjectValue:anObject - - + + removeItemWithObjectValue: + anObject + + - scrollItemAtIndexToTop:index - - + + scrollItemAtIndexToTop: + index + + - scrollItemAtIndexToVisible:index - - + + scrollItemAtIndexToVisible: + index + + - selectItemAtIndex:index - - + + selectItemAtIndex: + index + + - selectItemWithObjectValue:anObject - - + + selectItemWithObjectValue: + anObject + + - setCompletes:completes - - + + setCompletes: + completes + + - setDataSource:aSource - - + + setDataSource: + aSource + + - setHasVerticalScroller:flag - - + + setHasVerticalScroller: + flag + + - setIntercellSpacing:aSize - - + + setIntercellSpacing: + aSize + + - setItemHeight:itemHeight - - + + setItemHeight: + itemHeight + + - setNumberOfVisibleItems:visibleItems - - + + setNumberOfVisibleItems: + visibleItems + + - setUsesDataSource:flag - - + + setUsesDataSource: + flag + + - usesDataSource - - + + usesDataSource + + diff --git a/Documentation/gsdoc/NSControl.gsdoc b/Documentation/gsdoc/NSControl.gsdoc index 40899c542..cba08176e 100644 --- a/Documentation/gsdoc/NSControl.gsdoc +++ b/Documentation/gsdoc/NSControl.gsdoc @@ -16,275 +16,406 @@ < NSCoding - - - cellClass - - - - setCellClass:class - - - - abortEditing - - - - action - - - - alignment - - - - attributedStringValue - - - - calcSize - - - - cell - - - - currentEditor - - - - doubleValue - - - - drawCell:aCell - - - - drawCellInside:aCell - - - - floatValue - - - - font - - - - ignoresMultiClick - - - - initWithFrame:frameRect - - - - intValue - - - - isContinuous - - - - isEnabled - - - - mouseDown:theEvent - - - - objectValue - - - - performClick:sender - - - - refusesFirstResponder - - - - selectCell:aCell - - - - selectedCell - - - - selectedTag - - - - sendAction:theAction - - - - sendActionOn:mask - - - - setAction:aSelector - - - - setAlignment:mode - - - - setAttributedStringValue:object - - - - setCell:aCell - - - - setContinuous:flag - - - - setDoubleValue:aDouble - - - - setEnabled:flag - - - - setFloatValue:aFloat - - - - setFloatingPointFormat:autoRangeleft:(unsigned)leftDigits right:rightDigits - - - - setFont:fontObject - - - - setIgnoresMultiClick:flag - - - - setIntValue:anInt - - - - setNeedsDisplay - - - - setObjectValue:object - - - - setRefusesFirstResponder:flag - - - - setStringValue:aString - - - - setTag:anInt - - - - setTarget:anObject - - - - sizeToFit - - - - stringValue - - - - tag - - - - takeDoubleValueFrom:sender - - - - takeFloatValueFrom:sender - - - - takeIntValueFrom:sender - - - - takeObjectValueFrom:sender - - - - takeStringValueFrom:sender - - - - target - - - - updateCell:aCell - - - - updateCellInside:aCell - - - - validateEditing - - - - control:controldidFailToFormatString:stringerrorDescription:error - - - - control:controldidFailToValidatePartialString:stringerrorDescription:error - - - - control:controlisValidObject:object - - - - control:controltextShouldBeginEditing:fieldEditor - - - - control:controltextShouldEndEditing:fieldEditor - - - - control:controltextView:textViewdoCommandBySelector:command - - - - controlTextDidBeginEditing:aNotification - - - - controlTextDidEndEditing:aNotification - - - - controlTextDidChange:aNotification - - + + + + cellClass + + + + + setCellClass: + class + + + + + abortEditing + + + + + action + + + + + alignment + + + + + attributedStringValue + + + + + calcSize + + + + + cell + + + + + currentEditor + + + + + doubleValue + + + + + drawCell: + aCell + + + + + drawCellInside: + aCell + + + + + floatValue + + + + + font + + + + + ignoresMultiClick + + + + + initWithFrame: + frameRect + + + + + intValue + + + + + isContinuous + + + + + isEnabled + + + + + mouseDown: + theEvent + + + + + objectValue + + + + + performClick: + sender + + + + + refusesFirstResponder + + + + + selectCell: + aCell + + + + + selectedCell + + + + + selectedTag + + + + + sendAction: + theAction + + + + + sendActionOn: + mask + + + + + setAction: + aSelector + + + + + setAlignment: + mode + + + + + setAttributedStringValue: + object + + + + + setCell: + aCell + + + + + setContinuous: + flag + + + + + setDoubleValue: + aDouble + + + + + setEnabled: + flag + + + + + setFloatValue: + aFloat + + + + + setFloatingPointFormat: + autoRange + left: + leftDigits + right: + rightDigits + + + + + setFont: + fontObject + + + + + setIgnoresMultiClick: + flag + + + + + setIntValue: + anInt + + + + + setNeedsDisplay + + + + + setObjectValue: + object + + + + + setRefusesFirstResponder: + flag + + + + + setStringValue: + aString + + + + + setTag: + anInt + + + + + setTarget: + anObject + + + + + sizeToFit + + + + + stringValue + + + + + tag + + + + + takeDoubleValueFrom: + sender + + + + + takeFloatValueFrom: + sender + + + + + takeIntValueFrom: + sender + + + + + takeObjectValueFrom: + sender + + + + + takeStringValueFrom: + sender + + + + + target + + + + + updateCell: + aCell + + + + + updateCellInside: + aCell + + + + + validateEditing + + + + + control: + control + didFailToFormatString: + string + errorDescription: + error + + + + + control: + control + didFailToValidatePartialString: + string + errorDescription: + error + + + + + control: + control + isValidObject: + object + + + + + control: + control + textShouldBeginEditing: + fieldEditor + + + + + control: + control + textShouldEndEditing: + fieldEditor + + + + + control: + control + textView: + textView + doCommandBySelector: + command + + + + + controlTextDidBeginEditing: + aNotification + + + + + controlTextDidEndEditing: + aNotification + + + + + controlTextDidChange: + aNotification + + diff --git a/Documentation/gsdoc/NSCursor.gsdoc b/Documentation/gsdoc/NSCursor.gsdoc index 0e6ffe909..e82cdce9f 100644 --- a/Documentation/gsdoc/NSCursor.gsdoc +++ b/Documentation/gsdoc/NSCursor.gsdoc @@ -16,87 +16,120 @@ AppKit/NSCursor.h NSCoding - - - arrowCursor - - + + + + arrowCursor + + - currentCursor - - + + currentCursor + + - hide - - + + hide + + - IBeamCursor - - + + IBeamCursor + + - pop - - + + pop + + - setHiddenUntilMouseMoves:flag - - + + setHiddenUntilMouseMoves: + flag + + - unhide - - + + unhide + + - hotSpot - - + + hotSpot + + - image - - + + image + + - initWithImage:newImageforegroundColorHint:fgbackgroundColorHint:bghotSpot:hotSpot - - + + initWithImage: + newImage + foregroundColorHint: + fg + backgroundColorHint: + bg + hotSpot: + hotSpot + + - initWithImage:newImage - - + + initWithImage: + newImage + + - isSetOnMouseEntered - - + + isSetOnMouseEntered + + - isSetOnMouseExited - - + + isSetOnMouseExited + + - mouseEntered:anEvent - - + + mouseEntered: + anEvent + + - mouseExited:anEvent - - + + mouseExited: + anEvent + + - pop - - + + pop + + - push - - + + push + + - set - - + + set + + - setOnMouseEntered:flag - - + + setOnMouseEntered: + flag + + - setOnMouseExited:flag - - + + setOnMouseExited: + flag + + diff --git a/Documentation/gsdoc/NSCustomImageRep.gsdoc b/Documentation/gsdoc/NSCustomImageRep.gsdoc index eb1bae5d9..e4c0a2d64 100644 --- a/Documentation/gsdoc/NSCustomImageRep.gsdoc +++ b/Documentation/gsdoc/NSCustomImageRep.gsdoc @@ -16,19 +16,25 @@ AppKit/NSCustomImageRep.h NSCoding - - - delegate - - + + + + delegate + + - drawSelector - - + + drawSelector + + - initWithDrawSelector:aMethoddelegate:anObject - - + + initWithDrawSelector: + aMethod + delegate: + anObject + + diff --git a/Documentation/gsdoc/NSDPSContext.gsdoc b/Documentation/gsdoc/NSDPSContext.gsdoc index 85c83c99e..c0769fafd 100644 --- a/Documentation/gsdoc/NSDPSContext.gsdoc +++ b/Documentation/gsdoc/NSDPSContext.gsdoc @@ -16,171 +16,247 @@ AppKit/NSDPSContext.h NSObject - - - areAllContextsOutputTraced - - + + + + areAllContextsOutputTraced + + - areAllContextsSynchronized - - + + areAllContextsSynchronized + + - currentContext - - + + currentContext + + - setAllContextsOutputTraced:flag - - + + setAllContextsOutputTraced: + flag + + - setAllContextsSynchronized:flag - - + + setAllContextsSynchronized: + flag + + - setCurrentContext:context - - + + setCurrentContext: + context + + - stringForDPSError:error - - + + stringForDPSError: + error + + - DPSContext - - + + DPSContext + + - awaitReturnValues - - + + awaitReturnValues + + - chainChildContext:child - - + + chainChildContext: + child + + - childContext - - + + childContext + + - errorProc - - + + errorProc + + - flush - - + + flush + + - - - + + + + - interruptExecution - - + + interruptExecution + + - isDrawingToScreen - - + + isDrawingToScreen + + - isOutputTraced - - + + isOutputTraced + + - isSynchronized - - + + isSynchronized + + - isWaitCursorEnabled - - + + isWaitCursorEnabled + + - mutableData - - + + mutableData + + - notifyObjectWhenFinishedExecuting:object - - + + notifyObjectWhenFinishedExecuting: + object + + - parentContext - - + + parentContext + + - printFormat:format,... - - + + printFormat: + format,... + + - printFormat:formatarguments:argList - - + + printFormat: + format + arguments: + argList + + - resetCommunication - - + + resetCommunication + + - setErrorProc:proc - - + + setErrorProc: + proc + + - setOutputTraced:flag - - + + setOutputTraced: + flag + + - setSynchronized:flag - - + + setSynchronized: + flag + + - setTextProc:proc - - + + setTextProc: + proc + + - setWaitCursorEnabled:flag - - + + setWaitCursorEnabled: + flag + + - startWaitCursorTimer - - + + startWaitCursorTimer + + - textProc - - + + textProc + + - unchainContext - - + + unchainContext + + - updateNameMap - - + + updateNameMap + + - wait - - + + wait + + - writeBOSArray:datacount:itemsofType:type - - + + writeBOSArray: + data + count: + items + ofType: + type + + - writeBOSNumString:datalength:countofType(DPSDefinedType)type scale:scale - - + + writeBOSNumString: + data + length: + count + ofType + type + scale: + scale + + - writeBOSString:datalength:bytes - - + + writeBOSString: + data + length: + bytes + + - writeBinaryObjectSequence:datalength:bytes - - + + writeBinaryObjectSequence: + data + length: + bytes + + - writeData:buf - - + + writeData: + buf + + - writePostScriptWithLanguageEncodingConversion:buf - - + + writePostScriptWithLanguageEncodingConversion: + buf + + diff --git a/Documentation/gsdoc/NSDocument.gsdoc b/Documentation/gsdoc/NSDocument.gsdoc index 36e4f37ac..6bffda0ff 100644 --- a/Documentation/gsdoc/NSDocument.gsdoc +++ b/Documentation/gsdoc/NSDocument.gsdoc @@ -16,207 +16,291 @@ AppKit/NSDocument.h NSObject - - - isNativeType:aType - - + + + + isNativeType: + aType + + - readableTypes - - + + readableTypes + + - writableTypes - - + + writableTypes + + - addWindowController:aController - - + + addWindowController: + aController + + - canCloseDocument - - + + canCloseDocument + + - close - - + + close + + - closeDocument:sender - - + + closeDocument: + sender + + - dataRepresentationOfType:aType - - + + dataRepresentationOfType: + aType + + - displayName - - + + displayName + + - fileName - - + + fileName + + - fileNameFromRunningSavePanelForSaveOperation:saveOperation - - + + fileNameFromRunningSavePanelForSaveOperation: + saveOperation + + - fileType - - + + fileType + + - fileWrapperRepresentationOfType:aType - - + + fileWrapperRepresentationOfType: + aType + + - hasUndoManager - - + + hasUndoManager + + - init - - + + init + + - initWithContentsOfFile:fileName - - + + initWithContentsOfFile: + fileName + + - isDocumentEdited - - + + isDocumentEdited + + - keepBackupFile - - + + keepBackupFile + + - loadDataRepresentation:docData - - + + loadDataRepresentation: + docData + + - loadFileWrapperRepresentation:wrapper - - + + loadFileWrapperRepresentation: + wrapper + + - makeWindowControllers - - + + makeWindowControllers + + - printDocument:sender - - + + printDocument: + sender + + - printInfo - - + + printInfo + + - printShowingPrintPanel:flag - - + + printShowingPrintPanel: + flag + + - readFromFile:fileName - - + + readFromFile: + fileName + + - revertDocumentToSaved:sender - - + + revertDocumentToSaved: + sender + + - revertToSavedFromFile:fileName - - + + revertToSavedFromFile: + fileName + + - runModalPageLayoutWithPrintInfo:printInfo - - + + runModalPageLayoutWithPrintInfo: + printInfo + + - runModalSavePanel:savePanelwithAccessoryView:accessoryView - - + + runModalSavePanel: + savePanel + withAccessoryView: + accessoryView + + - runPageLayout:sender - - + + runPageLayout: + sender + + - saveDocument:sender - - + + saveDocument: + sender + + - saveDocumentAs:sender - - + + saveDocumentAs: + sender + + - saveDocumentTo:sender - - + + saveDocumentTo: + sender + + - setFileName:fileName - - + + setFileName: + fileName + + - setFileType:docType - - + + setFileType: + docType + + - setHasUndoManager:flag - - + + setHasUndoManager: + flag + + - setPrintInfo:printInfo - - + + setPrintInfo: + printInfo + + - setUndoManager:undoManager - - + + setUndoManager: + undoManager + + - shouldChangePrintInfo:newPrintInfo - - + + shouldChangePrintInfo: + newPrintInfo + + - shouldCloseWindowController:windowController - - + + shouldCloseWindowController: + windowController + + - shouldRunSavePanelWithAccessoryView - - + + shouldRunSavePanelWithAccessoryView + + - showWindows - - + + showWindows + + - undoManager - - + + undoManager + + - updateChangeCount:changeType - - + + updateChangeCount: + changeType + + - validateMenuItem:anItem - - + + validateMenuItem: + anItem + + - windowControllerDidLoadNib:windowController - - + + windowControllerDidLoadNib: + windowController + + - windowControllerWillLoadNib:windowController - - + + windowControllerWillLoadNib: + windowController + + - windowControllers - - + + windowControllers + + - windowNibName - - + + windowNibName + + - writeToFile:fileName - - + + writeToFile: + fileName + + diff --git a/Documentation/gsdoc/NSDocumentController.gsdoc b/Documentation/gsdoc/NSDocumentController.gsdoc index 9ae8661e4..08d79a580 100644 --- a/Documentation/gsdoc/NSDocumentController.gsdoc +++ b/Documentation/gsdoc/NSDocumentController.gsdoc @@ -16,107 +16,151 @@ AppKit/NSDocumentController.h NSObject - - - sharedDocumentController - - + + + + sharedDocumentController + + - closeAllDocuments - - + + closeAllDocuments + + - currentDirectory - - + + currentDirectory + + - currentDocument - - + + currentDocument + + - displayNameForType:docType - - + + displayNameForType: + docType + + - documentClassForType:docType - - + + documentClassForType: + docType + + - documentForFileName:fileName - - + + documentForFileName: + fileName + + - documentForWindow:window - - + + documentForWindow: + window + + - documents - - + + documents + + - fileExtensionsFromType:docType - - + + fileExtensionsFromType: + docType + + - fileNamesFromRunningOpenPanel - - + + fileNamesFromRunningOpenPanel + + - hasEditedDocuments - - + + hasEditedDocuments + + - makeDocumentWithContentsOfFile:fileName - - + + makeDocumentWithContentsOfFile: + fileName + + - makeUntitledDocumentOfType:type - - + + makeUntitledDocumentOfType: + type + + - newDocument:sender - - + + newDocument: + sender + + - openDocument:sender - - + + openDocument: + sender + + - openDocumentWithContentsOfFile:fileName - - + + openDocumentWithContentsOfFile: + fileName + + - openUntitledDocumentOfType:docType - - + + openUntitledDocumentOfType: + docType + + - reviewUnsavedDocumentsWithAlertTitle:titlecancellable:flag - - + + reviewUnsavedDocumentsWithAlertTitle: + title + cancellable: + flag + + - runModalOpenPanel:openPanel - - + + runModalOpenPanel: + openPanel + + - saveAllDocuments:sender - - + + saveAllDocuments: + sender + + - setShouldCreateUI:flag - - + + setShouldCreateUI: + flag + + - shouldCreateUI - - + + shouldCreateUI + + - typeFromFileExtension:fileExtension - - + + typeFromFileExtension: + fileExtension + + - validateMenuItem:anItem - - + + validateMenuItem: + anItem + + diff --git a/Documentation/gsdoc/NSEPSImageRep.gsdoc b/Documentation/gsdoc/NSEPSImageRep.gsdoc index 85ec660a9..19d010ba0 100644 --- a/Documentation/gsdoc/NSEPSImageRep.gsdoc +++ b/Documentation/gsdoc/NSEPSImageRep.gsdoc @@ -16,27 +16,34 @@ AppKit/NSEPSImageRep.h NSCoding - - - imageRepWithData:epsData - - + + + + imageRepWithData: + epsData + + - EPSRepresentation - - + + EPSRepresentation + + - boundingBox - - + + boundingBox + + - initWithData:epsData - - + + initWithData: + epsData + + - prepareGState - - + + prepareGState + + diff --git a/Documentation/gsdoc/NSEvent.gsdoc b/Documentation/gsdoc/NSEvent.gsdoc index 97a6a8b73..c9c5da32e 100644 --- a/Documentation/gsdoc/NSEvent.gsdoc +++ b/Documentation/gsdoc/NSEvent.gsdoc @@ -16,103 +16,195 @@ AppKit/NSEvent.h NSCoding - - - enterExitEventWithType:typelocation:locationmodifierFlags:flagstimestamp:timewindowNumber:windowNumbercontext:(NSDPSContext *)context eventNumber:eventNumbertrackingNumber:trackingNumber - - + + + + enterExitEventWithType: + type + location: + location + modifierFlags: + flags + timestamp: + time + windowNumber: + windowNumber + context: + context + eventNumber: + eventNumber + trackingNumber: + trackingNumber + + - keyEventWithType:typelocation:locationmodifierFlags:flagstimestamp:timewindowNumber:windowNumcontext:(NSDPSContext *)context characters:characterscharactersIgnoringModifiers:unmodCharactersisARepeat:(BOOL)repeatKey keyCode:code - - + + keyEventWithType: + type + location: + location + modifierFlags: + flags + timestamp: + time + windowNumber: + windowNum + context: + context + characters: + characters + charactersIgnoringModifiers: + unmodCharacters + isARepeat: + repeatKey + keyCode: + code + + - mouseEventWithType:typelocation:locationmodifierFlags:flagstimestamp:timewindowNumber:windowNumcontext:(NSDPSContext *)context eventNumber:eventNumberclickCount:(int)clickNumber pressure:pressure - - + + mouseEventWithType: + type + location: + location + modifierFlags: + flags + timestamp: + time + windowNumber: + windowNum + context: + context + eventNumber: + eventNumber + clickCount: + clickNumber + pressure: + pressure + + - otherEventWithType:typelocation:locationmodifierFlags:flagstimestamp:timewindowNumber:windowNumcontext:(NSDPSContext *)context subtype:subtypedata1:(int)data1 data2:data2 - - + + otherEventWithType: + type + location: + location + modifierFlags: + flags + timestamp: + time + windowNumber: + windowNum + context: + context + subtype: + subtype + data1: + data1 + data2: + data2 + + - stopPeriodicEvents - - + + stopPeriodicEvents + + - characters - - + + characters + + - charactersIgnoringModifiers - - + + charactersIgnoringModifiers + + - clickCount - - + + clickCount + + - context - - + + context + + - data1 - - + + data1 + + - data2 - - + + data2 + + - eventNumber - - + + eventNumber + + - isARepeat - - + + isARepeat + + - keyCode - - + + keyCode + + - locationInWindow - - + + locationInWindow + + - modifierFlags - - + + modifierFlags + + - pressure - - + + pressure + + - subtype - - + + subtype + + - timestamp - - + + timestamp + + - trackingNumber - - + + trackingNumber + + - type - - + + type + + - userData - - + + userData + + - window - - + + window + + - windowNumber - - + + windowNumber + + diff --git a/Documentation/gsdoc/NSFileWrapper.gsdoc b/Documentation/gsdoc/NSFileWrapper.gsdoc index 547ba3bcb..37e76fc53 100644 --- a/Documentation/gsdoc/NSFileWrapper.gsdoc +++ b/Documentation/gsdoc/NSFileWrapper.gsdoc @@ -16,123 +16,178 @@ AppKit/NSFileWrapper.h NSObject - - - addFileWithPath:path - - + + + + addFileWithPath: + path + + - addFileWrapper:wrapper - - + + addFileWrapper: + wrapper + + - addRegularFileWithContents:contentspreferredFilename:filename - - + + addRegularFileWithContents: + contents + preferredFilename: + filename + + - addSymbolicLinkWithDestination:pathpreferredFilename:filename - - + + addSymbolicLinkWithDestination: + path + preferredFilename: + filename + + - fileAttributes - - + + fileAttributes + + - filename - - + + filename + + - fileWrappers - - + + fileWrappers + + - icon - - + + icon + + - initDirectoryWithFileWrappers:wrappers - - + + initDirectoryWithFileWrappers: + wrappers + + - initRegularFileWithContents:contents - - + + initRegularFileWithContents: + contents + + - initSymbolicLinkWithDestination:path - - + + initSymbolicLinkWithDestination: + path + + - initWithPath:path - - + + initWithPath: + path + + - initWithSerializedRepresentation:data - - + + initWithSerializedRepresentation: + data + + - isDirectory - - + + isDirectory + + - isRegularFile - - + + isRegularFile + + - isSymbolicLink - - + + isSymbolicLink + + - keyForFileWrapper:wrapper - - + + keyForFileWrapper: + wrapper + + - needsToBeUpdatedFromPath:path - - + + needsToBeUpdatedFromPath: + path + + - preferredFilename - - + + preferredFilename + + - regularFileContents - - + + regularFileContents + + - removeFileWrapper:wrapper - - + + removeFileWrapper: + wrapper + + - serializedRepresentation - - + + serializedRepresentation + + - setFileAttributes:attributes - - + + setFileAttributes: + attributes + + - setFilename:filename - - + + setFilename: + filename + + - setIcon:anImage - - + + setIcon: + anImage + + - setPreferredFilename:filename - - + + setPreferredFilename: + filename + + - symbolicLinkDestination - - + + symbolicLinkDestination + + - updateFromPath:path - - + + updateFromPath: + path + + - writeToFile:pathatomically:atomicFlagupdateFilenames:updateNamesFlag - - + + writeToFile: + path + atomically: + atomicFlag + updateFilenames: + updateNamesFlag + + diff --git a/Documentation/gsdoc/NSFont.gsdoc b/Documentation/gsdoc/NSFont.gsdoc index 7353dcd51..5076bbfdd 100644 --- a/Documentation/gsdoc/NSFont.gsdoc +++ b/Documentation/gsdoc/NSFont.gsdoc @@ -16,215 +16,320 @@ AppKit/NSFont.h NSCoding - - - boldSystemFontOfSize:fontSize - - + + + + boldSystemFontOfSize: + fontSize + + - controlContentFontOfSize:fontSize - - + + controlContentFontOfSize: + fontSize + + - fontWithName:typeface - - + + fontWithName: + typeface + + - fontWithName:fontName - - + + fontWithName: + fontName + + - menuFontOfSize:fontSize - - + + menuFontOfSize: + fontSize + + - messageFontOfSize:fontSize - - + + messageFontOfSize: + fontSize + + - paletteFontOfSize:fontSize - - + + paletteFontOfSize: + fontSize + + - preferredFontNames - - + + preferredFontNames + + - setPreferredFontNames:fontNames - - + + setPreferredFontNames: + fontNames + + - setUserFixedPitchFont:aFont - - + + setUserFixedPitchFont: + aFont + + - setUserFont:aFont - - + + setUserFont: + aFont + + - systemFontOfSize:fontSize - - + + systemFontOfSize: + fontSize + + - titleBarFontOfSize:fontSize - - + + titleBarFontOfSize: + fontSize + + - toolTipsFontOfSize:fontSize - - + + toolTipsFontOfSize: + fontSize + + - useFont:fontName - - + + useFont: + fontName + + - userFixedPitchFontOfSize:fontSize - - + + userFixedPitchFontOfSize: + fontSize + + - userFontOfSize:fontSize - - + + userFontOfSize: + fontSize + + - advancementForGlyph:aGlyph - - + + advancementForGlyph: + aGlyph + + - afmFileContents - - + + afmFileContents + + - ascender - - + + ascender + + - boundingRectForFont - - + + boundingRectForFont + + - boundingRectForGlyph:aGlyph - - + + boundingRectForGlyph: + aGlyph + + - capHeight - - + + capHeight + + - descender - - + + descender + + - displayName - - + + displayName + + - encodingScheme - - + + encodingScheme + + - familyName - - + + familyName + + - fontName - - + + fontName + + - glyphIsEncoded:aGlyph - - + + glyphIsEncoded: + aGlyph + + - glyphPacking - - + + glyphPacking + + - glyphWithName:glyphName - - + + glyphWithName: + glyphName + + - isBaseFont - - + + isBaseFont + + - isFixedPitch - - + + isFixedPitch + + - italicAngle - - + + italicAngle + + - matrix - - + + matrix + + - maximumAdvancement - - + + maximumAdvancement + + - mostCompatibleStringEncoding - - + + mostCompatibleStringEncoding + + - pointSize - - + + pointSize + + - positionOfGlyph:aGlyphforCharacter:aCharstruckOverRect:aRect - - + + positionOfGlyph: + aGlyph + forCharacter: + aChar + struckOverRect: + aRect + + - positionOfGlyph:aGlyphprecededByGlyph:prevGlyph - - + + positionOfGlyph: + aGlyph + precededByGlyph: + prevGlyph + + - positionOfGlyph:aGlyphstruckOverGlyph:baseGlyphmetricsExist:flag - - + + positionOfGlyph: + aGlyph + struckOverGlyph: + baseGlyph + metricsExist: + flag + + - positionOfGlyph:aGlyphstruckOverRect:aRectmetricsExist:flag - - + + positionOfGlyph: + aGlyph + struckOverRect: + aRect + metricsExist: + flag + + - positionOfGlyph:aGlyphwithRelation:relationtoBaseGlyph:baseGlyphtotalAdvancement:offsetmetricsExist:flag - - + + positionOfGlyph: + aGlyph + withRelation: + relation + toBaseGlyph: + baseGlyph + totalAdvancement: + offset + metricsExist: + flag + + - positionsForCompositeSequence:glyphsnumberOfGlyphs:numGlyphspointArray:points - - + + positionsForCompositeSequence: + glyphs + numberOfGlyphs: + numGlyphs + pointArray: + points + + - printerFont - - + + printerFont + + - screenFont - - + + screenFont + + - set - - + + set + + - underlinePosition - - + + underlinePosition + + - underlineThickness - - + + underlineThickness + + - widthOfString:aString - - + + widthOfString: + aString + + - widths - - + + widths + + - xHeight - - + + xHeight + + diff --git a/Documentation/gsdoc/NSFontManager.gsdoc b/Documentation/gsdoc/NSFontManager.gsdoc index d305c1766..95eef1f44 100644 --- a/Documentation/gsdoc/NSFontManager.gsdoc +++ b/Documentation/gsdoc/NSFontManager.gsdoc @@ -16,163 +16,252 @@ AppKit/NSFontManager.h NSObject - - - setFontManagerFactory:aClass - - + + + + setFontManagerFactory: + aClass + + - setFontPanelFactory:factoryId - - + + setFontPanelFactory: + factoryId + + - sharedFontManager - - + + sharedFontManager + + - action - - + + action + + - addFontTrait:sender - - + + addFontTrait: + sender + + - availableFontFamilies - - + + availableFontFamilies + + - availableFontNamesWithTraits:fontTraitMask - - + + availableFontNamesWithTraits: + fontTraitMask + + - availableFonts - - + + availableFonts + + - availableMembersOfFontFamily:family - - + + availableMembersOfFontFamily: + family + + - convertFont:aFont - - + + convertFont: + aFont + + - convertFont:aFonttoFace:typeface - - + + convertFont: + aFont + toFace: + typeface + + - convertFont:aFonttoFamily:family - - + + convertFont: + aFont + toFamily: + family + + - convertFont:aFonttoHaveTrait:fontTrait - - + + convertFont: + aFont + toHaveTrait: + fontTrait + + - convertFont:aFonttoNotHaveTrait:fontTraitMask - - + + convertFont: + aFont + toNotHaveTrait: + fontTraitMask + + - convertFont:aFonttoSize:size - - + + convertFont: + aFont + toSize: + size + + - convertWeight:increaseFlag - - + + convertWeight: + increaseFlag + + - delegate - - + + delegate + + - fontMenu:createFlag - - + + fontMenu: + createFlag + + - fontNamed:typefacehasTraits:fontTraitMask - - + + fontNamed: + typeface + hasTraits: + fontTraitMask + + - fontPanel:createFlag - - + + fontPanel: + createFlag + + - fontWithFamily:familytraits:(NSFontTraitMask)fontTraitMask weight:weight - - + + fontWithFamily: + family + traits: + fontTraitMask + weight: + weight + + - isEnabled - - + + isEnabled + + - isMultiple - - + + isMultiple + + - localizedNameForFamily:family - - + + localizedNameForFamily: + family + + - modifyFont:sender - - + + modifyFont: + sender + + - modifyFontViaPanel:sender - - + + modifyFontViaPanel: + sender + + - orderFrontFontPanel:sender - - + + orderFrontFontPanel: + sender + + - removeFontTrait:sender - - + + removeFontTrait: + sender + + - selectedFont - - + + selectedFont + + - sendAction - - + + sendAction + + - setAction:aSelector - - + + setAction: + aSelector + + - setDelegate:anObject - - + + setDelegate: + anObject + + - setEnabled:flag - - + + setEnabled: + flag + + - setFontMenu:aMenu - - + + setFontMenu: + aMenu + + - setSelectedFont:aFontisMultiple:flag - - + + setSelectedFont: + aFont + isMultiple: + flag + + - traitsOfFont:aFont - - + + traitsOfFont: + aFont + + - weightOfFont:aFont - - + + weightOfFont: + aFont + + - changeFont:sender - - + + changeFont: + sender + + - fontManager:theFontManagerwillIncludeFont:fontName - - + + fontManager: + theFontManager + willIncludeFont: + fontName + + diff --git a/Documentation/gsdoc/NSFontPanel.gsdoc b/Documentation/gsdoc/NSFontPanel.gsdoc index ae58960ca..ce2f7d9ba 100644 --- a/Documentation/gsdoc/NSFontPanel.gsdoc +++ b/Documentation/gsdoc/NSFontPanel.gsdoc @@ -16,43 +16,58 @@ AppKit/NSFontPanel.h NSCoding - - - sharedFontPanel - - + + + + sharedFontPanel + + - sharedFontPanelExists - - + + sharedFontPanelExists + + - accessoryView - - + + accessoryView + + - isEnabled - - + + isEnabled + + - panelConvertFont:aFont - - + + panelConvertFont: + aFont + + - setAccessoryView:aView - - + + setAccessoryView: + aView + + - setEnabled:flag - - + + setEnabled: + flag + + - setPanelFont:aFontisMultiple:flag - - + + setPanelFont: + aFont + isMultiple: + flag + + - worksWhenModal - - + + worksWhenModal + + diff --git a/Documentation/gsdoc/NSForm.gsdoc b/Documentation/gsdoc/NSForm.gsdoc index 4a0161853..76219d491 100644 --- a/Documentation/gsdoc/NSForm.gsdoc +++ b/Documentation/gsdoc/NSForm.gsdoc @@ -16,71 +16,104 @@ AppKit/NSForm.h NSCoding - - - addEntry:title - - + + + + addEntry: + title + + - cellAtIndex:entryIndex - - + + cellAtIndex: + entryIndex + + - drawCellAtIndex:entryIndex - - + + drawCellAtIndex: + entryIndex + + - indexOfCellWithTag:tag - - + + indexOfCellWithTag: + tag + + - indexOfSelectedItem - - + + indexOfSelectedItem + + - insertEntry:titleatIndex:entryIndex - - + + insertEntry: + title + atIndex: + entryIndex + + - removeEntryAtIndex:entryIndex - - + + removeEntryAtIndex: + entryIndex + + - selectTextAtIndex:entryIndex - - + + selectTextAtIndex: + entryIndex + + - setBezeled:flag - - + + setBezeled: + flag + + - setBordered:flag - - + + setBordered: + flag + + - setEntryWidth:width - - + + setEntryWidth: + width + + - setInterlineSpacing:spacing - - + + setInterlineSpacing: + spacing + + - setTextAlignment:alignment - - + + setTextAlignment: + alignment + + - setTextFont:font - - + + setTextFont: + font + + - setTitleAlignment:alignment - - + + setTitleAlignment: + alignment + + - setTitleFont:font - - + + setTitleFont: + font + + diff --git a/Documentation/gsdoc/NSFormCell.gsdoc b/Documentation/gsdoc/NSFormCell.gsdoc index f122a2ca5..27949e6f7 100644 --- a/Documentation/gsdoc/NSFormCell.gsdoc +++ b/Documentation/gsdoc/NSFormCell.gsdoc @@ -16,63 +16,85 @@ AppKit/NSFormCell.h NSCoding - - - attributedTitle - - + + + + attributedTitle + + - initTextCell:aString - - + + initTextCell: + aString + + - isOpaque - - + + isOpaque + + - setAttributedTitle:anAttributedString - - + + setAttributedTitle: + anAttributedString + + - setTitle:aString - - + + setTitle: + aString + + - setTitleAlignment:alignment - - + + setTitleAlignment: + alignment + + - setTitleFont:font - - + + setTitleFont: + font + + - setTitleWidth:width - - + + setTitleWidth: + width + + - setTitleWithMnemonic:titleWithAmpersand - - + + setTitleWithMnemonic: + titleWithAmpersand + + - title - - + + title + + - titleAlignment - - + + titleAlignment + + - titleFont - - + + titleFont + + - titleWidth - - + + titleWidth + + - titleWidth:aSize - - + + titleWidth: + aSize + + diff --git a/Documentation/gsdoc/NSGraphicsContext.gsdoc b/Documentation/gsdoc/NSGraphicsContext.gsdoc index 14995191d..f5ba349a8 100644 --- a/Documentation/gsdoc/NSGraphicsContext.gsdoc +++ b/Documentation/gsdoc/NSGraphicsContext.gsdoc @@ -16,39 +16,48 @@ AppKit/NSGraphicsContext.h NSObject - - - currentContext - - + + + + currentContext + + - setCurrentContext:context - - + + setCurrentContext: + context + + - flush - - + + flush + + - flushGraphics - - + + flushGraphics + + - isDrawingToScreen - - + + isDrawingToScreen + + - restoreGraphicsState - - + + restoreGraphicsState + + - saveGraphicsState - - + + saveGraphicsState + + - wait - - + + wait + + diff --git a/Documentation/gsdoc/NSHelpManager.gsdoc b/Documentation/gsdoc/NSHelpManager.gsdoc index 9dbc9e578..1fffd5217 100644 --- a/Documentation/gsdoc/NSHelpManager.gsdoc +++ b/Documentation/gsdoc/NSHelpManager.gsdoc @@ -16,35 +16,51 @@ AppKit/NSHelpManager.h NSObject - - - isContextHelpModeActive - - + + + + isContextHelpModeActive + + - setContextHelpModeActive:flag - - + + setContextHelpModeActive: + flag + + - sharedHelpManager - - + + sharedHelpManager + + - contextHelpForObject:object - - + + contextHelpForObject: + object + + - removeContextHelpForObject:object - - + + removeContextHelpForObject: + object + + - setContextHelp:helpforObject:object - - + + setContextHelp: + help + forObject: + object + + - showContextHelpForObject:objectlocationHint:point - - + + showContextHelpForObject: + object + locationHint: + point + + diff --git a/Documentation/gsdoc/NSImage.gsdoc b/Documentation/gsdoc/NSImage.gsdoc index 16b9dba39..f96bde5e1 100644 --- a/Documentation/gsdoc/NSImage.gsdoc +++ b/Documentation/gsdoc/NSImage.gsdoc @@ -16,227 +16,329 @@ AppKit/NSImage.h NSCoding - - - canInitWithPasteboard:pasteboard - - + + + + canInitWithPasteboard: + pasteboard + + - imageFileTypes - - + + imageFileTypes + + - imageNamed:name - - + + imageNamed: + name + + - imagePasteboardTypes - - + + imagePasteboardTypes + + - imageUnfilteredFileTypes - - + + imageUnfilteredFileTypes + + - imageUnfilteredPasteboardTypes - - + + imageUnfilteredPasteboardTypes + + - addRepresentation:imageRep - - + + addRepresentation: + imageRep + + - addRepresentations:imageReps - - + + addRepresentations: + imageReps + + - backgroundColor - - + + backgroundColor + + - bestRepresentationForDevice:deviceDescription - - + + bestRepresentationForDevice: + deviceDescription + + - cacheDepthMatchesImageDepth - - + + cacheDepthMatchesImageDepth + + - compositeToPoint:aPointfromRect:aRectoperation:op - - + + compositeToPoint: + aPoint + fromRect: + aRect + operation: + op + + - compositeToPoint:aPointoperation:op - - + + compositeToPoint: + aPoint + operation: + op + + - delegate - - + + delegate + + - dissolveToPoint:aPointfraction:aFloat - - + + dissolveToPoint: + aPoint + fraction: + aFloat + + - dissolveToPoint:aPointfromRect:aRectfraction:aFloat - - + + dissolveToPoint: + aPoint + fromRect: + aRect + fraction: + aFloat + + - drawRepresentation:imageRep - - + + drawRepresentation: + imageRep + + - initByReferencingFile:filename - - + + initByReferencingFile: + filename + + - initWithBitmapHandle:bitmap - - + + initWithBitmapHandle: + bitmap + + - initWithContentsOfFile:filename - - + + initWithContentsOfFile: + filename + + - initWithData:data - - + + initWithData: + data + + - initWithIconHandle:icon - - + + initWithIconHandle: + icon + + - initWithPasteboard:pasteboard - - + + initWithPasteboard: + pasteboard + + - initWithSize:aSize - - + + initWithSize: + aSize + + - isCachedSeparately - - + + isCachedSeparately + + - isDataRetained - - + + isDataRetained + + - isFlipped - - + + isFlipped + + - isValid - - + + isValid + + - lockFocus - - + + lockFocus + + - lockFocusOnRepresentation:imageRepresentation - - + + lockFocusOnRepresentation: + imageRepresentation + + - matchesOnMultipleResolution - - + + matchesOnMultipleResolution + + - name - - + + name + + - prefersColorMatch - - + + prefersColorMatch + + - recache - - + + recache + + - removeRepresentation:imageRep - - + + removeRepresentation: + imageRep + + - representations - - + + representations + + - scalesWhenResized - - + + scalesWhenResized + + - setBackgroundColor:aColor - - + + setBackgroundColor: + aColor + + - setCacheDepthMatchesImageDepth:flag - - + + setCacheDepthMatchesImageDepth: + flag + + - setCachedSeparately:flag - - + + setCachedSeparately: + flag + + - setDataRetained:flag - - + + setDataRetained: + flag + + - setDelegate:anObject - - + + setDelegate: + anObject + + - setFlipped:flag - - + + setFlipped: + flag + + - setMatchesOnMultipleResolution:flag - - + + setMatchesOnMultipleResolution: + flag + + - setName:aString - - + + setName: + aString + + - setPrefersColorMatch:flag - - + + setPrefersColorMatch: + flag + + - setScalesWhenResized:flag - - + + setScalesWhenResized: + flag + + - setSize:aSize - - + + setSize: + aSize + + - setUsesEPSOnResolutionMismatch:flag - - + + setUsesEPSOnResolutionMismatch: + flag + + - size - - + + size + + - TIFFRepresentation - - + + TIFFRepresentation + + - TIFFRepresentationUsingCompression:compfactor:aFloat - - + + TIFFRepresentationUsingCompression: + comp + factor: + aFloat + + - unlockFocus - - + + unlockFocus + + - usesEPSOnResolutionMismatch - - + + usesEPSOnResolutionMismatch + + - imageDidNotDraw:sender - - + + imageDidNotDraw: + sender + + diff --git a/Documentation/gsdoc/NSImageCell.gsdoc b/Documentation/gsdoc/NSImageCell.gsdoc index b40ec247f..7e947620e 100644 --- a/Documentation/gsdoc/NSImageCell.gsdoc +++ b/Documentation/gsdoc/NSImageCell.gsdoc @@ -16,31 +16,40 @@ AppKit/NSImageCell.h NSCopying - - - imageAlignment - - + + + + imageAlignment + + - imageFrameStyle - - + + imageFrameStyle + + - imageScaling - - + + imageScaling + + - setImageAlignment:alignment - - + + setImageAlignment: + alignment + + - setImageFrameStyle:frameStyle - - + + setImageFrameStyle: + frameStyle + + - setImageScaling:scaling - - + + setImageScaling: + scaling + + diff --git a/Documentation/gsdoc/NSImageRep.gsdoc b/Documentation/gsdoc/NSImageRep.gsdoc index c927ad63f..d0ff13bff 100644 --- a/Documentation/gsdoc/NSImageRep.gsdoc +++ b/Documentation/gsdoc/NSImageRep.gsdoc @@ -16,139 +16,192 @@ AppKit/NSImageRep.h NSCoding - - - canInitWithData:data - - + + + + canInitWithData: + data + + - canInitWithPasteboard:pasteboard - - + + canInitWithPasteboard: + pasteboard + + - imageFileTypes - - + + imageFileTypes + + - imagePasteboardTypes - - + + imagePasteboardTypes + + - imageRepClassForData:data - - + + imageRepClassForData: + data + + - imageRepClassForFileType:type - - + + imageRepClassForFileType: + type + + - imageRepClassForPasteboardType:type - - + + imageRepClassForPasteboardType: + type + + - imageRepWithContentsOfFile:filename - - + + imageRepWithContentsOfFile: + filename + + - imageRepWithPasteboard:pasteboard - - + + imageRepWithPasteboard: + pasteboard + + - imageRepsWithContentsOfFile:filename - - + + imageRepsWithContentsOfFile: + filename + + - imageRepsWithPasteboard:pasteboard - - + + imageRepsWithPasteboard: + pasteboard + + - imageUnfilteredFileTypes - - + + imageUnfilteredFileTypes + + - imageUnfilteredPasteboardTypes - - + + imageUnfilteredPasteboardTypes + + - registerImageRepClass:imageRepClass - - + + registerImageRepClass: + imageRepClass + + - registeredImageRepClasses - - + + registeredImageRepClasses + + - unregisterImageRepClass:imageRepClass - - + + unregisterImageRepClass: + imageRepClass + + - bitsPerSample - - + + bitsPerSample + + - colorSpaceName - - + + colorSpaceName + + - draw - - + + draw + + - drawAtPoint:aPoint - - + + drawAtPoint: + aPoint + + - drawInRect:rect - - + + drawInRect: + rect + + - hasAlpha - - + + hasAlpha + + - isOpaque - - + + isOpaque + + - pixelsHigh - - + + pixelsHigh + + - pixelsWide - - + + pixelsWide + + - setAlpha:flag - - + + setAlpha: + flag + + - setBitsPerSample:anInt - - + + setBitsPerSample: + anInt + + - setColorSpaceName:string - - + + setColorSpaceName: + string + + - setOpaque:flag - - + + setOpaque: + flag + + - setPixelsHigh:anInt - - + + setPixelsHigh: + anInt + + - setPixelsWide:anInt - - + + setPixelsWide: + anInt + + - setSize:aSize - - + + setSize: + aSize + + - size - - + + size + + diff --git a/Documentation/gsdoc/NSImageView.gsdoc b/Documentation/gsdoc/NSImageView.gsdoc index 942f412e8..8626db84f 100644 --- a/Documentation/gsdoc/NSImageView.gsdoc +++ b/Documentation/gsdoc/NSImageView.gsdoc @@ -16,47 +16,62 @@ AppKit/NSImageView.h NSCoding - - - image - - + + + + image + + - imageAlignment - - + + imageAlignment + + - imageFrameStyle - - + + imageFrameStyle + + - imageScaling - - + + imageScaling + + - isEditable - - + + isEditable + + - setEditable:flag - - + + setEditable: + flag + + - setImage:image - - + + setImage: + image + + - setImageAlignment:alignment - - + + setImageAlignment: + alignment + + - setImageFrameStyle:frameStyle - - + + setImageFrameStyle: + frameStyle + + - setImageScaling:scaling - - + + setImageScaling: + scaling + + diff --git a/Documentation/gsdoc/NSInputManager.gsdoc b/Documentation/gsdoc/NSInputManager.gsdoc index dded1aaef..6974cc3b1 100644 --- a/Documentation/gsdoc/NSInputManager.gsdoc +++ b/Documentation/gsdoc/NSInputManager.gsdoc @@ -16,31 +16,40 @@ AppKit/NSInputManager.h NSTextInput - - - currentInputManager - - + + + + currentInputManager + + - initWithName:inputServerName - - + + initWithName: + inputServerName + + - localizedInputManagerName - - + + localizedInputManagerName + + - markedTextSelectionChanged:aRange - - + + markedTextSelectionChanged: + aRange + + - markedTextWillBeAbandoned:sender - - + + markedTextWillBeAbandoned: + sender + + - wantsToInterpretAllKeystrokes - - + + wantsToInterpretAllKeystrokes + + diff --git a/Documentation/gsdoc/NSInputServer.gsdoc b/Documentation/gsdoc/NSInputServer.gsdoc index 8fcd68f26..187716f63 100644 --- a/Documentation/gsdoc/NSInputServer.gsdoc +++ b/Documentation/gsdoc/NSInputServer.gsdoc @@ -16,59 +16,104 @@ AppKit/NSInputServer.h NSObject - - - activeConversationWillChange:senderoldConversation:convnewConversation:new - - + + + + activeConversationWillChange: + sender + oldConversation: + conv + newConversation: + new + + - canBeDisabled - - + + canBeDisabled + + - cancelInput:senderconversation:conv - - + + cancelInput: + sender + conversation: + conv + + - doCommandBySelector:aSelectorsender:(id)sender conversation:conv - - + + doCommandBySelector: + aSelector + sender: + sender + conversation: + conv + + - - - + + + + - insertText:aStringsender:(id)sender conversation:conv - - + + insertText: + aString + sender: + sender + conversation: + conv + + - markedTextSelectionChanged:aRangesender:(id)sender conversation:conv - - + + markedTextSelectionChanged: + aRange + sender: + sender + conversation: + conv + + - markedTextWillBeAbandoned:senderconversation:conv - - + + markedTextWillBeAbandoned: + sender + conversation: + conv + + - senderDidBecomeActive:sender - - + + senderDidBecomeActive: + sender + + - senderDidResignActive:sender - - + + senderDidResignActive: + sender + + - setActivated:flagsender:sender - - + + setActivated: + flag + sender: + sender + + - terminate:sender - - + + terminate: + sender + + - wantsToInterpretAllKeystrokes - - + + wantsToInterpretAllKeystrokes + + diff --git a/Documentation/gsdoc/NSLayoutManager.gsdoc b/Documentation/gsdoc/NSLayoutManager.gsdoc index c62f63740..bf9a3a655 100644 --- a/Documentation/gsdoc/NSLayoutManager.gsdoc +++ b/Documentation/gsdoc/NSLayoutManager.gsdoc @@ -16,339 +16,596 @@ AppKit/NSLayoutManager.h NSObject - - - addTextContainer:aTextContainer - - - - backgroundLayoutEnabled - - - - boundingRectForGlyphRange:glyphRangeinTextContainer:aTextContainer - - - - characterIndexForGlyphAtIndex:glyphIndex - - - - characterRangeForGlyphRange:glyphRangeactualGlyphRange:actualGlyphRange - - - - delegate - - - - deleteGlyphsInRange:glyphRange - - - - drawBackgroundForGlyphRange:glyphRange - - - - drawGlyphsForGlyphRange:glyphRange - - - - drawsOutsideLineFragmentForGlyphAtIndex:glyphIndex - - - - drawUnderlineForGlyphRange:glyphRangeunderlineType:underlineTypebaselineOffset:baselineOffsetlineFragmentRect:lineRectlineFragmentGlyphRange:lineGlyphRangecontainerOrigin:containerOrigin - - - - extraLineFragmentRect - - - - extraLineFragmentTextContainer - - - - extraLineFragmentUsedRect - - - - firstTextView - - - - firstUnlaidCharacterIndex - - - - firstUnlaidGlyphIndex - - - - fractionOfDistanceThroughGlyphForPoint:aPointinTextContainer:aTextContainer - - - - getFirstUnlaidCharacterIndex:charIndexglyphIndex:glyphIndex - - - - getGlyphs:glyphArray - - - - glyphAtIndex:glyphIndex - - - - glyphAtIndex:glyphIndexisValidIndex:flag - - - - glyphIndexForPoint:aPointinTextContainer:aTextContainer - - - - glyphIndexForPoint:aPointinTextContainer:aTextContainerfractionOfDistanceThroughGlyph:partialFraction - - - - glyphRangeForBoundingRect:aRectinTextContainer:aTextContainer - - - - glyphRangeForBoundingRectWithoutAdditionalLayout:boundsinTextContainer:container - - - - glyphRangeForCharacterRange:charRangeactualCharacterRange:actualCharRange - - - - glyphRangeForTextContainer:aTextContainer - - - - hyphenationFactor - - - - init - - - - insertGlyph:aGlyphatGlyphIndex:glyphIndexcharacterIndex:charIndex - - - - insertTextContainer:aTextContainer - - - - intAttribute:attributeTagforGlyphAtIndex:glyphIndex - - - - invalidateDisplayForCharacterRange:charRange - - - - invalidateDisplayForGlyphRange:glyphRange - - - - invalidateGlyphsForCharacterRange:charRangechangeInLength:lengthChangeactualCharacterRange:actualCharRange - - - - invalidateLayoutForCharacterRange:charRangeisSoft:(BOOL)flag actualCharacterRange:actualCharRange - - - - isValidGlyphIndex:glyphIndex - - - - layoutManagerOwnsFirstResponderInWindow:aWindow - - - - lineFragmentRectForGlyphAtIndex:glyphIndexeffectiveRange:lineFragmentRange - - - - lineFragmentUsedRectForGlyphAtIndex:glyphIndexeffectiveRange:lineFragmentRange - - - - locationForGlyphAtIndex:glyphIndex - - - - notShownAttributeForGlyphAtIndex:glyphIndex - - - - numberOfGlyphs - - - - rangeOfNominallySpacedGlyphsContainingIndex:glyphIndex - - - - rectArrayForCharacterRange:charRangewithinSelectedCharacterRange:selCharRangeinTextContainer:aTextContainer - - - - rectArrayForGlyphRange:glyphRangewithinSelectedGlyphRange:selGlyphRangeinTextContainer:aTextContainer - - - - removeTextContainerAtIndex:index - - - - replaceGlyphAtIndex:glyphIndex - - - - replaceTextStorage:newTextStorage - - - - rulerAccessoryViewForTextView:aTextViewparagraphStyle:paraStyleruler:(NSRulerView *)aRulerView enabled:flag - - - - rulerMarkersForTextView:aTextViewparagraphStyle:paraStyle - - - - setBackgroundLayoutEnabled:flag - - - - setCharacterIndex:charIndexforGlyphAtIndex:glyphIndex - - - - setDelegate:anObject - - - - setDrawsOutsideLineFragment:flagforGlyphAtIndex:glyphIndex - - - - setExtraLineFragmentRect:aRectusedRect:usedRecttextContainer:aTextContainer - - - - setHyphenationFactor:factor - - - - setIntAttribute:attributeTagvalue:(int)anInt forGlyphAtIndex:glyphIndex - - - - setLineFragmentRect:fragmentRectforGlyphRange:glyphRange - - - - setLocation:aPointforStartOfGlyphRange:glyphRange - - - - setNotShownAttribute:flagforGlyphAtIndex:glyphIndex - - - - setShowsControlCharacters:flag - - - - setShowsInvisibleCharacters:flag - - - - setTextContainer:aTextContainer - - - - setTextStorage:textStorage - - - - setUsesScreenFonts:flag - - - - showAttachmentCell:cellinRect:rectcharacterIndex:attachmentIndex; - - - - showsControlCharacters - - - - showsInvisibleCharacters - - - - substituteFontForFont:originalFont - - - - textContainerChangedGeometry:aTextContainer - - - - textContainerChangedTextView:aTextContainer - - - - textContainerForGlyphAtIndex:glyphIndexeffectiveRange:effectiveGlyphRange - - - - textContainers - - - - textStorage - - - - textStorage:aTextStorageedited:(unsigned int)mask range:rangechangeInLength:lengthChangeinvalidatedRange:invalidatedCharRange - - - - textViewForBeginningOfSelection - - - - underlineGlyphRange:glyphRangeunderlineType:underlineTypelineFragmentRect:lineRectlineFragmentGlyphRange:lineGlyphRangecontainerOrigin:containerOrigin - - - - usedRectForTextContainer:aTextContainer - - - - usesScreenFonts - - - - layoutManager:aLayoutManagerdidCompleteLayoutForTextContainer:aTextContainer - - - - layoutManagerDidInvalidateLayout:aLayoutManager - - + + + + addTextContainer: + aTextContainer + + + + + backgroundLayoutEnabled + + + + + boundingRectForGlyphRange: + glyphRange + inTextContainer: + aTextContainer + + + + + characterIndexForGlyphAtIndex: + glyphIndex + + + + + characterRangeForGlyphRange: + glyphRange + actualGlyphRange: + actualGlyphRange + + + + + delegate + + + + + deleteGlyphsInRange: + glyphRange + + + + + drawBackgroundForGlyphRange: + glyphRange + + + + + drawGlyphsForGlyphRange: + glyphRange + + + + + drawsOutsideLineFragmentForGlyphAtIndex: + glyphIndex + + + + + drawUnderlineForGlyphRange: + glyphRange + underlineType: + underlineType + baselineOffset: + baselineOffset + lineFragmentRect: + lineRect + lineFragmentGlyphRange: + lineGlyphRange + containerOrigin: + containerOrigin + + + + + extraLineFragmentRect + + + + + extraLineFragmentTextContainer + + + + + extraLineFragmentUsedRect + + + + + firstTextView + + + + + firstUnlaidCharacterIndex + + + + + firstUnlaidGlyphIndex + + + + + fractionOfDistanceThroughGlyphForPoint: + aPoint + inTextContainer: + aTextContainer + + + + + getFirstUnlaidCharacterIndex: + charIndex + glyphIndex: + glyphIndex + + + + + getGlyphs: + glyphArray + + + + + glyphAtIndex: + glyphIndex + + + + + glyphAtIndex: + glyphIndex + isValidIndex: + flag + + + + + glyphIndexForPoint: + aPoint + inTextContainer: + aTextContainer + + + + + glyphIndexForPoint: + aPoint + inTextContainer: + aTextContainer + fractionOfDistanceThroughGlyph: + partialFraction + + + + + glyphRangeForBoundingRect: + aRect + inTextContainer: + aTextContainer + + + + + glyphRangeForBoundingRectWithoutAdditionalLayout: + bounds + inTextContainer: + container + + + + + glyphRangeForCharacterRange: + charRange + actualCharacterRange: + actualCharRange + + + + + glyphRangeForTextContainer: + aTextContainer + + + + + hyphenationFactor + + + + + init + + + + + insertGlyph: + aGlyph + atGlyphIndex: + glyphIndex + characterIndex: + charIndex + + + + + insertTextContainer: + aTextContainer + + + + + intAttribute: + attributeTag + forGlyphAtIndex: + glyphIndex + + + + + invalidateDisplayForCharacterRange: + charRange + + + + + invalidateDisplayForGlyphRange: + glyphRange + + + + + invalidateGlyphsForCharacterRange: + charRange + changeInLength: + lengthChange + actualCharacterRange: + actualCharRange + + + + + invalidateLayoutForCharacterRange: + charRange + isSoft: + flag + actualCharacterRange: + actualCharRange + + + + + isValidGlyphIndex: + glyphIndex + + + + + layoutManagerOwnsFirstResponderInWindow: + aWindow + + + + + lineFragmentRectForGlyphAtIndex: + glyphIndex + effectiveRange: + lineFragmentRange + + + + + lineFragmentUsedRectForGlyphAtIndex: + glyphIndex + effectiveRange: + lineFragmentRange + + + + + locationForGlyphAtIndex: + glyphIndex + + + + + notShownAttributeForGlyphAtIndex: + glyphIndex + + + + + numberOfGlyphs + + + + + rangeOfNominallySpacedGlyphsContainingIndex: + glyphIndex + + + + + rectArrayForCharacterRange: + charRange + withinSelectedCharacterRange: + selCharRange + inTextContainer: + aTextContainer + + + + + rectArrayForGlyphRange: + glyphRange + withinSelectedGlyphRange: + selGlyphRange + inTextContainer: + aTextContainer + + + + + removeTextContainerAtIndex: + index + + + + + replaceGlyphAtIndex: + glyphIndex + + + + + replaceTextStorage: + newTextStorage + + + + + rulerAccessoryViewForTextView: + aTextView + paragraphStyle: + paraStyle + ruler: + aRulerView + enabled: + flag + + + + + rulerMarkersForTextView: + aTextView + paragraphStyle: + paraStyle + + + + + setBackgroundLayoutEnabled: + flag + + + + + setCharacterIndex: + charIndex + forGlyphAtIndex: + glyphIndex + + + + + setDelegate: + anObject + + + + + setDrawsOutsideLineFragment: + flag + forGlyphAtIndex: + glyphIndex + + + + + setExtraLineFragmentRect: + aRect + usedRect: + usedRect + textContainer: + aTextContainer + + + + + setHyphenationFactor: + factor + + + + + setIntAttribute: + attributeTag + value: + anInt + forGlyphAtIndex: + glyphIndex + + + + + setLineFragmentRect: + fragmentRect + forGlyphRange: + glyphRange + + + + + setLocation: + aPoint + forStartOfGlyphRange: + glyphRange + + + + + setNotShownAttribute: + flag + forGlyphAtIndex: + glyphIndex + + + + + setShowsControlCharacters: + flag + + + + + setShowsInvisibleCharacters: + flag + + + + + setTextContainer: + aTextContainer + + + + + setTextStorage: + textStorage + + + + + setUsesScreenFonts: + flag + + + + + showAttachmentCell: + cell + inRect: + rect + characterIndex: + attachmentIndex; + + + + + showsControlCharacters + + + + + showsInvisibleCharacters + + + + + substituteFontForFont: + originalFont + + + + + textContainerChangedGeometry: + aTextContainer + + + + + textContainerChangedTextView: + aTextContainer + + + + + textContainerForGlyphAtIndex: + glyphIndex + effectiveRange: + effectiveGlyphRange + + + + + textContainers + + + + + textStorage + + + + + textStorage: + aTextStorage + edited: + mask + range: + range + changeInLength: + lengthChange + invalidatedRange: + invalidatedCharRange + + + + + textViewForBeginningOfSelection + + + + + underlineGlyphRange: + glyphRange + underlineType: + underlineType + lineFragmentRect: + lineRect + lineFragmentGlyphRange: + lineGlyphRange + containerOrigin: + containerOrigin + + + + + usedRectForTextContainer: + aTextContainer + + + + + usesScreenFonts + + + + + layoutManager: + aLayoutManager + didCompleteLayoutForTextContainer: + aTextContainer + + + + + layoutManagerDidInvalidateLayout: + aLayoutManager + + diff --git a/Documentation/gsdoc/NSMatrix.gsdoc b/Documentation/gsdoc/NSMatrix.gsdoc index 861d226cd..5890acbf6 100644 --- a/Documentation/gsdoc/NSMatrix.gsdoc +++ b/Documentation/gsdoc/NSMatrix.gsdoc @@ -16,395 +16,612 @@ AppKit/NSMatrix.h NSCoding - - - acceptsFirstMouse:theEvent - - - - addColumn - - - - addColumnWithCells:newCells - - - - addRow - - - - addRowWithCells:newCells - - - - allowsEmptySelection - - - - autosizesCells - - - - backgroundColor - - - - cellAtRow:rowcolumn:column - - - - cellBackgroundColor - - - - cellClass - - - - cellFrameAtRow:rowcolumn:column - - - - cellSize - - - - cellWithTag:anInt - - - - cells - - - - delegate - - - - deselectAllCells - - - - doubleAction - - - - drawCellAtRow:rowcolumn:column - - - - drawsBackground - - - - drawsCellBackground - - - - errorAction - - - - getNumberOfRows:rowCount - - - - getRow:rowcolumn:column - - - - highlightCell:flagatRow:rowcolumn:column - - - - initWithFrame:frameRect - - - - initWithFrame:frameRectmode:(int)aMode cellClass:factoryIdnumberOfRows:numRowsnumberOfColumns:numColumns - - - - initWithFrame:frameRectmode:(int)aMode prototype:aCellnumberOfRows:numRowsnumberOfColumns:numColumns - - - - insertColumn:column - - - - insertColumn:columnwithCells:newCells - - - - insertRow:row - - - - insertRow:rowwithCells:newCells - - - - intercellSpacing - - - - isAutoscroll - - - - isSelectionByRect - - - - keyCell - - - - makeCellAtRow:rowcolumn:column - - - - mode - - - - mouseDown:theEvent - - - - mouseDownFlags - - - - nextText - - - - numberOfColumns - - - - numberOfRows - - - - performKeyEquivalent:theEvent - - - - previousText - - - - prototype - - - - putCell:newCellatRow:(int)row column:column - - - - removeColumn:column - - - - removeRow:row - - - - renewRows:newRows - - - - resetCursorRects - - - - scrollCellToVisibleAtRow:rowcolumn:column - - - - selectAll:sender - - - - selectCellAtRow:rowcolumn:column - - - - selectCellWithTag:anInt - - - - selectText:sender - - - - selectTextAtRow:rowcolumn:column - - - - selectedCell - - - - selectedCells - - - - selectedColumn - - - - selectedRow - - - - sendAction - - - - sendAction:aSelectorto:(id)anObject forAllCells:flag - - - - sendDoubleAction - - - - setAllowsEmptySelection:flag - - - - setAutoscroll:flag - - - - setAutosizesCells:flag - - - - setBackgroundColor:aColor - - - - setCellBackgroundColor:aColor - - - - setCellClass:aClass - - - - setCellSize:aSize - - - - setDelegate:anObject - - - - setDoubleAction:aSelector - - - - setDrawsBackground:flag - - - - setDrawsCellBackground:flag - - - - setErrorAction:aSelector - - - - setIntercellSpacing:aSize - - - - setKeyCell:aCell - - - - setMode:aMode - - - - setNextText:anObject - - - - setPreviousText:anObject - - - - setPrototype:aCell - - - - setScrollable:flag - - - - setSelectionByRect:flag - - - - setSelectionFrom:startPosto:(int)endPos anchor:anchorPos - - - - setState:valueatRow:(int)row column:column - - - - setTabKeyTraversesCells:flag - - - - setValidateSize:flag - - - - sizeToCells - - - - sortUsingFunction:(id,id, void *))comparator context:context - - - - sortUsingSelector:comparator - - - - tabKeyTraversesCells - - - - textDidBeginEditing:notification - - - - textDidChange:notification - - - - textDidEndEditing:notification - - - - textShouldBeginEditing:textObject - - - - textShouldEndEditing:textObject - - + + + + acceptsFirstMouse: + theEvent + + + + + addColumn + + + + + addColumnWithCells: + newCells + + + + + addRow + + + + + addRowWithCells: + newCells + + + + + allowsEmptySelection + + + + + autosizesCells + + + + + backgroundColor + + + + + cellAtRow: + row + column: + column + + + + + cellBackgroundColor + + + + + cellClass + + + + + cellFrameAtRow: + row + column: + column + + + + + cellSize + + + + + cellWithTag: + anInt + + + + + cells + + + + + delegate + + + + + deselectAllCells + + + + + doubleAction + + + + + drawCellAtRow: + row + column: + column + + + + + drawsBackground + + + + + drawsCellBackground + + + + + errorAction + + + + + getNumberOfRows: + rowCount + + + + + getRow: + row + column: + column + + + + + highlightCell: + flag + atRow: + row + column: + column + + + + + initWithFrame: + frameRect + + + + + initWithFrame: + frameRect + mode: + aMode + cellClass: + factoryId + numberOfRows: + numRows + numberOfColumns: + numColumns + + + + + initWithFrame: + frameRect + mode: + aMode + prototype: + aCell + numberOfRows: + numRows + numberOfColumns: + numColumns + + + + + insertColumn: + column + + + + + insertColumn: + column + withCells: + newCells + + + + + insertRow: + row + + + + + insertRow: + row + withCells: + newCells + + + + + intercellSpacing + + + + + isAutoscroll + + + + + isSelectionByRect + + + + + keyCell + + + + + makeCellAtRow: + row + column: + column + + + + + mode + + + + + mouseDown: + theEvent + + + + + mouseDownFlags + + + + + nextText + + + + + numberOfColumns + + + + + numberOfRows + + + + + performKeyEquivalent: + theEvent + + + + + previousText + + + + + prototype + + + + + putCell: + newCell + atRow: + row + column: + column + + + + + removeColumn: + column + + + + + removeRow: + row + + + + + renewRows: + newRows + + + + + resetCursorRects + + + + + scrollCellToVisibleAtRow: + row + column: + column + + + + + selectAll: + sender + + + + + selectCellAtRow: + row + column: + column + + + + + selectCellWithTag: + anInt + + + + + selectText: + sender + + + + + selectTextAtRow: + row + column: + column + + + + + selectedCell + + + + + selectedCells + + + + + selectedColumn + + + + + selectedRow + + + + + sendAction + + + + + sendAction: + aSelector + to: + anObject + forAllCells: + flag + + + + + sendDoubleAction + + + + + setAllowsEmptySelection: + flag + + + + + setAutoscroll: + flag + + + + + setAutosizesCells: + flag + + + + + setBackgroundColor: + aColor + + + + + setCellBackgroundColor: + aColor + + + + + setCellClass: + aClass + + + + + setCellSize: + aSize + + + + + setDelegate: + anObject + + + + + setDoubleAction: + aSelector + + + + + setDrawsBackground: + flag + + + + + setDrawsCellBackground: + flag + + + + + setErrorAction: + aSelector + + + + + setIntercellSpacing: + aSize + + + + + setKeyCell: + aCell + + + + + setMode: + aMode + + + + + setNextText: + anObject + + + + + setPreviousText: + anObject + + + + + setPrototype: + aCell + + + + + setScrollable: + flag + + + + + setSelectionByRect: + flag + + + + + setSelectionFrom: + startPos + to: + endPos + anchor: + anchorPos + + + + + setState: + value + atRow: + row + column: + column + + + + + setTabKeyTraversesCells: + flag + + + + + setValidateSize: + flag + + + + + sizeToCells + + + + + sortUsingFunction: + comparator + context: + context + + + + + sortUsingSelector: + comparator + + + + + tabKeyTraversesCells + + + + + textDidBeginEditing: + notification + + + + + textDidChange: + notification + + + + + textDidEndEditing: + notification + + + + + textShouldBeginEditing: + textObject + + + + + textShouldEndEditing: + textObject + + diff --git a/Documentation/gsdoc/NSMenu.gsdoc b/Documentation/gsdoc/NSMenu.gsdoc index 9c2d2fd26..792a8e129 100644 --- a/Documentation/gsdoc/NSMenu.gsdoc +++ b/Documentation/gsdoc/NSMenu.gsdoc @@ -16,191 +16,280 @@ AppKit/NSMenu.h NSCoding - - - menuZone - - + + + + menuZone + + - setMenuZone:zone - - + + setMenuZone: + zone + + - addItem:newItem - - + + addItem: + newItem + + - addItemWithTitle:aStringaction:(SEL)aSelector keyEquivalent:keyEquiv - - + + addItemWithTitle: + aString + action: + aSelector + keyEquivalent: + keyEquiv + + - attachedMenu - - + + attachedMenu + + - autoenablesItems - - + + autoenablesItems + + - contextMenuRepresentation - - + + contextMenuRepresentation + + - helpRequested:event - - + + helpRequested: + event + + - indexOfItem:anObject - - + + indexOfItem: + anObject + + - indexOfItemWithRepresentedObject:anObject - - + + indexOfItemWithRepresentedObject: + anObject + + - indexOfItemWithSubmenu:anObject - - + + indexOfItemWithSubmenu: + anObject + + - indexOfItemWithTag:aTag - - + + indexOfItemWithTag: + aTag + + - indexOfItemWithTarget:anObjectandAction:actionSelector - - + + indexOfItemWithTarget: + anObject + andAction: + actionSelector + + - indexOfItemWithTitle:aTitle - - + + indexOfItemWithTitle: + aTitle + + - initWithTitle:aTitle - - + + initWithTitle: + aTitle + + - insertItem:newItem - - + + insertItem: + newItem + + - insertItemWithTitle:aStringaction:(SEL)aSelector keyEquivalent:keyEquiv - - + + insertItemWithTitle: + aString + action: + aSelector + keyEquivalent: + keyEquiv + + - isAttached - - + + isAttached + + - isTornOff - - + + isTornOff + + - itemArray - - + + itemArray + + - itemAtIndex:index - - + + itemAtIndex: + index + + - itemChanged:anObject - - + + itemChanged: + anObject + + - itemWithTag:aTag - - + + itemWithTag: + aTag + + - itemWithTitle:aString - - + + itemWithTitle: + aString + + - locationForSubmenu:aSubmenu - - + + locationForSubmenu: + aSubmenu + + - menuChangedMessagesEnabled - - + + menuChangedMessagesEnabled + + - menuRepresentation - - + + menuRepresentation + + - numberOfItems - - + + numberOfItems + + - performActionForItemAtIndex:index - - + + performActionForItemAtIndex: + index + + - performKeyEquivalent:theEvent - - + + performKeyEquivalent: + theEvent + + - removeItem:anItem - - + + removeItem: + anItem + + - removeItemAtIndex:index - - + + removeItemAtIndex: + index + + - setAutoenablesItems:flag - - + + setAutoenablesItems: + flag + + - setContextMenuRepresentation:menuRep - - + + setContextMenuRepresentation: + menuRep + + - setMenuChangedMessagesEnabled:flag - - + + setMenuChangedMessagesEnabled: + flag + + - setMenuRepresentation:menuRep - - + + setMenuRepresentation: + menuRep + + - setSubmenu:aMenuforItem:anItem - - + + setSubmenu: + aMenu + forItem: + anItem + + - setSupermenu:supermenu - - + + setSupermenu: + supermenu + + - setTearOffMenuRepresentation:menuRep - - + + setTearOffMenuRepresentation: + menuRep + + - setTitle:aString - - + + setTitle: + aString + + - sizeToFit - - + + sizeToFit + + - submenuAction:sender - - + + submenuAction: + sender + + - supermenu - - + + supermenu + + - tearOffMenuRepresentation - - + + tearOffMenuRepresentation + + - title - - + + title + + - update - - + + update + + diff --git a/Documentation/gsdoc/NSMenuItem.gsdoc b/Documentation/gsdoc/NSMenuItem.gsdoc index d7040e476..f8071763f 100644 --- a/Documentation/gsdoc/NSMenuItem.gsdoc +++ b/Documentation/gsdoc/NSMenuItem.gsdoc @@ -15,8 +15,8 @@ NSMenuItem AppKit/NSMenuItem.h - - + + diff --git a/Documentation/gsdoc/NSMenuItemCell.gsdoc b/Documentation/gsdoc/NSMenuItemCell.gsdoc index 6b84d2f5f..76a75470e 100644 --- a/Documentation/gsdoc/NSMenuItemCell.gsdoc +++ b/Documentation/gsdoc/NSMenuItemCell.gsdoc @@ -16,107 +16,147 @@ AppKit/NSMenuItemCell.h NSCoding - - - calcSize - - + + + + calcSize + + - drawBorderAndBackgroundWithFrame:cellFrame - - + + drawBorderAndBackgroundWithFrame: + cellFrame + + - drawImageWithFrame:cellFrame - - + + drawImageWithFrame: + cellFrame + + - drawKeyEquivalentWithFrame:cellFrame - - + + drawKeyEquivalentWithFrame: + cellFrame + + - drawSeparatorItemWithFrame:cellFrame - - + + drawSeparatorItemWithFrame: + cellFrame + + - drawStateImageWithFrame:cellFrame - - + + drawStateImageWithFrame: + cellFrame + + - drawTitleWithFrame:cellFrame - - + + drawTitleWithFrame: + cellFrame + + - imageRectForBounds:cellFrame - - + + imageRectForBounds: + cellFrame + + - imageWidth - - + + imageWidth + + - isHighlighted - - + + isHighlighted + + - keyEquivalentRectForBounds:cellFrame - - + + keyEquivalentRectForBounds: + cellFrame + + - keyEquivalentWidth - - + + keyEquivalentWidth + + - menuItem - - + + menuItem + + - menuView - - + + menuView + + - needsDisplay - - + + needsDisplay + + - needsSizing - - + + needsSizing + + - setHighlighted:flag - - + + setHighlighted: + flag + + - setMenuItem:item - - + + setMenuItem: + item + + - setMenuView:menuView - - + + setMenuView: + menuView + + - setNeedsDisplay:flag - - + + setNeedsDisplay: + flag + + - setNeedsSizing:flag - - + + setNeedsSizing: + flag + + - stateImageRectForBounds:cellFrame - - + + stateImageRectForBounds: + cellFrame + + - stateImageWidth - - + + stateImageWidth + + - titleRectForBounds:cellFrame - - + + titleRectForBounds: + cellFrame + + - titleWidth - - + + titleWidth + + diff --git a/Documentation/gsdoc/NSMenuView.gsdoc b/Documentation/gsdoc/NSMenuView.gsdoc index aa24a4000..f0778e060 100644 --- a/Documentation/gsdoc/NSMenuView.gsdoc +++ b/Documentation/gsdoc/NSMenuView.gsdoc @@ -16,171 +16,240 @@ AppKit/NSMenuView.h NSCoding - - - menuBarHeight - - + + + + menuBarHeight + + - attachedMenu - - + + attachedMenu + + - attachedMenuView - - + + attachedMenuView + + - attachSubmenuForItemAtIndex:index - - + + attachSubmenuForItemAtIndex: + index + + - detachSubmenu - - + + detachSubmenu + + - font - - + + font + + - highlightedItemIndex - - + + highlightedItemIndex + + - horizontalEdgePadding - - + + horizontalEdgePadding + + - imageAndTitleOffset - - + + imageAndTitleOffset + + - imageAndTitleWidth - - + + imageAndTitleWidth + + - indexOfItemAtPoint:point - - + + indexOfItemAtPoint: + point + + - innerRect - - + + innerRect + + - isAttached - - + + isAttached + + - isHorizontal - - + + isHorizontal + + - isTornOff - - + + isTornOff + + - itemAdded:notification - - + + itemAdded: + notification + + - itemChanged:notification - - + + itemChanged: + notification + + - itemRemoved:notification - - + + itemRemoved: + notification + + - keyEquivalentOffset - - + + keyEquivalentOffset + + - keyEquivalentWidth - - + + keyEquivalentWidth + + - locationForSubmenu:aSubmenu - - + + locationForSubmenu: + aSubmenu + + - menu - - + + menu + + - menuItemCellForItemAtIndex:index - - + + menuItemCellForItemAtIndex: + index + + - needsSizing - - + + needsSizing + + - performActionWithHighlightingForItemAtIndex:index - - + + performActionWithHighlightingForItemAtIndex: + index + + - rectOfItemAtIndex:index - - + + rectOfItemAtIndex: + index + + - resizeWindowWithMaxHeight:maxHeight - - + + resizeWindowWithMaxHeight: + maxHeight + + - setFont:font - - + + setFont: + font + + - setHighlightedItemIndex:index - - + + setHighlightedItemIndex: + index + + - setHorizontal:flag - - + + setHorizontal: + flag + + - setHorizontalEdgePadding:pad - - + + setHorizontalEdgePadding: + pad + + - setMenu:menu - - + + setMenu: + menu + + - setMenuItemCell:cellforItemAtIndex:index - - + + setMenuItemCell: + cell + forItemAtIndex: + index + + - setNeedsDisplayForItemAtIndex:index - - + + setNeedsDisplayForItemAtIndex: + index + + - setNeedsSizing:flag - - + + setNeedsSizing: + flag + + - setWindowFrameForAttachingToRect:screenRectonScreen:(NSScreen *)screen preferredEdge:edgepopUpSelectedItem:selectedItemIndex - - + + setWindowFrameForAttachingToRect: + screenRect + onScreen: + screen + preferredEdge: + edge + popUpSelectedItem: + selectedItemIndex + + - sizeToFit - - + + sizeToFit + + - stateImageOffset - - + + stateImageOffset + + - stateImageWidth - - + + stateImageWidth + + - trackWithEvent:event - - + + trackWithEvent: + event + + - update - - + + update + + diff --git a/Documentation/gsdoc/NSMutableAttributedStringAdditions.gsdoc b/Documentation/gsdoc/NSMutableAttributedStringAdditions.gsdoc index 8de26889e..41415038c 100644 --- a/Documentation/gsdoc/NSMutableAttributedStringAdditions.gsdoc +++ b/Documentation/gsdoc/NSMutableAttributedStringAdditions.gsdoc @@ -15,47 +15,69 @@ NSMutableAttributedStringAdditions AppKit/NSAttributedString.h - - - applyFontTraits:maskrange:aRange - - + + + + applyFontTraits: + mask + range: + aRange + + - fixAttachmentAttributeInRange:aRange - - + + fixAttachmentAttributeInRange: + aRange + + - fixAttributesInRange:aRange - - + + fixAttributesInRange: + aRange + + - fixFontAttributeInRange:aRange - - + + fixFontAttributeInRange: + aRange + + - fixParagraphStyleAttributeInRange:aRange - - + + fixParagraphStyleAttributeInRange: + aRange + + - setAlignment:alignment - - + + setAlignment: + alignment + + - subscriptRange:aRange - - + + subscriptRange: + aRange + + - superscriptRange:aRange - - + + superscriptRange: + aRange + + - unscriptRange:aRange - - + + unscriptRange: + aRange + + - updateAttachmentsFromPath:path - - + + updateAttachmentsFromPath: + path + + diff --git a/Documentation/gsdoc/NSMutableParagraphStyle.gsdoc b/Documentation/gsdoc/NSMutableParagraphStyle.gsdoc index d3e89d9d5..7113e6624 100644 --- a/Documentation/gsdoc/NSMutableParagraphStyle.gsdoc +++ b/Documentation/gsdoc/NSMutableParagraphStyle.gsdoc @@ -16,59 +16,85 @@ AppKit/NSParagraphStyle.h NSCoding - - - addTabStop:tabStop - - + + + + addTabStop: + tabStop + + - removeTabStop:tabStop - - + + removeTabStop: + tabStop + + - setAlignment:alignment - - + + setAlignment: + alignment + + - setFirstLineHeadIndent:aFloat - - + + setFirstLineHeadIndent: + aFloat + + - setHeadIndent:aFloat - - + + setHeadIndent: + aFloat + + - setLineBreakMode:mode - - + + setLineBreakMode: + mode + + - setLineSpacing:aFloat - - + + setLineSpacing: + aFloat + + - setMaximumLineHeight:aFloat - - + + setMaximumLineHeight: + aFloat + + - setMinimumLineHeight:aFloat - - + + setMinimumLineHeight: + aFloat + + - setParagraphSpacing:aFloat - - + + setParagraphSpacing: + aFloat + + - setParagraphStyle:aStyle - - + + setParagraphStyle: + aStyle + + - setTabStops:tabStops - - + + setTabStops: + tabStops + + - setTailIndent:aFloat - - + + setTailIndent: + aFloat + + diff --git a/Documentation/gsdoc/NSOpenPanel.gsdoc b/Documentation/gsdoc/NSOpenPanel.gsdoc index c964f2eb4..81a741f4d 100644 --- a/Documentation/gsdoc/NSOpenPanel.gsdoc +++ b/Documentation/gsdoc/NSOpenPanel.gsdoc @@ -16,51 +16,71 @@ AppKit/NSOpenPanel.h NSObject - - - openPanel - - + + + + openPanel + + - allowsMultipleSelection - - + + allowsMultipleSelection + + - canChooseDirectories - - + + canChooseDirectories + + - canChooseFiles - - + + canChooseFiles + + - filenames - - + + filenames + + - runModalForDirectory:directoryfile:(NSString *)filename types:fileTypes - - + + runModalForDirectory: + directory + file: + filename + types: + fileTypes + + - runModalForTypes:fileTypes - - + + runModalForTypes: + fileTypes + + - setAllowsMultipleSelection:flag - - + + setAllowsMultipleSelection: + flag + + - setCanChooseDirectories:flag - - + + setCanChooseDirectories: + flag + + - setCanChooseFiles:flag - - + + setCanChooseFiles: + flag + + - URLs - - + + URLs + + diff --git a/Documentation/gsdoc/NSPICTImageRep.gsdoc b/Documentation/gsdoc/NSPICTImageRep.gsdoc index 8d2d6eab4..71141ef9d 100644 --- a/Documentation/gsdoc/NSPICTImageRep.gsdoc +++ b/Documentation/gsdoc/NSPICTImageRep.gsdoc @@ -16,23 +16,29 @@ AppKit/NSPICTImageRep.h NSCoding - - - imageRepWithData:pictData - - + + + + imageRepWithData: + pictData + + - boundingBox - - + + boundingBox + + - initWithData:pictData - - + + initWithData: + pictData + + - PICTRepresentation - - + + PICTRepresentation + + diff --git a/Documentation/gsdoc/NSPageLayout.gsdoc b/Documentation/gsdoc/NSPageLayout.gsdoc index a2e4b0f5c..88294d548 100644 --- a/Documentation/gsdoc/NSPageLayout.gsdoc +++ b/Documentation/gsdoc/NSPageLayout.gsdoc @@ -16,59 +16,81 @@ AppKit/NSPageLayout.h NSObject - - - pageLayout - - + + + + pageLayout + + - accessoryView - - + + accessoryView + + - convertOldFactor:oldnewFactor:new - - + + convertOldFactor: + old + newFactor: + new + + - pickedButton:sender - - + + pickedButton: + sender + + - pickedOrientation:sender - - + + pickedOrientation: + sender + + - pickedPaperSize:sender - - + + pickedPaperSize: + sender + + - pickedUnits:sender - - + + pickedUnits: + sender + + - printInfo - - + + printInfo + + - readPrintInfo - - + + readPrintInfo + + - runModal - - + + runModal + + - runModalWithPrintInfo:printInfo - - + + runModalWithPrintInfo: + printInfo + + - setAccessoryView:aView - - + + setAccessoryView: + aView + + - writePrintInfo - - + + writePrintInfo + + diff --git a/Documentation/gsdoc/NSPanel.gsdoc b/Documentation/gsdoc/NSPanel.gsdoc index 1ff17c9da..8612b0a8f 100644 --- a/Documentation/gsdoc/NSPanel.gsdoc +++ b/Documentation/gsdoc/NSPanel.gsdoc @@ -16,31 +16,40 @@ AppKit/NSPanel.h NSCoding - - - becomesKeyOnlyIfNeeded - - + + + + becomesKeyOnlyIfNeeded + + - isFloatingPanel - - + + isFloatingPanel + + - setBecomesKeyOnlyIfNeeded:flag - - + + setBecomesKeyOnlyIfNeeded: + flag + + - setFloatingPanel:flag - - + + setFloatingPanel: + flag + + - setWorksWhenModal:flag - - + + setWorksWhenModal: + flag + + - worksWhenModal - - + + worksWhenModal + + diff --git a/Documentation/gsdoc/NSParagraphStyle.gsdoc b/Documentation/gsdoc/NSParagraphStyle.gsdoc index d8981ac23..b18f79922 100644 --- a/Documentation/gsdoc/NSParagraphStyle.gsdoc +++ b/Documentation/gsdoc/NSParagraphStyle.gsdoc @@ -16,51 +16,62 @@ AppKit/NSParagraphStyle.h NSCoding - - - defaultParagraphStyle - - + + + + defaultParagraphStyle + + - alignment - - + + alignment + + - firstLineHeadIndent - - + + firstLineHeadIndent + + - headIndent - - + + headIndent + + - lineBreakMode - - + + lineBreakMode + + - lineSpacing - - + + lineSpacing + + - maximumLineHeight - - + + maximumLineHeight + + - minimumLineHeight - - + + minimumLineHeight + + - paragraphSpacing - - + + paragraphSpacing + + - tabStops - - + + tabStops + + - tailIndent - - + + tailIndent + + diff --git a/Documentation/gsdoc/NSPasteboard.gsdoc b/Documentation/gsdoc/NSPasteboard.gsdoc index 45218885e..19949f069 100644 --- a/Documentation/gsdoc/NSPasteboard.gsdoc +++ b/Documentation/gsdoc/NSPasteboard.gsdoc @@ -16,111 +16,166 @@ AppKit/NSPasteboard.h NSObject - - - generalPasteboard - - + + + + generalPasteboard + + - pasteboardByFilteringData:dataofType:type - - + + pasteboardByFilteringData: + data + ofType: + type + + - pasteboardByFilteringFile:filename - - + + pasteboardByFilteringFile: + filename + + - pasteboardByFilteringTypesInPasteboard:pasteboard - - + + pasteboardByFilteringTypesInPasteboard: + pasteboard + + - pasteboardWithName:name - - + + pasteboardWithName: + name + + - pasteboardWithUniqueName - - + + pasteboardWithUniqueName + + - typesFilterableTo:type - - + + typesFilterableTo: + type + + - addTypes:newTypes - - + + addTypes: + newTypes + + - availableTypeFromArray:types - - + + availableTypeFromArray: + types + + - changeCount - - + + changeCount + + - dataForType:dataType - - + + dataForType: + dataType + + - declareTypes:newTypes - - + + declareTypes: + newTypes + + - name - - + + name + + - propertyListForType:dataType - - + + propertyListForType: + dataType + + - readFileContentsType:typetoFile:filename - - + + readFileContentsType: + type + toFile: + filename + + - readFileWrapper; - - + + readFileWrapper; + + - releaseGlobally - - + + releaseGlobally + + - setData:dataforType:dataType - - + + setData: + data + forType: + dataType + + - setPropertyList:propertyList - - + + setPropertyList: + propertyList + + - setString:stringforType:dataType - - + + setString: + string + forType: + dataType + + - stringForType:dataType - - + + stringForType: + dataType + + - types - - + + types + + - writeFileContents:filename - - + + writeFileContents: + filename + + - writeFileWrapper:wrapper; - - + + writeFileWrapper: + wrapper; + + - pasteboardChangedOwner:sender - - + + pasteboardChangedOwner: + sender + + - pasteboard:senderprovideDataForType:type - - + + pasteboard: + sender + provideDataForType: + type + + diff --git a/Documentation/gsdoc/NSPopUpButton.gsdoc b/Documentation/gsdoc/NSPopUpButton.gsdoc index 49ea2bd57..52effdf20 100644 --- a/Documentation/gsdoc/NSPopUpButton.gsdoc +++ b/Documentation/gsdoc/NSPopUpButton.gsdoc @@ -16,151 +16,214 @@ AppKit/NSPopUpButton.h NSCoding - - - addItemWithTitle:title - - + + + + addItemWithTitle: + title + + - addItemsWithTitles:itemTitles - - + + addItemsWithTitles: + itemTitles + + - autoenablesItems - - + + autoenablesItems + + - indexOfItem:anObject - - + + indexOfItem: + anObject + + - indexOfItemWithRepresentedObject:anObject - - + + indexOfItemWithRepresentedObject: + anObject + + - indexOfItemWithTag:tag - - + + indexOfItemWithTag: + tag + + - indexOfItemWithTarget:targetandAction:actionSelector - - + + indexOfItemWithTarget: + target + andAction: + actionSelector + + - indexOfItemWithTitle:title - - + + indexOfItemWithTitle: + title + + - indexOfSelectedItem - - + + indexOfSelectedItem + + - initWithFrame:frameRect - - + + initWithFrame: + frameRect + + - insertItemWithTitle:titleatIndex:index - - + + insertItemWithTitle: + title + atIndex: + index + + - itemArray - - + + itemArray + + - itemAtIndex:index - - + + itemAtIndex: + index + + - itemTitleAtIndex:index - - + + itemTitleAtIndex: + index + + - itemTitles - - + + itemTitles + + - itemWithTitle:title - - + + itemWithTitle: + title + + - lastItem - - + + lastItem + + - menu - - + + menu + + - numberOfItems - - + + numberOfItems + + - preferredEdge - - + + preferredEdge + + - pullsDown - - + + pullsDown + + - removeAllItems - - + + removeAllItems + + - removeItemAtIndex:index - - + + removeItemAtIndex: + index + + - removeItemWithTitle:title - - + + removeItemWithTitle: + title + + - selectedItem - - + + selectedItem + + - selectItem(id <NSMenuItem>)anObject - - + + selectItem + anObject + + - selectItemAtIndex:index - - + + selectItemAtIndex: + index + + - selectItemWithTitle:title - - + + selectItemWithTitle: + title + + - setAutoenablesItems:flag - - + + setAutoenablesItems: + flag + + - setFont:fontObject - - + + setFont: + fontObject + + - setMenu:menu - - + + setMenu: + menu + + - setPreferredEdge:edge - - + + setPreferredEdge: + edge + + - setPullsDown:flag - - + + setPullsDown: + flag + + - setTitle:aString - - + + setTitle: + aString + + - synchronizeTitleAndSelectedItem - - + + synchronizeTitleAndSelectedItem + + - titleOfSelectedItem - - + + titleOfSelectedItem + + diff --git a/Documentation/gsdoc/NSPopUpButtonCell.gsdoc b/Documentation/gsdoc/NSPopUpButtonCell.gsdoc index 5b0cf97a4..bf9db1150 100644 --- a/Documentation/gsdoc/NSPopUpButtonCell.gsdoc +++ b/Documentation/gsdoc/NSPopUpButtonCell.gsdoc @@ -16,187 +16,266 @@ AppKit/NSPopUpButtonCell.h NSCoding - - - addItemWithTitle:title - - + + + + addItemWithTitle: + title + + - addItemsWithTitles:itemTitles - - + + addItemsWithTitles: + itemTitles + + - altersStateOfSelectedItem - - + + altersStateOfSelectedItem + + - arrowPosition - - + + arrowPosition + + - attachPopUpWithFrame:cellFrame - - + + attachPopUpWithFrame: + cellFrame + + - autoenablesItems - - + + autoenablesItems + + - dismissPopUp - - + + dismissPopUp + + - indexOfItem:item - - + + indexOfItem: + item + + - indexOfItemWithRepresentedObject:obj - - + + indexOfItemWithRepresentedObject: + obj + + - indexOfItemWithTag:tag - - + + indexOfItemWithTag: + tag + + - indexOfItemWithTarget:targetandAction:actionSelector - - + + indexOfItemWithTarget: + target + andAction: + actionSelector + + - indexOfItemWithTitle:title - - + + indexOfItemWithTitle: + title + + - indexOfSelectedItem - - + + indexOfSelectedItem + + - initTextCell:stringValue - - + + initTextCell: + stringValue + + - insertItemWithTitle:titleatIndex:index - - + + insertItemWithTitle: + title + atIndex: + index + + - itemArray - - + + itemArray + + - itemAtIndex:index - - + + itemAtIndex: + index + + - itemTitleAtIndex:index - - + + itemTitleAtIndex: + index + + - itemTitles - - + + itemTitles + + - itemWithTitle:title - - + + itemWithTitle: + title + + - lastItem - - + + lastItem + + - menu - - + + menu + + - numberOfItems - - + + numberOfItems + + - performClick:sender - - + + performClick: + sender + + - performClickWithFrame:frameinView:controlView - - + + performClickWithFrame: + frame + inView: + controlView + + - preferredEdge - - + + preferredEdge + + - pullsDown - - + + pullsDown + + - removeAllItems - - + + removeAllItems + + - removeItemAtIndex:index - - + + removeItemAtIndex: + index + + - removeItemWithTitle:title - - + + removeItemWithTitle: + title + + - selectedItem - - + + selectedItem + + - selectItem:item - - + + selectItem: + item + + - selectItemAtIndex:index - - + + selectItemAtIndex: + index + + - selectItemWithTitle:title - - + + selectItemWithTitle: + title + + - setAltersStateOfSelectedItem:flag - - + + setAltersStateOfSelectedItem: + flag + + - setArrowPosition:position - - + + setArrowPosition: + position + + - setAutoenablesItems:flag - - + + setAutoenablesItems: + flag + + - setMenu:menu - - + + setMenu: + menu + + - setPreferredEdge:edge - - + + setPreferredEdge: + edge + + - setPullsDown:flag - - + + setPullsDown: + flag + + - setTitle:aString - - + + setTitle: + aString + + - setUsesItemFromMenu:flag - - + + setUsesItemFromMenu: + flag + + - synchronizeTitleAndSelectedItem - - + + synchronizeTitleAndSelectedItem + + - titleOfSelectedItem - - + + titleOfSelectedItem + + - usesItemFromMenu - - + + usesItemFromMenu + + diff --git a/Documentation/gsdoc/NSPrintInfo.gsdoc b/Documentation/gsdoc/NSPrintInfo.gsdoc index c0ecc2f74..f486d3737 100644 --- a/Documentation/gsdoc/NSPrintInfo.gsdoc +++ b/Documentation/gsdoc/NSPrintInfo.gsdoc @@ -16,143 +16,194 @@ AppKit/NSPrintInfo.h NSCoding - - - defaultPrinter - - + + + + defaultPrinter + + - setDefaultPrinter:aPrinter - - + + setDefaultPrinter: + aPrinter + + - setSharedPrintInfo:printInfo - - + + setSharedPrintInfo: + printInfo + + - sharedPrintInfo - - + + sharedPrintInfo + + - sizeForPaperName:name - - + + sizeForPaperName: + name + + - bottomMargin - - + + bottomMargin + + - dictionary - - + + dictionary + + - horizontalPagination - - + + horizontalPagination + + - initWithDictionary:aDictionary - - + + initWithDictionary: + aDictionary + + - isHorizontallyCentered - - + + isHorizontallyCentered + + - isVerticallyCentered - - + + isVerticallyCentered + + - jobDisposition - - + + jobDisposition + + - leftMargin - - + + leftMargin + + - orientation - - + + orientation + + - paperName - - + + paperName + + - paperSize - - + + paperSize + + - printer - - + + printer + + - rightMargin - - + + rightMargin + + - setBottomMargin:margin - - + + setBottomMargin: + margin + + - setHorizontalPagination:mode - - + + setHorizontalPagination: + mode + + - setHorizontallyCentered:flag - - + + setHorizontallyCentered: + flag + + - setJobDisposition:disposition - - + + setJobDisposition: + disposition + + - setLeftMargin:margin - - + + setLeftMargin: + margin + + - setOrientation:orientation - - + + setOrientation: + orientation + + - setPaperName:name - - + + setPaperName: + name + + - setPaperSize:aSize - - + + setPaperSize: + aSize + + - setPrinter:aPrinter - - + + setPrinter: + aPrinter + + - setRightMargin:margin - - + + setRightMargin: + margin + + - setTopMargin:margin - - + + setTopMargin: + margin + + - setUpPrintOperationDefaultValues - - + + setUpPrintOperationDefaultValues + + - setVerticalPagination:mode - - + + setVerticalPagination: + mode + + - setVerticallyCentered:flag - - + + setVerticallyCentered: + flag + + - topMargin - - + + topMargin + + - verticalPagination - - + + verticalPagination + + diff --git a/Documentation/gsdoc/NSPrintOperation.gsdoc b/Documentation/gsdoc/NSPrintOperation.gsdoc index 09dcdb7bc..1f2248f32 100644 --- a/Documentation/gsdoc/NSPrintOperation.gsdoc +++ b/Documentation/gsdoc/NSPrintOperation.gsdoc @@ -16,119 +16,186 @@ AppKit/NSPrintOperation.h NSObject - - - EPSOperationWithView:aViewinsideRect:recttoData:data - - + + + + EPSOperationWithView: + aView + insideRect: + rect + toData: + data + + - EPSOperationWithView:aViewinsideRect:recttoData:dataprintInfo:aPrintInfo - - + + EPSOperationWithView: + aView + insideRect: + rect + toData: + data + printInfo: + aPrintInfo + + - EPSOperationWithView:aViewinsideRect:recttoPath:pathprintInfo:aPrintInfo - - + + EPSOperationWithView: + aView + insideRect: + rect + toPath: + path + printInfo: + aPrintInfo + + - currentOperation - - + + currentOperation + + - printOperationWithView:aView - - + + printOperationWithView: + aView + + - printOperationWithView:aViewprintInfo:aPrintInfo - - + + printOperationWithView: + aView + printInfo: + aPrintInfo + + - setCurrentOperation:operation - - + + setCurrentOperation: + operation + + - accessoryView - - + + accessoryView + + - cleanUpOperation - - + + cleanUpOperation + + - context - - + + context + + - createContext - - + + createContext + + - currentPage - - + + currentPage + + - deliverResult - - + + deliverResult + + - destroyContext - - + + destroyContext + + - initEPSOperationWithView:aViewinsideRect:recttoData:dataprintInfo:aPrintInfo - - + + initEPSOperationWithView: + aView + insideRect: + rect + toData: + data + printInfo: + aPrintInfo + + - initWithView:aViewprintInfo:aPrintInfo - - + + initWithView: + aView + printInfo: + aPrintInfo + + - isEPSOperation - - + + isEPSOperation + + - pageOrder - - + + pageOrder + + - printInfo - - + + printInfo + + - printPanel - - + + printPanel + + - runOperation - - + + runOperation + + - setAccessoryView:aView - - + + setAccessoryView: + aView + + - setPageOrder:order - - + + setPageOrder: + order + + - setPrintInfo:aPrintInfo - - + + setPrintInfo: + aPrintInfo + + - setPrintPanel:panel - - + + setPrintPanel: + panel + + - setShowPanels:flag - - + + setShowPanels: + flag + + - showPanels - - + + showPanels + + - view - - + + view + + diff --git a/Documentation/gsdoc/NSPrintPanel.gsdoc b/Documentation/gsdoc/NSPrintPanel.gsdoc index d677ba734..7785f8185 100644 --- a/Documentation/gsdoc/NSPrintPanel.gsdoc +++ b/Documentation/gsdoc/NSPrintPanel.gsdoc @@ -16,43 +16,56 @@ AppKit/NSPrintPanel.h NSObject - - - printPanel - - + + + + printPanel + + - accessoryView - - + + accessoryView + + - finalWritePrintInfo - - + + finalWritePrintInfo + + - pickedAllPages:sender - - + + pickedAllPages: + sender + + - pickedButton:sender - - + + pickedButton: + sender + + - pickedLayoutList:sender - - + + pickedLayoutList: + sender + + - runModal - - + + runModal + + - setAccessoryView:aView - - + + setAccessoryView: + aView + + - updateFromPrintInfo - - + + updateFromPrintInfo + + diff --git a/Documentation/gsdoc/NSPrinter.gsdoc b/Documentation/gsdoc/NSPrinter.gsdoc index f35adc5ac..7972826c5 100644 --- a/Documentation/gsdoc/NSPrinter.gsdoc +++ b/Documentation/gsdoc/NSPrinter.gsdoc @@ -16,115 +16,177 @@ AppKit/NSPrinter.h NSCoding - - - printerNames - - + + + + printerNames + + - printerTypes - - + + printerTypes + + - printerWithName:name - - + + printerWithName: + name + + - printerWithName:namedomain:domainincludeUnavailable:includeUnavailable - - + + printerWithName: + name + domain: + domain + includeUnavailable: + includeUnavailable + + - printerWithType:type - - + + printerWithType: + type + + - acceptsBinary - - + + acceptsBinary + + - booleanForKey:keyinTable:table - - + + booleanForKey: + key + inTable: + table + + - deviceDescription - - + + deviceDescription + + - domain - - + + domain + + - floatForKey:keyinTable:table - - + + floatForKey: + key + inTable: + table + + - host - - + + host + + - imageRectForPaper:paperName - - + + imageRectForPaper: + paperName + + - intForKey:keyinTable:table - - + + intForKey: + key + inTable: + table + + - isColor - - + + isColor + + - isFontAvailable:faceName - - + + isFontAvailable: + faceName + + - isKey:keyinTable:table - - + + isKey: + key + inTable: + table + + - isOutputStackInReverseOrder - - + + isOutputStackInReverseOrder + + - languageLevel - - + + languageLevel + + - name - - + + name + + - note - - + + note + + - pageSizeForPaper:paperName - - + + pageSizeForPaper: + paperName + + - rectForKey:keyinTable:table - - + + rectForKey: + key + inTable: + table + + - sizeForKey:keyinTable:table - - + + sizeForKey: + key + inTable: + table + + - statusForTable:table - - + + statusForTable: + table + + - stringForKey:keyinTable:table - - + + stringForKey: + key + inTable: + table + + - stringListForKey:keyinTable:table - - + + stringListForKey: + key + inTable: + table + + - type - - + + type + + diff --git a/Documentation/gsdoc/NSProgressIndicator.gsdoc b/Documentation/gsdoc/NSProgressIndicator.gsdoc index cc17009c1..da38d7526 100644 --- a/Documentation/gsdoc/NSProgressIndicator.gsdoc +++ b/Documentation/gsdoc/NSProgressIndicator.gsdoc @@ -16,79 +16,108 @@ AppKit/NSProgressIndicator.h NSCoding - - - animate:sender - - + + + + animate: + sender + + - animationDelay - - + + animationDelay + + - doubleValue - - + + doubleValue + + - incrementBy:delta - - + + incrementBy: + delta + + - initWithFrame:frameRect - - + + initWithFrame: + frameRect + + - isBezeled - - + + isBezeled + + - isIndeterminate - - + + isIndeterminate + + - maxValue - - + + maxValue + + - minValue - - + + minValue + + - setAnimationDelay:delay - - + + setAnimationDelay: + delay + + - setBezeled:flag - - + + setBezeled: + flag + + - setDoubleValue:doubleValue - - + + setDoubleValue: + doubleValue + + - setIndeterminate:flag - - + + setIndeterminate: + flag + + - setMaxValue:newMaximum - - + + setMaxValue: + newMaximum + + - setMinValue:newMinimum - - + + setMinValue: + newMinimum + + - setUsesThreadedAnimation:flag - - + + setUsesThreadedAnimation: + flag + + - stopAnimation:sender - - + + stopAnimation: + sender + + - usesThreadedAnimation - - + + usesThreadedAnimation + + diff --git a/Documentation/gsdoc/NSResponder.gsdoc b/Documentation/gsdoc/NSResponder.gsdoc index b71b38998..76c7f4684 100644 --- a/Documentation/gsdoc/NSResponder.gsdoc +++ b/Documentation/gsdoc/NSResponder.gsdoc @@ -16,371 +16,547 @@ AppKit/NSResponder.h NSCoding - - - acceptsFirstResponder - - - - becomeFirstResponder - - - - capitalizeWord:sender - - - - centerSelectionInVisibleArea:sender - - - - changeCaseOfLetter:sender - - - - complete:sender - - - - deleteBackward:sender - - - - deleteForward:sender - - - - deleteToBeginningOfLine:sender - - - - deleteToBeginningOfParagraph:sender - - - - deleteToEndOfLine:sender - - - - deleteToEndOfParagraph:sender - - - - deleteToMark:sender - - - - deleteWordBackward:sender - - - - deleteWordForward:sender - - - - doCommandBySelector:aSelector - - - - flagsChanged:theEvent - - - - flushBufferedKeyEvents - - - - helpRequested:theEvent - - - - indent:sender - - - - insertBacktab:sender - - - - insertNewline:sender - - - - insertNewlineIgnoringFieldEditor:sender - - - - insertParagraphSeparator:sender - - - - insertTab:sender - - - - insertTabIgnoringFieldEditor:sender - - - - insertText:aString - - - - interfaceStyle - - - - interpretKeyEvents:eventArray - - - - keyDown:theEvent - - - - keyUp:theEvent - - - - lowercaseWord:sender - - - - menu - - - - mouseDown:theEvent - - - - mouseDragged:theEvent - - - - mouseEntered:theEvent - - - - mouseExited:theEvent - - - - mouseMoved:theEvent - - - - mouseUp:theEvent - - - - moveBackward:sender - - - - moveBackwardAndModifySelection:sender - - - - moveDown:sender - - - - moveDownAndModifySelection:sender - - - - moveForward:sender - - - - moveForwardAndModifySelection:sender - - - - moveLeft:sender - - - - moveRight:sender - - - - moveToBeginningOfDocument:sender - - - - moveToBeginningOfLine:sender - - - - moveToBeginningOfParagraph:sender - - - - moveToEndOfDocument:sender - - - - moveToEndOfLine:sender - - - - moveToEndOfParagraph:sender - - - - moveUp:sender - - - - moveUpAndModifySelection:sender - - - - moveWordBackward:sender - - - - moveWordBackwardAndModifySelection:sender - - - - moveWordForward:sender - - - - moveWordForwardAndModifySelection:sender - - - - nextResponder - - - - noResponderFor:eventSelector - - - - pageDown:sender - - - - pageUp:sender - - - - performKeyEquivalent:theEvent - - - - performMnemonic:aString - - - - resignFirstResponder - - - - rightMouseDown:theEvent - - - - rightMouseDragged:theEvent - - - - rightMouseUp:theEvent - - - - scrollLineDown:sender - - - - scrollLineUp:sender - - - - scrollPageDown:sender - - - - scrollPageUp:sender - - - - selectAll:sender - - - - selectLine:sender - - - - selectParagraph:sender - - - - selectToMark:sender - - - - selectWord:sender - - - - setInterfaceStyle:interfaceStyle - - - - setMark:sender - - - - setMenu:aMenu - - - - setNextResponder:aResponder - - - - showContextHelp:sender - - - - swapWithMark:sender - - - - transpose:sender - - - - transposeWords:sender - - - - tryToPerform:anAction - - - - undoManager - - - - uppercaseWord:sender - - - - validRequestorForSendType:sendTypereturnType:returnType - - - - yank:sender - - + + + + acceptsFirstResponder + + + + + becomeFirstResponder + + + + + capitalizeWord: + sender + + + + + centerSelectionInVisibleArea: + sender + + + + + changeCaseOfLetter: + sender + + + + + complete: + sender + + + + + deleteBackward: + sender + + + + + deleteForward: + sender + + + + + deleteToBeginningOfLine: + sender + + + + + deleteToBeginningOfParagraph: + sender + + + + + deleteToEndOfLine: + sender + + + + + deleteToEndOfParagraph: + sender + + + + + deleteToMark: + sender + + + + + deleteWordBackward: + sender + + + + + deleteWordForward: + sender + + + + + doCommandBySelector: + aSelector + + + + + flagsChanged: + theEvent + + + + + flushBufferedKeyEvents + + + + + helpRequested: + theEvent + + + + + indent: + sender + + + + + insertBacktab: + sender + + + + + insertNewline: + sender + + + + + insertNewlineIgnoringFieldEditor: + sender + + + + + insertParagraphSeparator: + sender + + + + + insertTab: + sender + + + + + insertTabIgnoringFieldEditor: + sender + + + + + insertText: + aString + + + + + interfaceStyle + + + + + interpretKeyEvents: + eventArray + + + + + keyDown: + theEvent + + + + + keyUp: + theEvent + + + + + lowercaseWord: + sender + + + + + menu + + + + + mouseDown: + theEvent + + + + + mouseDragged: + theEvent + + + + + mouseEntered: + theEvent + + + + + mouseExited: + theEvent + + + + + mouseMoved: + theEvent + + + + + mouseUp: + theEvent + + + + + moveBackward: + sender + + + + + moveBackwardAndModifySelection: + sender + + + + + moveDown: + sender + + + + + moveDownAndModifySelection: + sender + + + + + moveForward: + sender + + + + + moveForwardAndModifySelection: + sender + + + + + moveLeft: + sender + + + + + moveRight: + sender + + + + + moveToBeginningOfDocument: + sender + + + + + moveToBeginningOfLine: + sender + + + + + moveToBeginningOfParagraph: + sender + + + + + moveToEndOfDocument: + sender + + + + + moveToEndOfLine: + sender + + + + + moveToEndOfParagraph: + sender + + + + + moveUp: + sender + + + + + moveUpAndModifySelection: + sender + + + + + moveWordBackward: + sender + + + + + moveWordBackwardAndModifySelection: + sender + + + + + moveWordForward: + sender + + + + + moveWordForwardAndModifySelection: + sender + + + + + nextResponder + + + + + noResponderFor: + eventSelector + + + + + pageDown: + sender + + + + + pageUp: + sender + + + + + performKeyEquivalent: + theEvent + + + + + performMnemonic: + aString + + + + + resignFirstResponder + + + + + rightMouseDown: + theEvent + + + + + rightMouseDragged: + theEvent + + + + + rightMouseUp: + theEvent + + + + + scrollLineDown: + sender + + + + + scrollLineUp: + sender + + + + + scrollPageDown: + sender + + + + + scrollPageUp: + sender + + + + + selectAll: + sender + + + + + selectLine: + sender + + + + + selectParagraph: + sender + + + + + selectToMark: + sender + + + + + selectWord: + sender + + + + + setInterfaceStyle: + interfaceStyle + + + + + setMark: + sender + + + + + setMenu: + aMenu + + + + + setNextResponder: + aResponder + + + + + showContextHelp: + sender + + + + + swapWithMark: + sender + + + + + transpose: + sender + + + + + transposeWords: + sender + + + + + tryToPerform: + anAction + + + + + undoManager + + + + + uppercaseWord: + sender + + + + + validRequestorForSendType: + sendType + returnType: + returnType + + + + + yank: + sender + + diff --git a/Documentation/gsdoc/NSRulerMarker.gsdoc b/Documentation/gsdoc/NSRulerMarker.gsdoc index b10efea14..1508890d8 100644 --- a/Documentation/gsdoc/NSRulerMarker.gsdoc +++ b/Documentation/gsdoc/NSRulerMarker.gsdoc @@ -16,83 +16,117 @@ AppKit/NSRulerMarker.h NSCopying - - - drawRect:aRect - - + + + + drawRect: + aRect + + - image - - + + image + + - imageOrigin - - + + imageOrigin + + - imageRectInRuler - - + + imageRectInRuler + + - initWithRulerView:aRulerViewmarkerLocation:locationimage:(NSImage *)anImage imageOrigin:imageOrigin - - + + initWithRulerView: + aRulerView + markerLocation: + location + image: + anImage + imageOrigin: + imageOrigin + + - isDragging - - + + isDragging + + - isMovable - - + + isMovable + + - isRemovable - - + + isRemovable + + - makerLocation - - + + makerLocation + + - representedObject - - + + representedObject + + - ruler - - + + ruler + + - setImage:anImage - - + + setImage: + anImage + + - setImageOrigin:aPoint - - + + setImageOrigin: + aPoint + + - setMarkerLocation:location - - + + setMarkerLocation: + location + + - setMovable:flag - - + + setMovable: + flag + + - setRemovable:flag - - + + setRemovable: + flag + + - setRepresentedObject:anObject - - + + setRepresentedObject: + anObject + + - thicknessRequiredInRuler - - + + thicknessRequiredInRuler + + - trackMouse:theEvent - - + + trackMouse: + theEvent + + diff --git a/Documentation/gsdoc/NSRulerView.gsdoc b/Documentation/gsdoc/NSRulerView.gsdoc index 6e7025029..127ed6d27 100644 --- a/Documentation/gsdoc/NSRulerView.gsdoc +++ b/Documentation/gsdoc/NSRulerView.gsdoc @@ -16,175 +16,281 @@ AppKit/NSRulerView.h NSCoding - - - registerUnitWithName:unitNameabbreviation:abbreviationunitToPointsConversionFactor:conversionFactorstepUpCycle:(NSArray *)stepUpCycle stepDownCycle:stepDownCycle - - + + + + registerUnitWithName: + unitName + abbreviation: + abbreviation + unitToPointsConversionFactor: + conversionFactor + stepUpCycle: + stepUpCycle + stepDownCycle: + stepDownCycle + + - accessoryView - - + + accessoryView + + - addMarker:aMarker - - + + addMarker: + aMarker + + - baselineLocation - - + + baselineLocation + + - clientView - - + + clientView + + - drawHashMarksAndLabelsInRect:aRect - - + + drawHashMarksAndLabelsInRect: + aRect + + - drawMarkersInRect:aRect - - + + drawMarkersInRect: + aRect + + - initWithScrollView:aScrollView - - + + initWithScrollView: + aScrollView + + - invalidateHashMarks - - + + invalidateHashMarks + + - isFlipped - - + + isFlipped + + - markers - - + + markers + + - measurementUnits - - + + measurementUnits + + - moveRulerlineFromLocation:oldLoctoLocation:newLoc - - + + moveRulerlineFromLocation: + oldLoc + toLocation: + newLoc + + - orientation - - + + orientation + + - originOffset - - + + originOffset + + - removeMarker:aMarker - - + + removeMarker: + aMarker + + - requiredThickness - - + + requiredThickness + + - reservedThicknessForAccessoryView - - + + reservedThicknessForAccessoryView + + - reservedThicknessForMarkers - - + + reservedThicknessForMarkers + + - ruleThickness - - + + ruleThickness + + - scrollView - - + + scrollView + + - setAccessoryView:aView - - + + setAccessoryView: + aView + + - setClientView:aView - - + + setClientView: + aView + + - setMarkers:markers - - + + setMarkers: + markers + + - setMeasurementUnits:unitName - - + + setMeasurementUnits: + unitName + + - setOrientation:orientation - - + + setOrientation: + orientation + + - setOriginOffset:offset - - + + setOriginOffset: + offset + + - setReservedThicknessForAccessoryView:thickness - - + + setReservedThicknessForAccessoryView: + thickness + + - setReservedThicknessForMarkers:thickness - - + + setReservedThicknessForMarkers: + thickness + + - setRuleThickness:thickness - - + + setRuleThickness: + thickness + + - setScrollView:scrollView - - + + setScrollView: + scrollView + + - trackMarker:aMarkerwithMouseEvent:theEvent - - + + trackMarker: + aMarker + withMouseEvent: + theEvent + + - rulerView:aRulerViewdidAddMarker:aMarker - - + + rulerView: + aRulerView + didAddMarker: + aMarker + + - rulerView:aRulerViewdidMoveMarker:aMarker - - + + rulerView: + aRulerView + didMoveMarker: + aMarker + + - rulerView:aRulerViewdidRemoveMarker:aMarker - - + + rulerView: + aRulerView + didRemoveMarker: + aMarker + + - rulerView:aRulerViewhandleMouseDown:theEvent - - + + rulerView: + aRulerView + handleMouseDown: + theEvent + + - rulerView:aRulerViewshouldAddMarker:aMarker - - + + rulerView: + aRulerView + shouldAddMarker: + aMarker + + - rulerView:aRulerViewshouldMoveMarker:aMarker - - + + rulerView: + aRulerView + shouldMoveMarker: + aMarker + + - rulerView:aRulerViewshouldRemoveMarker:aMarker - - + + rulerView: + aRulerView + shouldRemoveMarker: + aMarker + + - rulerView:aRulerViewwillAddMarker:aMarkeratLocation:location - - + + rulerView: + aRulerView + willAddMarker: + aMarker + atLocation: + location + + - rulerView:aRulerViewwillMoveMarker:aMarkertoLocation:location - - + + rulerView: + aRulerView + willMoveMarker: + aMarker + toLocation: + location + + - rulerView:aRulerViewwillSetClientView:newClient - - + + rulerView: + aRulerView + willSetClientView: + newClient + + diff --git a/Documentation/gsdoc/NSSavePanel.gsdoc b/Documentation/gsdoc/NSSavePanel.gsdoc index b0689dd5a..65a36f4d5 100644 --- a/Documentation/gsdoc/NSSavePanel.gsdoc +++ b/Documentation/gsdoc/NSSavePanel.gsdoc @@ -15,99 +15,148 @@ NSSavePanel AppKit/NSSavePanel.h - - - savePanel - - + + + + savePanel + + - cancel:sender - - + + cancel: + sender + + - directory - - + + directory + + - encodeWithCoder:coder - - + + encodeWithCoder: + coder + + - initWithCoder:coder - - + + initWithCoder: + coder + + - ok:sender - - + + ok: + sender + + - prompt - - + + prompt + + - requiredFileType - - + + requiredFileType + + - runModalForDirectory:path - - + + runModalForDirectory: + path + + - selectText:sender - - + + selectText: + sender + + - setAccessoryView:aView - - + + setAccessoryView: + aView + + - setDelegate:anObject - - + + setDelegate: + anObject + + - setDirectory:path - - + + setDirectory: + path + + - setPrompt:prompt - - + + setPrompt: + prompt + + - setRequiredFileType:type - - + + setRequiredFileType: + type + + - setTreatsFilePackagesAsDirectories:flag - - + + setTreatsFilePackagesAsDirectories: + flag + + - setTitle:title - - + + setTitle: + title + + - title - - + + title + + - treatsFilePackagesAsDirectories - - + + treatsFilePackagesAsDirectories + + - validateVisibleColumns - - + + validateVisibleColumns + + - panel:sendercompareFilename:fileName1with:(NSString *)fileName2 caseSensitive:flag - - + + panel: + sender + compareFilename: + fileName1 + with: + fileName2 + caseSensitive: + flag + + - panel:sendershouldShowFilename:filename - - + + panel: + sender + shouldShowFilename: + filename + + - panel:senderisValidFilename:filename - - + + panel: + sender + isValidFilename: + filename + + diff --git a/Documentation/gsdoc/NSScreen.gsdoc b/Documentation/gsdoc/NSScreen.gsdoc index 63422a7b0..c064d8d01 100644 --- a/Documentation/gsdoc/NSScreen.gsdoc +++ b/Documentation/gsdoc/NSScreen.gsdoc @@ -16,39 +16,47 @@ AppKit/NSScreen.h NSObject - - - deepestScreen - - + + + + deepestScreen + + - mainScreen - - + + mainScreen + + - screens - - + + screens + + - depth - - + + depth + + - deviceDescription - - + + deviceDescription + + - frame - - + + frame + + - supportedWindowDepths - - + + supportedWindowDepths + + - visibleFrame - - + + visibleFrame + + diff --git a/Documentation/gsdoc/NSScrollView.gsdoc b/Documentation/gsdoc/NSScrollView.gsdoc index 47db2aec6..8691a35ab 100644 --- a/Documentation/gsdoc/NSScrollView.gsdoc +++ b/Documentation/gsdoc/NSScrollView.gsdoc @@ -16,215 +16,305 @@ AppKit/NSScrollView.h NSCoding - - - contentSizeForFrameSize:frameSizehasHorizontalScroller:hFlaghasVerticalScroller:vFlagborderType:borderType - - + + + + contentSizeForFrameSize: + frameSize + hasHorizontalScroller: + hFlag + hasVerticalScroller: + vFlag + borderType: + borderType + + - frameSizeForContentSize:contentSizehasHorizontalScroller:hFlaghasVerticalScroller:vFlagborderType:borderType - - + + frameSizeForContentSize: + contentSize + hasHorizontalScroller: + hFlag + hasVerticalScroller: + vFlag + borderType: + borderType + + - rulerViewClass - - + + rulerViewClass + + - setRulerViewClass:aClass - - + + setRulerViewClass: + aClass + + - backgroundColor - - + + backgroundColor + + - borderType - - + + borderType + + - contentSize - - + + contentSize + + - contentView - - + + contentView + + - documentCursor - - + + documentCursor + + - documentView - - + + documentView + + - documentVisibleRect - - + + documentVisibleRect + + - hasHorizontalRuler - - + + hasHorizontalRuler + + - hasHorizontalScroller - - + + hasHorizontalScroller + + - hasVerticalRuler - - + + hasVerticalRuler + + - hasVerticalScroller - - + + hasVerticalScroller + + - horizontalLineScroll - - + + horizontalLineScroll + + - horizontalPageScroll - - + + horizontalPageScroll + + - horizontalRulerView - - + + horizontalRulerView + + - horizontalScroller - - + + horizontalScroller + + - isRulerVisible - - + + isRulerVisible + + - lineScroll - - + + lineScroll + + - pageScroll - - + + pageScroll + + - reflectScrolledClipView:aClipView - - + + reflectScrolledClipView: + aClipView + + - rulersVisible - - + + rulersVisible + + - scrollsDynamically - - + + scrollsDynamically + + - setBackgroundColor:aColor - - + + setBackgroundColor: + aColor + + - setBorderType:borderType - - + + setBorderType: + borderType + + - setContentView:aView - - + + setContentView: + aView + + - setDocumentCursor:aCursor - - + + setDocumentCursor: + aCursor + + - setDocumentView:aView - - + + setDocumentView: + aView + + - setHasHorizontalRuler:flag - - + + setHasHorizontalRuler: + flag + + - setHasHorizontalScroller:flag - - + + setHasHorizontalScroller: + flag + + - setHasVerticalRuler:flag - - + + setHasVerticalRuler: + flag + + - setHasVerticalScroller:flag - - + + setHasVerticalScroller: + flag + + - setHorizontalLineScroll:aFloat - - + + setHorizontalLineScroll: + aFloat + + - setHorizontalPageScroll:aFloat - - + + setHorizontalPageScroll: + aFloat + + - setHorizontalRulerView:aRulerView - - + + setHorizontalRulerView: + aRulerView + + - setHorizontalScroller:aScroller - - + + setHorizontalScroller: + aScroller + + - setLineScroll:aFloat - - + + setLineScroll: + aFloat + + - setPageScroll:aFloat - - + + setPageScroll: + aFloat + + - setRulersVisible:flag - - + + setRulersVisible: + flag + + - setScrollsDynamically:flag - - + + setScrollsDynamically: + flag + + - setVerticalLineScroll:aFloat - - + + setVerticalLineScroll: + aFloat + + - setVerticalPageScroll:aFloat - - + + setVerticalPageScroll: + aFloat + + - setVerticalRulerView:aRulerView - - + + setVerticalRulerView: + aRulerView + + - setVerticalScroller:aScroller - - + + setVerticalScroller: + aScroller + + - tile - - + + tile + + - toggleRuler:sender - - + + toggleRuler: + sender + + - verticalLineScroll - - + + verticalLineScroll + + - verticalPageScroll - - + + verticalPageScroll + + - verticalRulerView - - + + verticalRulerView + + - verticalScroller - - + + verticalScroller + + diff --git a/Documentation/gsdoc/NSScroller.gsdoc b/Documentation/gsdoc/NSScroller.gsdoc index dad09796b..dcd3f6403 100644 --- a/Documentation/gsdoc/NSScroller.gsdoc +++ b/Documentation/gsdoc/NSScroller.gsdoc @@ -16,75 +16,105 @@ AppKit/NSScroller.h NSCoding - - - scrollerWidth - - + + + + scrollerWidth + + - arrowsPosition - - + + arrowsPosition + + - checkSpaceForParts - - + + checkSpaceForParts + + - drawArrow:arrowhighlight:flag - - + + drawArrow: + arrow + highlight: + flag + + - drawKnob - - + + drawKnob + + - drawParts - - + + drawParts + + - highlight:flag - - + + highlight: + flag + + - hitPart - - + + hitPart + + - initWithFrame:frameRect - - + + initWithFrame: + frameRect + + - knobProportion - - + + knobProportion + + - rectForPart:aPart - - + + rectForPart: + aPart + + - setArrowsPosition:location - - + + setArrowsPosition: + location + + - setFloatValue:aFloatknobProportion:knobProp - - + + setFloatValue: + aFloat + knobProportion: + knobProp + + - testPart:aPoint - - + + testPart: + aPoint + + - trackKnob:theEvent - - + + trackKnob: + theEvent + + - trackScrollButtons:theEvent - - + + trackScrollButtons: + theEvent + + - usableParts - - + + usableParts + + diff --git a/Documentation/gsdoc/NSSecureTextField.gsdoc b/Documentation/gsdoc/NSSecureTextField.gsdoc index e305bf8d5..f58c05310 100644 --- a/Documentation/gsdoc/NSSecureTextField.gsdoc +++ b/Documentation/gsdoc/NSSecureTextField.gsdoc @@ -16,8 +16,8 @@ AppKit/NSSecureTextField.h NSCoding - - + + diff --git a/Documentation/gsdoc/NSSecureTextFieldCell.gsdoc b/Documentation/gsdoc/NSSecureTextFieldCell.gsdoc index 761442af6..1e3e766a5 100644 --- a/Documentation/gsdoc/NSSecureTextFieldCell.gsdoc +++ b/Documentation/gsdoc/NSSecureTextFieldCell.gsdoc @@ -16,15 +16,18 @@ AppKit/NSSecureTextField.h NSCoding - - - echosBullets - - + + + + echosBullets + + - setEchosBullets:flag - - + + setEchosBullets: + flag + + diff --git a/Documentation/gsdoc/NSSlider.gsdoc b/Documentation/gsdoc/NSSlider.gsdoc index b8c7e2ac9..37dc9cf81 100644 --- a/Documentation/gsdoc/NSSlider.gsdoc +++ b/Documentation/gsdoc/NSSlider.gsdoc @@ -16,127 +16,174 @@ AppKit/NSSlider.h NSCoding - - - acceptsFirstMouse:mouseDownEvent - - + + + + acceptsFirstMouse: + mouseDownEvent + + - allowsTickMarkValuesOnly - - + + allowsTickMarkValuesOnly + + - altIncrementValue - - + + altIncrementValue + + - closestTickMarkValueToValue:aValue - - + + closestTickMarkValueToValue: + aValue + + - image - - + + image + + - indexOfTickMarkAtPoint:point - - + + indexOfTickMarkAtPoint: + point + + - isVertical - - + + isVertical + + - knobThickness - - + + knobThickness + + - maxValue - - + + maxValue + + - minValue - - + + minValue + + - numberOfTickMarks - - + + numberOfTickMarks + + - rectOfTickMarkAtIndex:index - - + + rectOfTickMarkAtIndex: + index + + - setAllowsTickMarkValuesOnly:flag - - + + setAllowsTickMarkValuesOnly: + flag + + - setAltIncrementValue:increment - - + + setAltIncrementValue: + increment + + - setImage:barImage - - + + setImage: + barImage + + - setKnobThickness:thickness - - + + setKnobThickness: + thickness + + - setMaxValue:maxValue - - + + setMaxValue: + maxValue + + - setMinValue:minValue - - + + setMinValue: + minValue + + - setNumberOfTickMarks:numberOfTickMarks - - + + setNumberOfTickMarks: + numberOfTickMarks + + - setTickMarkPosition:position - - + + setTickMarkPosition: + position + + - setTitle:barTitle - - + + setTitle: + barTitle + + - setTitleCell:titleCell - - + + setTitleCell: + titleCell + + - setTitleColor:color - - + + setTitleColor: + color + + - setTitleFont:font - - + + setTitleFont: + font + + - tickMarkPosition - - + + tickMarkPosition + + - tickMarkValueAtIndex:index - - + + tickMarkValueAtIndex: + index + + - title - - + + title + + - titleCell - - + + titleCell + + - titleColor - - + + titleColor + + - titleFont - - + + titleFont + + diff --git a/Documentation/gsdoc/NSSliderCell.gsdoc b/Documentation/gsdoc/NSSliderCell.gsdoc index bf32aff0a..da423e96f 100644 --- a/Documentation/gsdoc/NSSliderCell.gsdoc +++ b/Documentation/gsdoc/NSSliderCell.gsdoc @@ -16,139 +16,192 @@ AppKit/NSSliderCell.h NSCoding - - - prefersTrackingUntilMouseUp - - + + + + prefersTrackingUntilMouseUp + + - allowsTickMarkValuesOnly - - + + allowsTickMarkValuesOnly + + - altIncrementValue - - + + altIncrementValue + + - closestTickMarkValueToValue:aValue - - + + closestTickMarkValueToValue: + aValue + + - drawBarInside:aRectflipped:flipped - - + + drawBarInside: + aRect + flipped: + flipped + + - drawKnob - - + + drawKnob + + - drawKnob:knobRect - - + + drawKnob: + knobRect + + - indexOfTickMarkAtPoint:point - - + + indexOfTickMarkAtPoint: + point + + - isVertical - - + + isVertical + + - knobRectFlipped:flipped - - + + knobRectFlipped: + flipped + + - knobThickness - - + + knobThickness + + - maxValue - - + + maxValue + + - minValue - - + + minValue + + - numberOfTickMarks - - + + numberOfTickMarks + + - rectOfTickMarkAtIndex:index - - + + rectOfTickMarkAtIndex: + index + + - setAllowsTickMarkValuesOnly:flag - - + + setAllowsTickMarkValuesOnly: + flag + + - setAltIncrementValue:increment - - + + setAltIncrementValue: + increment + + - setKnobThickness:thickness - - + + setKnobThickness: + thickness + + - setMaxValue:aDouble - - + + setMaxValue: + aDouble + + - setMinValue:aDouble - - + + setMinValue: + aDouble + + - setNumberOfTickMarks:numberOfTickMarks - - + + setNumberOfTickMarks: + numberOfTickMarks + + - setTickMarkPosition:position - - + + setTickMarkPosition: + position + + - setTitle:title - - + + setTitle: + title + + - setTitleCell:aCell - - + + setTitleCell: + aCell + + - setTitleColor:color - - + + setTitleColor: + color + + - setTitleFont:font - - + + setTitleFont: + font + + - tickMarkPosition - - + + tickMarkPosition + + - tickMarkValueAtIndex:index - - + + tickMarkValueAtIndex: + index + + - title - - + + title + + - titleCell - - + + titleCell + + - titleColor - - + + titleColor + + - titleFont - - + + titleFont + + - trackRect - - + + trackRect + + diff --git a/Documentation/gsdoc/NSSpellChecker.gsdoc b/Documentation/gsdoc/NSSpellChecker.gsdoc index 9430ac501..ea68c5fd4 100644 --- a/Documentation/gsdoc/NSSpellChecker.gsdoc +++ b/Documentation/gsdoc/NSSpellChecker.gsdoc @@ -16,75 +16,117 @@ AppKit/NSSpellChecker.h NSObject - - - sharedSpellChecker - - + + + + sharedSpellChecker + + - sharedSpellCheckerExists - - + + sharedSpellCheckerExists + + - uniqueSpellDocumentTag - - + + uniqueSpellDocumentTag + + - accessoryView - - + + accessoryView + + - checkSpellingOfString:stringToCheck - - + + checkSpellingOfString: + stringToCheck + + - checkSpellingOfString:stringToCheckstartingAt:(int)startingOffset language:languagewrap:(BOOL)wrapFlag inSpellDocumentWithTag:tagwordCount:wordCount - - + + checkSpellingOfString: + stringToCheck + startingAt: + startingOffset + language: + language + wrap: + wrapFlag + inSpellDocumentWithTag: + tag + wordCount: + wordCount + + - closeSpellDocumentWithTag:tag - - + + closeSpellDocumentWithTag: + tag + + - countWordsInString:stringToCount - - + + countWordsInString: + stringToCount + + - ignoreWord:wordToIgnoreinSpellDocumentWithTag:tag - - + + ignoreWord: + wordToIgnore + inSpellDocumentWithTag: + tag + + - ignoredWordsInSpellDocumentWithTag:tag - - + + ignoredWordsInSpellDocumentWithTag: + tag + + - language - - + + language + + - setAccessoryView:aView - - + + setAccessoryView: + aView + + - setIgnoredWords:someWordsinSpellDocumentWithTag:tag - - + + setIgnoredWords: + someWords + inSpellDocumentWithTag: + tag + + - setLanguage:language - - + + setLanguage: + language + + - setWordFieldStringValue:aString - - + + setWordFieldStringValue: + aString + + - spellingPanel - - + + spellingPanel + + - updateSpellingPanelWithMisspelledWord:word - - + + updateSpellingPanelWithMisspelledWord: + word + + diff --git a/Documentation/gsdoc/NSSpellServer.gsdoc b/Documentation/gsdoc/NSSpellServer.gsdoc index fc3140378..40ae7938f 100644 --- a/Documentation/gsdoc/NSSpellServer.gsdoc +++ b/Documentation/gsdoc/NSSpellServer.gsdoc @@ -16,43 +16,79 @@ AppKit/NSSpellServer.h NSObject - - - delegate - - + + + + delegate + + - isWordInUserDictionaries:wordcaseSensitive:flag - - + + isWordInUserDictionaries: + word + caseSensitive: + flag + + - registerLanguage:language - - + + registerLanguage: + language + + - run - - + + run + + - setDelegate:anObject - - + + setDelegate: + anObject + + - spellServer:senderdidForgetWord:wordinLanguage:language - - + + spellServer: + sender + didForgetWord: + word + inLanguage: + language + + - spellServer:senderdidLearnWord:wordinLanguage:language - - + + spellServer: + sender + didLearnWord: + word + inLanguage: + language + + - spellServer:senderfindMisspelledWordInString:stringToChecklanguage:(NSString *)language wordCount:wordCount - - + + spellServer: + sender + findMisspelledWordInString: + stringToCheck + language: + language + wordCount: + wordCount + + - spellServer:sendersuggestGuessesForWord:wordinLanguage:language - - + + spellServer: + sender + suggestGuessesForWord: + word + inLanguage: + language + + diff --git a/Documentation/gsdoc/NSSplitView.gsdoc b/Documentation/gsdoc/NSSplitView.gsdoc index 1903e9398..a038ec268 100644 --- a/Documentation/gsdoc/NSSplitView.gsdoc +++ b/Documentation/gsdoc/NSSplitView.gsdoc @@ -16,35 +16,45 @@ AppKit/NSSplitView.h NSCoding - - - adjustSubviews - - + + + + adjustSubviews + + - delegate - - + + delegate + + - dividerThickness - - + + dividerThickness + + - drawDividerInRect:aRect - - + + drawDividerInRect: + aRect + + - isVertical - - + + isVertical + + - setDelegate:anObject - - + + setDelegate: + anObject + + - setVertical:flag - - + + setVertical: + flag + + diff --git a/Documentation/gsdoc/NSStringAdditions.gsdoc b/Documentation/gsdoc/NSStringAdditions.gsdoc index 84a584fa6..4705f14b8 100644 --- a/Documentation/gsdoc/NSStringAdditions.gsdoc +++ b/Documentation/gsdoc/NSStringAdditions.gsdoc @@ -15,19 +15,29 @@ NSStringAdditions AppKit/NSStringDrawing.h - - - drawAtPoint:aPointwithAttributes:attributes - - + + + + drawAtPoint: + aPoint + withAttributes: + attributes + + - drawInRect:aRectwithAttributes:attributes - - + + drawInRect: + aRect + withAttributes: + attributes + + - sizeWithAttributes:attributes - - + + sizeWithAttributes: + attributes + + diff --git a/Documentation/gsdoc/NSTabView.gsdoc b/Documentation/gsdoc/NSTabView.gsdoc index 3a9a28aae..6d8e5a1b9 100644 --- a/Documentation/gsdoc/NSTabView.gsdoc +++ b/Documentation/gsdoc/NSTabView.gsdoc @@ -16,127 +16,177 @@ AppKit/NSTabView.h NSCoding - - - addTabViewItem:tabViewItem - - + + + + addTabViewItem: + tabViewItem + + - allowsTruncatedLabels - - + + allowsTruncatedLabels + + - contentRect - - + + contentRect + + - delegate - - + + delegate + + - drawsBackground - - + + drawsBackground + + - font - - + + font + + - indexOfTabViewItem:tabViewItem - - + + indexOfTabViewItem: + tabViewItem + + - indexOfTabViewItemWithIdentifier:identifier - - + + indexOfTabViewItemWithIdentifier: + identifier + + - insertTabViewItem:tabViewItem - - + + insertTabViewItem: + tabViewItem + + - minimumSize - - + + minimumSize + + - numberOfTabViewItems - - + + numberOfTabViewItems + + - removeTabViewItem:tabViewItem - - + + removeTabViewItem: + tabViewItem + + - selectFirstTabViewItem:sender - - + + selectFirstTabViewItem: + sender + + - selectLastTabViewItem:sender - - + + selectLastTabViewItem: + sender + + - selectNextTabViewItem:sender - - + + selectNextTabViewItem: + sender + + - selectPreviousTabViewItem:sender - - + + selectPreviousTabViewItem: + sender + + - selectedTabViewItem - - + + selectedTabViewItem + + - selectTabViewItem:tabViewItem - - + + selectTabViewItem: + tabViewItem + + - selectTabViewItemAtIndex:index - - + + selectTabViewItemAtIndex: + index + + - selectTabViewItemWithIdentifier:identifier; - - + + selectTabViewItemWithIdentifier: + identifier; + + - setAllowsTruncatedLabels:allowTruncatedLabels - - + + setAllowsTruncatedLabels: + allowTruncatedLabels + + - setDelegate:anObject - - + + setDelegate: + anObject + + - setDrawsBackground:flag - - + + setDrawsBackground: + flag + + - setFont:font - - + + setFont: + font + + - setTabViewType:tabViewType - - + + setTabViewType: + tabViewType + + - tabViewItemAtIndex:index - - + + tabViewItemAtIndex: + index + + - tabViewItemAtPoint:point - - + + tabViewItemAtPoint: + point + + - tabViewItems - - + + tabViewItems + + - tabViewType - - + + tabViewType + + - takeSelectedTabViewItemFromSender:sender - - + + takeSelectedTabViewItemFromSender: + sender + + diff --git a/Documentation/gsdoc/NSTabViewItem.gsdoc b/Documentation/gsdoc/NSTabViewItem.gsdoc index bf6d5c062..e7076c71a 100644 --- a/Documentation/gsdoc/NSTabViewItem.gsdoc +++ b/Documentation/gsdoc/NSTabViewItem.gsdoc @@ -16,67 +16,90 @@ AppKit/NSTabViewItem.h NSCoding - - - color - - + + + + color + + - drawLabel:shouldTruncateLabel - - + + drawLabel: + shouldTruncateLabel + + - identifier - - + + identifier + + - initialFirstResponder - - + + initialFirstResponder + + - initWithIdentifier:identifier - - + + initWithIdentifier: + identifier + + - label - - + + label + + - setColor:color - - + + setColor: + color + + - setIdentifier:identifier - - + + setIdentifier: + identifier + + - setInitialFirstResponder:view - - + + setInitialFirstResponder: + view + + - setLabel:label - - + + setLabel: + label + + - setView:view - - + + setView: + view + + - sizeOfLabel:shouldTruncateLabel - - + + sizeOfLabel: + shouldTruncateLabel + + - tabState - - + + tabState + + - tabView - - + + tabView + + - view - - + + view + + diff --git a/Documentation/gsdoc/NSTableColumn.gsdoc b/Documentation/gsdoc/NSTableColumn.gsdoc index 84457cb09..aebd14ca3 100644 --- a/Documentation/gsdoc/NSTableColumn.gsdoc +++ b/Documentation/gsdoc/NSTableColumn.gsdoc @@ -16,87 +16,117 @@ AppKit/NSTableColumn.h NSObject - - - dataCell - - + + + + dataCell + + - headerCell - - + + headerCell + + - initWithIdentifier:anObject - - + + initWithIdentifier: + anObject + + - identifier - - + + identifier + + - isEditable - - + + isEditable + + - isResizable - - + + isResizable + + - maxWidth - - + + maxWidth + + - minWidth - - + + minWidth + + - setDataCell:aCell - - + + setDataCell: + aCell + + - setEditable:flag - - + + setEditable: + flag + + - setHeaderCell:aCell - - + + setHeaderCell: + aCell + + - setIdentifier:anObject - - + + setIdentifier: + anObject + + - setMaxWidth:maxWidth - - + + setMaxWidth: + maxWidth + + - setMinWidth:minWidth - - + + setMinWidth: + minWidth + + - setResizable:flag - - + + setResizable: + flag + + - setTableView:aTableView - - + + setTableView: + aTableView + + - setWidth:newWidth - - + + setWidth: + newWidth + + - sizeToFit - - + + sizeToFit + + - tableView - - + + tableView + + - width - - + + width + + diff --git a/Documentation/gsdoc/NSTableHeaderCell.gsdoc b/Documentation/gsdoc/NSTableHeaderCell.gsdoc index 072d1db3d..b99292c8a 100644 --- a/Documentation/gsdoc/NSTableHeaderCell.gsdoc +++ b/Documentation/gsdoc/NSTableHeaderCell.gsdoc @@ -16,11 +16,13 @@ AppKit/NSTableHeaderCell.h NSCoding - - - drawInteriorWithFrame:cellFrame - - + + + + drawInteriorWithFrame: + cellFrame + + diff --git a/Documentation/gsdoc/NSTableHeaderView.gsdoc b/Documentation/gsdoc/NSTableHeaderView.gsdoc index 2d841ca79..770729d6b 100644 --- a/Documentation/gsdoc/NSTableHeaderView.gsdoc +++ b/Documentation/gsdoc/NSTableHeaderView.gsdoc @@ -16,35 +16,45 @@ AppKit/NSTableHeaderView.h NSCoding - - - columnAtPoint:aPoint - - + + + + columnAtPoint: + aPoint + + - draggedColumn - - + + draggedColumn + + - draggedDistance - - + + draggedDistance + + - headerRectOfColumn:columnIndex - - + + headerRectOfColumn: + columnIndex + + - resizedColumn - - + + resizedColumn + + - setTableView:aTableView - - + + setTableView: + aTableView + + - tableView - - + + tableView + + diff --git a/Documentation/gsdoc/NSTableView.gsdoc b/Documentation/gsdoc/NSTableView.gsdoc index 66a57ccd4..d0549d111 100644 --- a/Documentation/gsdoc/NSTableView.gsdoc +++ b/Documentation/gsdoc/NSTableView.gsdoc @@ -16,387 +16,559 @@ AppKit/NSTableView.h NSCoding - - - addTableColumn:aColumn - - - - allowsColumnReordering - - - - allowsColumnResizing - - - - allowsColumnSelection - - - - allowsEmptySelection - - - - allowsMultipleSelection - - - - autoresizesAllColumnsToFit - - - - autosaveName - - - - autosaveTableColumns - - - - backgroundColor - - - - clickedColumn - - - - clickedRow - - - - columnAtPoint:aPoint - - - - columnsInRect:aRect - - - - columnWithIdentifier:anObject - - - - cornerView - - - - dataSource - - - - delegate - - - - deselectAll:sender - - - - deselectColumn:columnIndex - - - - deselectRow:rowIndex - - - - doubleAction - - - - drawGridInClipRect:aRect - - - - drawRow:rowIndex - - - - drawsGrid - - - - editColumn:columnIndexrow:(int)rowIndex withEvent:theEvent - - - - editedColumn - - - - editedRow - - - - frameOfCellAtColumn:columnIndex - - - - gridColor - - - - headerView - - - - highlightSelectionInClipRect:clipRect - - - - initWithFrame:frameRect - - - - intercellSpacing - - - - isColumnSelected:columnIndex - - - - isRowSelected:rowIndex - - - - moveColumn:columnIndex - - - - noteNumberOfRowsChanged - - - - numberOfColumns - - - - numberOfRows - - - - numberOfSelectedColumns - - - - numberOfSelectedRows - - - - rectOfColumn:columnIndex - - - - rectOfRow:rowIndex - - - - reloadData - - - - removeTableColumn:aTableColumn - - - - rowAtPoint:aPoint - - - - rowHeight - - - - rowsInRect:aRect - - - - scrollColumnToVisible:columnIndex - - - - scrollRowToVisible:rowIndex - - - - selectAll:sender - - - - selectColumn:columnIndexbyExtendingSelection:flag - - - - selectedColumn - - - - selectedColumnEnumerator - - - - selectedRow - - - - selectedRowEnumerator - - - - selectRow:rowIndexbyExtendingSelection:flag - - - - setAllowsColumnReordering:flag - - - - setAllowsColumnResizing:flag - - - - setAllowsColumnSelection:flag - - - - setAllowsEmptySelection:flag - - - - setAllowsMultipleSelection:flag - - - - setAutoresizesAllColumnsToFit:flag - - - - setAutosaveName:name - - - - setAutosaveTableColumns:flag - - - - setBackgroundColor:aColor - - - - setCornerView:aView - - - - setDataSource:anObject - - - - setDelegate:anObject - - - - setDoubleAction:aSelector - - - - setDrawsGrid:flag - - - - setGridColor:aColor - - - - setHeaderView:aHeaderView - - - - setIntercellSpacing:aSize - - - - setRowHeight:rowHeight - - - - sizeLastColumnToFit - - - - sizeToFit - - - - tableColumns - - - - tableColumnWithIdentifier:anObject - - - - textDidBeginEditing:aNotification - - - - textDidChange:aNotification - - - - textDidEndEditing:aNotification - - - - textShouldBeginEditing:textObject - - - - textShouldEndEditing:textObject - - - - tile - - - - selectionShouldChangeInTableView:aTableView - - - - tableView:aTableViewshouldEditTableColumn:aTableColumn - - - - tableView:aTableViewshouldSelectRow:rowIndex - - - - tableView:aTableViewshouldSelectTableColumn:aTableColumn - - - - tableView:aTableViewwillDisplayCell:aCellforTableColumn:aTableColumn - - - - tableViewColumnDidMove:aNotification - - - - tableViewColumnDidResize:aNotification - - - - tableViewSelectionDidChange:aNotification - - - - tableViewSelectionIsChanging:aNotification - - + + + + addTableColumn: + aColumn + + + + + allowsColumnReordering + + + + + allowsColumnResizing + + + + + allowsColumnSelection + + + + + allowsEmptySelection + + + + + allowsMultipleSelection + + + + + autoresizesAllColumnsToFit + + + + + autosaveName + + + + + autosaveTableColumns + + + + + backgroundColor + + + + + clickedColumn + + + + + clickedRow + + + + + columnAtPoint: + aPoint + + + + + columnsInRect: + aRect + + + + + columnWithIdentifier: + anObject + + + + + cornerView + + + + + dataSource + + + + + delegate + + + + + deselectAll: + sender + + + + + deselectColumn: + columnIndex + + + + + deselectRow: + rowIndex + + + + + doubleAction + + + + + drawGridInClipRect: + aRect + + + + + drawRow: + rowIndex + + + + + drawsGrid + + + + + editColumn: + columnIndex + row: + rowIndex + withEvent: + theEvent + + + + + editedColumn + + + + + editedRow + + + + + frameOfCellAtColumn: + columnIndex + + + + + gridColor + + + + + headerView + + + + + highlightSelectionInClipRect: + clipRect + + + + + initWithFrame: + frameRect + + + + + intercellSpacing + + + + + isColumnSelected: + columnIndex + + + + + isRowSelected: + rowIndex + + + + + moveColumn: + columnIndex + + + + + noteNumberOfRowsChanged + + + + + numberOfColumns + + + + + numberOfRows + + + + + numberOfSelectedColumns + + + + + numberOfSelectedRows + + + + + rectOfColumn: + columnIndex + + + + + rectOfRow: + rowIndex + + + + + reloadData + + + + + removeTableColumn: + aTableColumn + + + + + rowAtPoint: + aPoint + + + + + rowHeight + + + + + rowsInRect: + aRect + + + + + scrollColumnToVisible: + columnIndex + + + + + scrollRowToVisible: + rowIndex + + + + + selectAll: + sender + + + + + selectColumn: + columnIndex + byExtendingSelection: + flag + + + + + selectedColumn + + + + + selectedColumnEnumerator + + + + + selectedRow + + + + + selectedRowEnumerator + + + + + selectRow: + rowIndex + byExtendingSelection: + flag + + + + + setAllowsColumnReordering: + flag + + + + + setAllowsColumnResizing: + flag + + + + + setAllowsColumnSelection: + flag + + + + + setAllowsEmptySelection: + flag + + + + + setAllowsMultipleSelection: + flag + + + + + setAutoresizesAllColumnsToFit: + flag + + + + + setAutosaveName: + name + + + + + setAutosaveTableColumns: + flag + + + + + setBackgroundColor: + aColor + + + + + setCornerView: + aView + + + + + setDataSource: + anObject + + + + + setDelegate: + anObject + + + + + setDoubleAction: + aSelector + + + + + setDrawsGrid: + flag + + + + + setGridColor: + aColor + + + + + setHeaderView: + aHeaderView + + + + + setIntercellSpacing: + aSize + + + + + setRowHeight: + rowHeight + + + + + sizeLastColumnToFit + + + + + sizeToFit + + + + + tableColumns + + + + + tableColumnWithIdentifier: + anObject + + + + + textDidBeginEditing: + aNotification + + + + + textDidChange: + aNotification + + + + + textDidEndEditing: + aNotification + + + + + textShouldBeginEditing: + textObject + + + + + textShouldEndEditing: + textObject + + + + + tile + + + + + selectionShouldChangeInTableView: + aTableView + + + + + tableView: + aTableView + shouldEditTableColumn: + aTableColumn + + + + + tableView: + aTableView + shouldSelectRow: + rowIndex + + + + + tableView: + aTableView + shouldSelectTableColumn: + aTableColumn + + + + + tableView: + aTableView + willDisplayCell: + aCell + forTableColumn: + aTableColumn + + + + + tableViewColumnDidMove: + aNotification + + + + + tableViewColumnDidResize: + aNotification + + + + + tableViewSelectionDidChange: + aNotification + + + + + tableViewSelectionIsChanging: + aNotification + + diff --git a/Documentation/gsdoc/NSText.gsdoc b/Documentation/gsdoc/NSText.gsdoc index bf1d81680..29a5bf4f4 100644 --- a/Documentation/gsdoc/NSText.gsdoc +++ b/Documentation/gsdoc/NSText.gsdoc @@ -16,299 +16,433 @@ AppKit/NSText.h NSChangeSpelling - - - alignCenter:sender - - - - alignLeft:sender - - - - alignRight:sender - - - - alignment - - - - backgroundColor - - - - changeFont:sender - - - - checkSpelling:sender - - - - copy:sender - - - - copyFont:sender - - - - copyRuler:sender - - - - cut:sender - - - - delegate - - - - delete:sender - - - - drawsBackground - - - - font - - - - importsGraphics - - - - initWithFrame:frameRect - - - - isEditable - - - - isFieldEditor - - - - isHorizontallyResizable - - - - isRichText - - - - isRulerVisible - - - - isSelectable - - - - isVerticallyResizable - - - - maxSize - - - - minSize - - - - paste:sender - - - - pasteFont:sender - - - - pasteRuler:sender - - - - readRTFDFromFile:path - - - - replaceCharactersInRange:aRangewithRTF:rtfData - - - - replaceCharactersInRange:aRangewithRTFD:rtfdData - - - - replaceCharactersInRange:aRangewithString:aString - - - - RTFDFromRange:aRange - - - - scrollRangeToVisible:aRange - - - - selectAll:sender - - - - selectedRange - - - - setAlignment:mode - - - - setBackgroundColor:aColor - - - - setDelegate:anObject - - - - setDrawsBackground:flag - - - - setEditable:flag - - - - setFieldEditor:flag - - - - setFont:aFont - - - - setFont:aFont - - - - setHorizontallyResizable:flag - - - - setImportsGraphics:flag - - - - setMaxSize:aSize - - - - setMinSize:aSize - - - - setRichText:flag - - - - setSelectable:flag - - - - setSelectedRange:aRange - - - - setString:aString - - - - setTextColor:aColor - - - - setTextColor:aColor - - - - setUsesFontPanel:flag - - - - setVerticallyResizable:flag - - - - showGuessPanel:sender - - - - sizeToFit - - - - string - - - - subscript:sender - - - - superscript:sender - - - - textColor - - - - toggleRuler:sender - - - - underline:sender - - - - unscript:sender - - - - usesFontPanel - - - - writeRTFDToFile:pathatomically:atomicFlag - - - - textDidBeginEditing:aNotification - - - - textDidChange:aNotification - - - - textDidEndEditing:aNotification - - - - textShouldBeginEditing:aTextObject - - - - textShouldEndEditing:aTextObject - - + + + + alignCenter: + sender + + + + + alignLeft: + sender + + + + + alignRight: + sender + + + + + alignment + + + + + backgroundColor + + + + + changeFont: + sender + + + + + checkSpelling: + sender + + + + + copy: + sender + + + + + copyFont: + sender + + + + + copyRuler: + sender + + + + + cut: + sender + + + + + delegate + + + + + delete: + sender + + + + + drawsBackground + + + + + font + + + + + importsGraphics + + + + + initWithFrame: + frameRect + + + + + isEditable + + + + + isFieldEditor + + + + + isHorizontallyResizable + + + + + isRichText + + + + + isRulerVisible + + + + + isSelectable + + + + + isVerticallyResizable + + + + + maxSize + + + + + minSize + + + + + paste: + sender + + + + + pasteFont: + sender + + + + + pasteRuler: + sender + + + + + readRTFDFromFile: + path + + + + + replaceCharactersInRange: + aRange + withRTF: + rtfData + + + + + replaceCharactersInRange: + aRange + withRTFD: + rtfdData + + + + + replaceCharactersInRange: + aRange + withString: + aString + + + + + RTFDFromRange: + aRange + + + + + scrollRangeToVisible: + aRange + + + + + selectAll: + sender + + + + + selectedRange + + + + + setAlignment: + mode + + + + + setBackgroundColor: + aColor + + + + + setDelegate: + anObject + + + + + setDrawsBackground: + flag + + + + + setEditable: + flag + + + + + setFieldEditor: + flag + + + + + setFont: + aFont + + + + + setFont: + aFont + + + + + setHorizontallyResizable: + flag + + + + + setImportsGraphics: + flag + + + + + setMaxSize: + aSize + + + + + setMinSize: + aSize + + + + + setRichText: + flag + + + + + setSelectable: + flag + + + + + setSelectedRange: + aRange + + + + + setString: + aString + + + + + setTextColor: + aColor + + + + + setTextColor: + aColor + + + + + setUsesFontPanel: + flag + + + + + setVerticallyResizable: + flag + + + + + showGuessPanel: + sender + + + + + sizeToFit + + + + + string + + + + + subscript: + sender + + + + + superscript: + sender + + + + + textColor + + + + + toggleRuler: + sender + + + + + underline: + sender + + + + + unscript: + sender + + + + + usesFontPanel + + + + + writeRTFDToFile: + path + atomically: + atomicFlag + + + + + textDidBeginEditing: + aNotification + + + + + textDidChange: + aNotification + + + + + textDidEndEditing: + aNotification + + + + + textShouldBeginEditing: + aTextObject + + + + + textShouldEndEditing: + aTextObject + + diff --git a/Documentation/gsdoc/NSTextAttachment.gsdoc b/Documentation/gsdoc/NSTextAttachment.gsdoc index f62e7b030..b395e02ef 100644 --- a/Documentation/gsdoc/NSTextAttachment.gsdoc +++ b/Documentation/gsdoc/NSTextAttachment.gsdoc @@ -16,27 +16,35 @@ AppKit/NSTextAttachment.h NSObject - - - attachmentCell - - + + + + attachmentCell + + - fileWrapper - - + + fileWrapper + + - initWithFileWrapper:aWrapper - - + + initWithFileWrapper: + aWrapper + + - setAttachmentCell:aCell - - + + setAttachmentCell: + aCell + + - setFileWrapper:aWrapper - - + + setFileWrapper: + aWrapper + + diff --git a/Documentation/gsdoc/NSTextAttachmentCell.gsdoc b/Documentation/gsdoc/NSTextAttachmentCell.gsdoc index d8193f110..02c4af593 100644 --- a/Documentation/gsdoc/NSTextAttachmentCell.gsdoc +++ b/Documentation/gsdoc/NSTextAttachmentCell.gsdoc @@ -16,15 +16,24 @@ NSTextAttachment.h NSTextAttachmentCell - - - trackMouse:theEventinRect:(NSRect)cellFrame ofView:aTextViewuntilMouseUp:flag - - + + + + trackMouse: + theEvent + inRect: + cellFrame + ofView: + aTextView + untilMouseUp: + flag + + - wantsToTrackMouse - - + + wantsToTrackMouse + + diff --git a/Documentation/gsdoc/NSTextContainer.gsdoc b/Documentation/gsdoc/NSTextContainer.gsdoc index 57c197194..80595a3cf 100644 --- a/Documentation/gsdoc/NSTextContainer.gsdoc +++ b/Documentation/gsdoc/NSTextContainer.gsdoc @@ -16,75 +16,106 @@ AppKit/NSTextContainer.h NSObject - - - containerSize - - + + + + containerSize + + - containsPoint:aPoint - - + + containsPoint: + aPoint + + - heightTracksTextView - - + + heightTracksTextView + + - initWithContainerSize:aSize - - + + initWithContainerSize: + aSize + + - isSimpleRectangularTextContainer - - + + isSimpleRectangularTextContainer + + - layoutManager - - + + layoutManager + + - lineFragmentPadding - - + + lineFragmentPadding + + - lineFragmentRectForProposedRect:proposedRectsweepDirection:sweepDirectionmovementDirection:movementDirection - - + + lineFragmentRectForProposedRect: + proposedRect + sweepDirection: + sweepDirection + movementDirection: + movementDirection + + - replaceLayoutManager:aLayoutManager - - + + replaceLayoutManager: + aLayoutManager + + - setContainerSize:aSize - - + + setContainerSize: + aSize + + - setHeightTracksTextView:flag - - + + setHeightTracksTextView: + flag + + - setLayoutManager:aLayoutManager - - + + setLayoutManager: + aLayoutManager + + - setLineFragmentPadding:aFloat - - + + setLineFragmentPadding: + aFloat + + - setTextView:aTextView - - + + setTextView: + aTextView + + - setWidthTracksTextView:flag - - + + setWidthTracksTextView: + flag + + - textView - - + + textView + + - widthTracksTextView - - + + widthTracksTextView + + diff --git a/Documentation/gsdoc/NSTextField.gsdoc b/Documentation/gsdoc/NSTextField.gsdoc index 13d17de2a..9e4b5faa0 100644 --- a/Documentation/gsdoc/NSTextField.gsdoc +++ b/Documentation/gsdoc/NSTextField.gsdoc @@ -16,139 +16,191 @@ AppKit/NSTextField.h NSCoding - - - acceptsFirstResponder - - + + + + acceptsFirstResponder + + - allowsEditingTextAttributes - - + + allowsEditingTextAttributes + + - backgroundColor - - + + backgroundColor + + - delegate - - + + delegate + + - drawsBackground - - + + drawsBackground + + - errorAction - - + + errorAction + + - importsGraphics - - + + importsGraphics + + - isBezeled - - + + isBezeled + + - isBordered - - + + isBordered + + - isEditable - - + + isEditable + + - isSelectable - - + + isSelectable + + - nextText - - + + nextText + + - previousText - - + + previousText + + - selectText:sender - - + + selectText: + sender + + - setAllowsEditingTextAttributes:flag - - + + setAllowsEditingTextAttributes: + flag + + - setBackgroundColor:aColor - - + + setBackgroundColor: + aColor + + - setBezeled:flag - - + + setBezeled: + flag + + - setBordered:flag - - + + setBordered: + flag + + - setDelegate:anObject - - + + setDelegate: + anObject + + - setDrawsBackground:flag - - + + setDrawsBackground: + flag + + - setEditable:flag - - + + setEditable: + flag + + - setErrorAction:aSelector - - + + setErrorAction: + aSelector + + - setImportsGraphics:flag - - + + setImportsGraphics: + flag + + - setPreviousText:anObject - - + + setPreviousText: + anObject + + - setSelectable:flag - - + + setSelectable: + flag + + - setTextColor:aColor - - + + setTextColor: + aColor + + - setTitleWithMnemonic:aString - - + + setTitleWithMnemonic: + aString + + - textColor - - + + textColor + + - textDidBeginEditing:aNotification - - + + textDidBeginEditing: + aNotification + + - textDidChange:aNotification - - + + textDidChange: + aNotification + + - textDidEndEditing:aNotification - - + + textDidEndEditing: + aNotification + + - textShouldBeginEditing:textObject - - + + textShouldBeginEditing: + textObject + + - textShouldEndEditing:textObject - - + + textShouldEndEditing: + textObject + + diff --git a/Documentation/gsdoc/NSTextFieldCell.gsdoc b/Documentation/gsdoc/NSTextFieldCell.gsdoc index 6526ff000..3ed444f6a 100644 --- a/Documentation/gsdoc/NSTextFieldCell.gsdoc +++ b/Documentation/gsdoc/NSTextFieldCell.gsdoc @@ -16,35 +16,46 @@ AppKit/NSTextFieldCell.h NSCoding - - - backgroundColor - - + + + + backgroundColor + + - drawsBackground - - + + drawsBackground + + - setBackgroundColor:aColor - - + + setBackgroundColor: + aColor + + - setDrawsBackground:flag - - + + setDrawsBackground: + flag + + - setTextColor:aColor - - + + setTextColor: + aColor + + - setUpFieldEditorAttributes:textObj - - + + setUpFieldEditorAttributes: + textObj + + - textColor - - + + textColor + + diff --git a/Documentation/gsdoc/NSTextStorage.gsdoc b/Documentation/gsdoc/NSTextStorage.gsdoc index 1697f70d2..3d73a24af 100644 --- a/Documentation/gsdoc/NSTextStorage.gsdoc +++ b/Documentation/gsdoc/NSTextStorage.gsdoc @@ -16,59 +16,82 @@ AppKit/NSTextStorage.h NSCopying - - - addLayoutManager:aLayoutManager - - + + + + addLayoutManager: + aLayoutManager + + - changeInLength - - + + changeInLength + + - delegate - - + + delegate + + - edited:maskrange:oldRangechangeInLength:lengthChange - - + + edited: + mask + range: + oldRange + changeInLength: + lengthChange + + - editedMask - - + + editedMask + + - editedRange - - + + editedRange + + - endEditing - - + + endEditing + + - layoutManagers - - + + layoutManagers + + - processEditing - - + + processEditing + + - removeLayoutManager:aLayoutManager - - + + removeLayoutManager: + aLayoutManager + + - setDelegate:anObject - - + + setDelegate: + anObject + + - textStorageDidProcessEditing:aNotification - - + + textStorageDidProcessEditing: + aNotification + + - textStorageWillProcessEditing:aNotification - - + + textStorageWillProcessEditing: + aNotification + + diff --git a/Documentation/gsdoc/NSTextTab.gsdoc b/Documentation/gsdoc/NSTextTab.gsdoc index e3bdd9fc6..96a23c78e 100644 --- a/Documentation/gsdoc/NSTextTab.gsdoc +++ b/Documentation/gsdoc/NSTextTab.gsdoc @@ -16,19 +16,25 @@ AppKit/NSParagraphStyle.h NSCopying - - - initWithType:typelocation:location - - + + + + initWithType: + type + location: + location + + - location - - + + location + + - tabStopType - - + + tabStopType + + diff --git a/Documentation/gsdoc/NSTextView.gsdoc b/Documentation/gsdoc/NSTextView.gsdoc index 501f3e7a2..33c50abb6 100644 --- a/Documentation/gsdoc/NSTextView.gsdoc +++ b/Documentation/gsdoc/NSTextView.gsdoc @@ -16,483 +16,764 @@ AppKit/NSTextView.h NSTextInput - - - registerForServices - - - - acceptableDragTypes - - - - alignJustified:sender - - - - allowsUndo; - - - - backgroundColor - - - - becomeFirstResponder - - - - changeColor:sender - - - - cleanUpAfterDragOperation - - - - clickedOnLink:linkatIndex:charIndex - - - - delegate - - - - didChangeText - - - - dragOperationForDraggingInfo:dragInfo - - - - drawInsertionPointInRect:aRectcolor:(NSColor *)aColor turnedOn:flag - - - - drawsBackground - - - - encodeWithCoder:encoder - - - - importsGraphics - - - - initWithCoder:decoder - - - - initWithFrame:frameRect - - - - initWithFrame:frameRecttextContainer:aTextContainer - - - - insertText:aString - - - - insertionPointColor - - - - invalidateTextContainerOrigin - - - - isEditable - - - - isFieldEditor - - - - isRichText - - - - isRulerVisible - - - - isSelectable - - - - layoutManager - - - - loosenKerning:sender - - - - lowerBaseline:sender - - - - markedRange - - - - markedTextAttributes - - - - pasteAsPlainText:sender - - - - pasteAsRichText:sender - - - - preferredPasteboardTypeFromArray:availableTypesrestrictedToTypesFromArray:allowedTypes - - - - raiseBaseline:sender - - - - readablePasteboardTypes - - - - readSelectionFromPasteboard:pboard - - - - readSelectionFromPasteboard:pboard - - - - replaceTextContainer:aTextContainer - - - - resignFirstResponder - - - - rulerView:aRulerViewdidAddMarker:aMarker - - - - rulerView:aRulerViewdidMoveMarker:aMarker - - - - rulerView:aRulerViewdidRemoveMarker:aMarker - - - - rulerView:aRulerViewhandleMouseDown:theEvent - - - - rulerView:aRulerViewshouldAddMarker:aMarker - - - - rulerView:aRulerViewshouldMoveMarker:aMarker - - - - rulerView:aRulerViewshouldRemoveMarker:aMarker - - - - rulerView:aRulerViewwillAddMarker:aMarkeratLocation:location - - - - rulerView:aRulerViewwillMoveMarker:aMarkertoLocation:location - - - - selectedRange - - - - selectedTextAttributes - - - - selectionAffinity - - - - selectionGranularity - - - - selectionRangeForProposedRange:proposedSelRange - - - - setAllowsUndo:flag - - - - setAlignment:alignment - - - - setBackgroundColor:aColor - - - - setConstrainedFrameSize:desiredSize - - - - setDelegate:anObject - - - - setDrawsBackground:flag - - - - setEditable:flag - - - - setFieldEditor:flag - - - - setImportsGraphics:flag - - - - setInsertionPointColor:aColor - - - - setMarkedTextAttributes:attributes - - - - setNeedsDisplayInRect:aRectavoidAdditionalLayout:flag - - - - setRichText:flag - - - - setRulerVisible:flag - - - - setSelectable:flag - - - - setSelectedRange:charRange - - - - setSelectedRange:charRangeaffinity:(NSSelectionAffinity)affinity stillSelecting:flag - - - - setSelectedTextAttributes:attributes - - - - setSelectionGranularity:granularity - - - - setSmartInsertDeleteEnabled:flag - - - - setTextContainerInset:inset - - - - setTypingAttributes:attributes - - - - setUsesFontPanel:flag - - - - setUsesRuler:flag - - - - shouldChangeTextInRange:affectedCharRange - - - - shouldDrawInsertionPoint - - - - smartDeleteRangeForProposedRange:proposedCharRange - - - - smartInsertAfterStringForString:aStringreplacingRange:charRange - - - - smartInsertBeforeStringForString:aStringreplacingRange:charRange - - - - spellCheckerDocumentTag - - - - textContainer - - - - textContainerInset - - - - textContainerOrigin - - - - textStorage - - - - tightenKerning:sender - - - - turnOffKerning:sender - - - - turnOffLigatures:sender - - - - typingAttributes - - - - updateDragTypeRegistration - - - - updateFontPanel - - - - updateInsertionPointStateAndRestartTimer:flag - - - - updateRuler - - - - useAllLigatures:sender - - - - usesFontPanel - - - - usesRuler - - - - useStandardKerning:sender - - - - useStandardLigatures:sender - - - - validRequestorForSendType:sendTypereturnType:returnType - - - - writablePasteboardTypes - - - - writeSelectionToPasteboard:pboard - - - - writeSelectionToPasteboard:pboard - - - - textView:aTextViewclickedOnCell:attachmentCell - - - - textView:textViewclickedOnCell:cellinRect:cellFrame - - - - textView:textViewclickedOnLink:link - - - - textView:textViewclickedOnLink:linkatIndex:charIndex - - - - textView:aTextViewdoCommandBySelector:aSelector - - - - textView:aTextViewdoubleClickedOnCell:attachmentCell - - - - textView:textViewdoubleClickedOnCell:cellinRect:cellFrame - - - - textView:aTextViewdraggedCell:attachmentCellinRect:(NSRect)aRect event:theEvent - - - - textView:viewdraggedCell:cellinRect:rectevent:eventatIndex:charIndex - - - - textView:aTextViewshouldChangeTextInRange:affectedCharRange - - - - textView:aTextViewwillChangeSelectionFromCharacterRange:oldSelectedCharRange - - - - textViewDidChangeSelection:aNotification - - - - undoManagerForTextView:view - - + + + + registerForServices + + + + + acceptableDragTypes + + + + + alignJustified: + sender + + + + + allowsUndo; + + + + + backgroundColor + + + + + becomeFirstResponder + + + + + changeColor: + sender + + + + + cleanUpAfterDragOperation + + + + + clickedOnLink: + link + atIndex: + charIndex + + + + + delegate + + + + + didChangeText + + + + + dragOperationForDraggingInfo: + dragInfo + + + + + drawInsertionPointInRect: + aRect + color: + aColor + turnedOn: + flag + + + + + drawsBackground + + + + + encodeWithCoder: + encoder + + + + + importsGraphics + + + + + initWithCoder: + decoder + + + + + initWithFrame: + frameRect + + + + + initWithFrame: + frameRect + textContainer: + aTextContainer + + + + + insertText: + aString + + + + + insertionPointColor + + + + + invalidateTextContainerOrigin + + + + + isEditable + + + + + isFieldEditor + + + + + isRichText + + + + + isRulerVisible + + + + + isSelectable + + + + + layoutManager + + + + + loosenKerning: + sender + + + + + lowerBaseline: + sender + + + + + markedRange + + + + + markedTextAttributes + + + + + pasteAsPlainText: + sender + + + + + pasteAsRichText: + sender + + + + + preferredPasteboardTypeFromArray: + availableTypes + restrictedToTypesFromArray: + allowedTypes + + + + + raiseBaseline: + sender + + + + + readablePasteboardTypes + + + + + readSelectionFromPasteboard: + pboard + + + + + readSelectionFromPasteboard: + pboard + + + + + replaceTextContainer: + aTextContainer + + + + + resignFirstResponder + + + + + rulerView: + aRulerView + didAddMarker: + aMarker + + + + + rulerView: + aRulerView + didMoveMarker: + aMarker + + + + + rulerView: + aRulerView + didRemoveMarker: + aMarker + + + + + rulerView: + aRulerView + handleMouseDown: + theEvent + + + + + rulerView: + aRulerView + shouldAddMarker: + aMarker + + + + + rulerView: + aRulerView + shouldMoveMarker: + aMarker + + + + + rulerView: + aRulerView + shouldRemoveMarker: + aMarker + + + + + rulerView: + aRulerView + willAddMarker: + aMarker + atLocation: + location + + + + + rulerView: + aRulerView + willMoveMarker: + aMarker + toLocation: + location + + + + + selectedRange + + + + + selectedTextAttributes + + + + + selectionAffinity + + + + + selectionGranularity + + + + + selectionRangeForProposedRange: + proposedSelRange + + + + + setAllowsUndo: + flag + + + + + setAlignment: + alignment + + + + + setBackgroundColor: + aColor + + + + + setConstrainedFrameSize: + desiredSize + + + + + setDelegate: + anObject + + + + + setDrawsBackground: + flag + + + + + setEditable: + flag + + + + + setFieldEditor: + flag + + + + + setImportsGraphics: + flag + + + + + setInsertionPointColor: + aColor + + + + + setMarkedTextAttributes: + attributes + + + + + setNeedsDisplayInRect: + aRect + avoidAdditionalLayout: + flag + + + + + setRichText: + flag + + + + + setRulerVisible: + flag + + + + + setSelectable: + flag + + + + + setSelectedRange: + charRange + + + + + setSelectedRange: + charRange + affinity: + affinity + stillSelecting: + flag + + + + + setSelectedTextAttributes: + attributes + + + + + setSelectionGranularity: + granularity + + + + + setSmartInsertDeleteEnabled: + flag + + + + + setTextContainerInset: + inset + + + + + setTypingAttributes: + attributes + + + + + setUsesFontPanel: + flag + + + + + setUsesRuler: + flag + + + + + shouldChangeTextInRange: + affectedCharRange + + + + + shouldDrawInsertionPoint + + + + + smartDeleteRangeForProposedRange: + proposedCharRange + + + + + smartInsertAfterStringForString: + aString + replacingRange: + charRange + + + + + smartInsertBeforeStringForString: + aString + replacingRange: + charRange + + + + + spellCheckerDocumentTag + + + + + textContainer + + + + + textContainerInset + + + + + textContainerOrigin + + + + + textStorage + + + + + tightenKerning: + sender + + + + + turnOffKerning: + sender + + + + + turnOffLigatures: + sender + + + + + typingAttributes + + + + + updateDragTypeRegistration + + + + + updateFontPanel + + + + + updateInsertionPointStateAndRestartTimer: + flag + + + + + updateRuler + + + + + useAllLigatures: + sender + + + + + usesFontPanel + + + + + usesRuler + + + + + useStandardKerning: + sender + + + + + useStandardLigatures: + sender + + + + + validRequestorForSendType: + sendType + returnType: + returnType + + + + + writablePasteboardTypes + + + + + writeSelectionToPasteboard: + pboard + + + + + writeSelectionToPasteboard: + pboard + + + + + textView: + aTextView + clickedOnCell: + attachmentCell + + + + + textView: + textView + clickedOnCell: + cell + inRect: + cellFrame + + + + + textView: + textView + clickedOnLink: + link + + + + + textView: + textView + clickedOnLink: + link + atIndex: + charIndex + + + + + textView: + aTextView + doCommandBySelector: + aSelector + + + + + textView: + aTextView + doubleClickedOnCell: + attachmentCell + + + + + textView: + textView + doubleClickedOnCell: + cell + inRect: + cellFrame + + + + + textView: + aTextView + draggedCell: + attachmentCell + inRect: + aRect + event: + theEvent + + + + + textView: + view + draggedCell: + cell + inRect: + rect + event: + event + atIndex: + charIndex + + + + + textView: + aTextView + shouldChangeTextInRange: + affectedCharRange + + + + + textView: + aTextView + willChangeSelectionFromCharacterRange: + oldSelectedCharRange + + + + + textViewDidChangeSelection: + aNotification + + + + + undoManagerForTextView: + view + + diff --git a/Documentation/gsdoc/NSView.gsdoc b/Documentation/gsdoc/NSView.gsdoc index 0548090dc..e759124c5 100644 --- a/Documentation/gsdoc/NSView.gsdoc +++ b/Documentation/gsdoc/NSView.gsdoc @@ -16,555 +16,844 @@ AppKit/NSView.h NSCoding - - - defaultMenu - - - - focusView - - - - acceptsFirstMouse:theEvent - - - - addCursorRect:aRectcursor:aCursor - - - - addSubview:aView - - - - addSubview:aViewpositioned:placerelativeTo:otherView - - - - addToPageSetup - - - - addTrackingRect:aRectowner:(id)anObject userData:userDataassumeInside:flag - - - - adjustPageHeightNew:newBottomtop:(float)top bottom:proposedBottom - - - - adjustPageWidthNew:newRightleft:(float)left right:proposedRight - - - - adjustScroll:proposedVisibleRect - - - - allocateGState - - - - ancestorSharedWithView:aView - - - - autoresizesSubviews - - - - autoresizingMask - - - - autoscroll:theEvent - - - - beginPage:ordinalNumlabel:(NSString *)aString bBox:pageRect - - - - beginPageSetupRect:aRectplacement:location - - - - beginPrologueBBox:boundingBoxcreationDate:dateCreatedcreatedBy:(NSString *)anApplication fonts:fontNamesforWhom:(NSString *)user pages:numPages - - - - beginSetup - - - - beginTrailer - - - - bounds - - - - boundsRotation - - - - canDraw - - - - centerScanRect:aRect - - - - convertPoint:aPointfromView:aView - - - - convertPoint:aPoint - - - - convertRect:aRectfromView:aView - - - - convertRect:aRecttoView:aView - - - - convertSize:aSizefromView:aView - - - - convertSize:aSizetoView:aView - - - - dataWithEPSInsideRect:aRect - - - - discardCursorRects - - - - display - - - - displayIfNeeded - - - - displayIfNeededIgnoringOpacity - - - - displayIfNeededInRect:aRect - - - - displayIfNeededInRectIgnoringOpacity:aRect - - - - displayRect:aRect - - - - displayRectIgnoringOpacity:aRect - - - - dragFile:fullPathfromRect:(NSRect)aRect slideBack:slideBack - - - - dragImage:anImageat:(NSPoint)imageLoc offset:mouseOffsetevent:(NSEvent *)theEvent pasteboard:pboardsource:(id)sourceObject slideBack:slideBack - - - - drawPageBorderWithSize:borderSize - - - - drawRect:aRect - - - - drawSheetBorderWithSize:borderSize - - - - enclosingScrollView - - - - endHeaderComments - - - - endPage - - - - endPageSetup - - - - endPrologue - - - - endSetup - - - - endTrailer - - - - fax:sender - - - - frame - - - - frameRotation - - - - gState - - - - heightAdjustLimit - - - - hitTest:aPoint - - - - initWithFrame:frameRect - - - - interfaceStyle - - - - isDescendantOf:aView - - - - isFlipped - - - - isOpaque - - - - isRotatedFromBase - - - - isRotatedOrScaledFromBase - - - - knowsPageRange:range - - - - knowsPagesFirst:firstPageNum - - - - locationOfPrintRect:aRect - - - - lockFocus - - - - menuForEvent:theEvent - - - - mouse:aPoint - - - - needsDisplay - - - - needsPanelToBecomeKey - - - - nextKeyView - - - - nextValidKeyView - - - - opaqueAncestor - - - - performKeyEquivalent:theEvent - - - - performMnemonic:aString - - - - postsBoundsChangedNotifications - - - - postsFrameChangedNotifications - - - - previousKeyView - - - - previousValidKeyView - - - - print:sender - - - - rectForPage:pageNumber - - - - reflectScrolledClipView:aClipView - - - - registerForDraggedTypes:pboardTypes - - - - releaseGState - - - - removeCursorRect:aRectcursor:aCursor - - - - removeFromSuperview - - - - removeFromSuperviewWithoutNeedingDisplay - - - - removeTrackingRect:aTag - - - - renewGState - - - - replaceSubview:oldView - - - - resetCursorRects - - - - resizeSubviewsWithOldSize:oldFrameSize - - - - resizeWithOldSuperviewSize:oldFrameSize - - - - rotateByAngle:angle - - - - scaleUnitSquareToSize:newUnitSize - - - - scrollClipView:aClipView - - - - scrollPoint:aPoint - - - - scrollRect:aRect - - - - scrollRectToVisible:aRect - - - - setAutoresizesSubviews:flag - - - - setAutoresizingMask:mask - - - - setBounds:boundsRect - - - - setBoundsOrigin:newOrigin - - - - setBoundsRotation:angle - - - - setBoundsSize:newSize - - - - setFrame:frameRect - - - - setFrameOrigin:newOrigin - - - - setFrameRotation:angle - - - - setFrameSize:newSize - - - - setInterfaceStyle:interfaceStyle - - - - setNeedsDisplay:flag - - - - setNeedsDisplayInRect:invalidRect - - - - setNextKeyView:aView - - - - setPostsBoundsChangedNotifications:flag - - - - setPostsFrameChangedNotifications:flag - - - - setToolTip:string - - - - setUpGState - - - - shouldDelayWindowOrderingForEvent:theEvent - - - - shouldDrawColor - - - - sortSubviewsUsingFunction:(id,id, void *))compare context:context - - - - subviews - - - - superview - - - - tag - - - - toolTip - - - - translateOriginToPoint:newOrigin - - - - unlockFocus - - - - unregisterDraggedTypes - - - - viewWillMoveToSuperview:newSuperview - - - - viewWillMoveToWindow:newWindow - - - - viewWithTag:aTag - - - - visibleRect - - - - widthAdjustLimit - - - - window - - - - writeEPSInsideRect:aRecttoPasteboard:pboard - - + + + + defaultMenu + + + + + focusView + + + + + acceptsFirstMouse: + theEvent + + + + + addCursorRect: + aRect + cursor: + aCursor + + + + + addSubview: + aView + + + + + addSubview: + aView + positioned: + place + relativeTo: + otherView + + + + + addToPageSetup + + + + + addTrackingRect: + aRect + owner: + anObject + userData: + userData + assumeInside: + flag + + + + + adjustPageHeightNew: + newBottom + top: + top + bottom: + proposedBottom + + + + + adjustPageWidthNew: + newRight + left: + left + right: + proposedRight + + + + + adjustScroll: + proposedVisibleRect + + + + + allocateGState + + + + + ancestorSharedWithView: + aView + + + + + autoresizesSubviews + + + + + autoresizingMask + + + + + autoscroll: + theEvent + + + + + beginPage: + ordinalNum + label: + aString + bBox: + pageRect + + + + + beginPageSetupRect: + aRect + placement: + location + + + + + beginPrologueBBox: + boundingBox + creationDate: + dateCreated + createdBy: + anApplication + fonts: + fontNames + forWhom: + user + pages: + numPages + + + + + beginSetup + + + + + beginTrailer + + + + + bounds + + + + + boundsRotation + + + + + canDraw + + + + + centerScanRect: + aRect + + + + + convertPoint: + aPoint + fromView: + aView + + + + + convertPoint: + aPoint + + + + + convertRect: + aRect + fromView: + aView + + + + + convertRect: + aRect + toView: + aView + + + + + convertSize: + aSize + fromView: + aView + + + + + convertSize: + aSize + toView: + aView + + + + + dataWithEPSInsideRect: + aRect + + + + + discardCursorRects + + + + + display + + + + + displayIfNeeded + + + + + displayIfNeededIgnoringOpacity + + + + + displayIfNeededInRect: + aRect + + + + + displayIfNeededInRectIgnoringOpacity: + aRect + + + + + displayRect: + aRect + + + + + displayRectIgnoringOpacity: + aRect + + + + + dragFile: + fullPath + fromRect: + aRect + slideBack: + slideBack + + + + + dragImage: + anImage + at: + imageLoc + offset: + mouseOffset + event: + theEvent + pasteboard: + pboard + source: + sourceObject + slideBack: + slideBack + + + + + drawPageBorderWithSize: + borderSize + + + + + drawRect: + aRect + + + + + drawSheetBorderWithSize: + borderSize + + + + + enclosingScrollView + + + + + endHeaderComments + + + + + endPage + + + + + endPageSetup + + + + + endPrologue + + + + + endSetup + + + + + endTrailer + + + + + fax: + sender + + + + + frame + + + + + frameRotation + + + + + gState + + + + + heightAdjustLimit + + + + + hitTest: + aPoint + + + + + initWithFrame: + frameRect + + + + + interfaceStyle + + + + + isDescendantOf: + aView + + + + + isFlipped + + + + + isOpaque + + + + + isRotatedFromBase + + + + + isRotatedOrScaledFromBase + + + + + knowsPageRange: + range + + + + + knowsPagesFirst: + firstPageNum + + + + + locationOfPrintRect: + aRect + + + + + lockFocus + + + + + menuForEvent: + theEvent + + + + + mouse: + aPoint + + + + + needsDisplay + + + + + needsPanelToBecomeKey + + + + + nextKeyView + + + + + nextValidKeyView + + + + + opaqueAncestor + + + + + performKeyEquivalent: + theEvent + + + + + performMnemonic: + aString + + + + + postsBoundsChangedNotifications + + + + + postsFrameChangedNotifications + + + + + previousKeyView + + + + + previousValidKeyView + + + + + print: + sender + + + + + rectForPage: + pageNumber + + + + + reflectScrolledClipView: + aClipView + + + + + registerForDraggedTypes: + pboardTypes + + + + + releaseGState + + + + + removeCursorRect: + aRect + cursor: + aCursor + + + + + removeFromSuperview + + + + + removeFromSuperviewWithoutNeedingDisplay + + + + + removeTrackingRect: + aTag + + + + + renewGState + + + + + replaceSubview: + oldView + + + + + resetCursorRects + + + + + resizeSubviewsWithOldSize: + oldFrameSize + + + + + resizeWithOldSuperviewSize: + oldFrameSize + + + + + rotateByAngle: + angle + + + + + scaleUnitSquareToSize: + newUnitSize + + + + + scrollClipView: + aClipView + + + + + scrollPoint: + aPoint + + + + + scrollRect: + aRect + + + + + scrollRectToVisible: + aRect + + + + + setAutoresizesSubviews: + flag + + + + + setAutoresizingMask: + mask + + + + + setBounds: + boundsRect + + + + + setBoundsOrigin: + newOrigin + + + + + setBoundsRotation: + angle + + + + + setBoundsSize: + newSize + + + + + setFrame: + frameRect + + + + + setFrameOrigin: + newOrigin + + + + + setFrameRotation: + angle + + + + + setFrameSize: + newSize + + + + + setInterfaceStyle: + interfaceStyle + + + + + setNeedsDisplay: + flag + + + + + setNeedsDisplayInRect: + invalidRect + + + + + setNextKeyView: + aView + + + + + setPostsBoundsChangedNotifications: + flag + + + + + setPostsFrameChangedNotifications: + flag + + + + + setToolTip: + string + + + + + setUpGState + + + + + shouldDelayWindowOrderingForEvent: + theEvent + + + + + shouldDrawColor + + + + + + sortSubviewsUsingFunction: + + compare + + context: + + context + + + + + subviews + + + + + superview + + + + + tag + + + + + toolTip + + + + + translateOriginToPoint: + newOrigin + + + + + unlockFocus + + + + + unregisterDraggedTypes + + + + + viewWillMoveToSuperview: + newSuperview + + + + + viewWillMoveToWindow: + newWindow + + + + + viewWithTag: + aTag + + + + + visibleRect + + + + + widthAdjustLimit + + + + + window + + + + + writeEPSInsideRect: + aRect + toPasteboard: + pboard + + diff --git a/Documentation/gsdoc/NSWindow.gsdoc b/Documentation/gsdoc/NSWindow.gsdoc index 3c2eff586..8a9b48a71 100644 --- a/Documentation/gsdoc/NSWindow.gsdoc +++ b/Documentation/gsdoc/NSWindow.gsdoc @@ -16,647 +16,926 @@ AppKit/NSWindow.h NSCoding - - - contentRectForFrameRect:frameRect - - - - defaultDepthLimit - - - - frameRectForContentRect:contentRect - - - - menuChanged:aMenu - - - - minFrameWidthWithTitle:aTitlestyleMask:aStyle - - - - removeFrameUsingName:name - - - - acceptsMouseMovedEvents - - - - areCursorRectsEnabled - - - - aspectRatio - - - - backgroundColor - - - - backingType - - - - becomeKeyWindow - - - - becomeMainWindow - - - - cacheImageInRect:aRect - - - - canBecomeKeyWindow - - - - canBecomeMainWindow - - - - canStoreColor - - - - cascadeTopLeftFromPoint:topLeftPoint - - - - center - - - - close - - - - constrainFrameRect:frameRect - - - - contentView - - - - convertBaseToScreen:aPoint - - - - convertScreenToBase:aPoint - - - - currentEvent - - - - dataWithEPSInsideRect:aRect - - - - deepestScreen - - - - defaultButtonCell - - - - delegate - - - - deminiaturize:sender - - - - depthLimit - - - - deviceDescription - - - - disableCursorRects - - - - disableFlushWindow - - - - disableKeyEquivalentForDefaultButtonCell - - - - discardCachedImage - - - - discardCursorRects - - - - discardEventsMatchingMask:maskbeforeEvent:lastEvent - - - - display - - - - displayIfNeeded - - - - dragImage:anImageat:(NSPoint)aPoint offset:initialOffsetevent:(NSEvent *)theEvent pasteboard:pboardsource:(id)sourceObject slideBack:slideBack - - - - enableCursorRects - - - - enableFlushWindow - - - - enableKeyEquivalentForDefaultButtonCell - - - - endEditingFor:anObject - - - - fax:sender - - - - fieldEditor:createFlag - - - - firstResponder - - - - flushWindow - - - - flushWindowIfNeeded - - - - frame - - - - frameAutosaveName - - - - gState - - - - hasDynamicDepthLimit - - - - hidesOnDeactivate - - - - initialFirstResponder - - - - initWithContentRect:contentRectstyleMask:(unsigned int)styleMask backing:backingType - - - - initWithContentRect:contentRectstyleMask:(unsigned int)styleMask backing:bufferingTypedefer:(BOOL)flag screen:aScreen - - - - interfaceStyle - - - - invalidateCursorRectsForView:aView - - - - isAutodisplay - - - - isDocumentEdited - - - - isExcludedFromWindowsMenu - - - - isFlushWindowDisabled - - - - isKeyWindow - - - - isMainWindow - - - - isMiniaturized - - - - isOneShot - - - - isReleasedWhenClosed - - - - isVisible - - - - isZoomed; - - - - keyDown:theEvent - - - - keyViewSelectionDirection - - - - level - - - - makeFirstResponder:aResponder - - - - makeKeyAndOrderFront:sender - - - - makeKeyWindow - - - - makeMainWindow - - - - maxSize - - - - miniaturize:sender - - - - miniwindowImage - - - - miniwindowTitle - - - - minSize - - - - mouseLocationOutsideOfEventStream - - - - nextEventMatchingMask:mask - - - - nextEventMatchingMask:maskuntilDate:expirationDateinMode:(NSString *)mode dequeue:dequeue - - - - orderBack:sender - - - - orderFront:sender - - - - orderFrontRegardless - - - - orderOut:sender - - - - orderWindow:placerelativeTo:otherWindowNumber - - - - performClose:sender - - - - performMiniaturize:sender - - - - performZoom:sender - - - - postEvent:anEvent - - - - print:sender - - - - registerForDraggedTypes:pboardTypes - - - - representedFilename - - - - resetCursorRects - - - - resignKeyWindow - - - - resignMainWindow - - - - resizeFlags - - - - resizeIncrements - - - - restoreCachedImage - - - - saveFrameUsingName:name - - - - screen - - - - selectKeyViewFollowingView:aView - - - - selectKeyViewPrecedingView:aView - - - - selectNextKeyView:sender - - - - selectPreviousKeyView:sender - - - - sendEvent:theEvent - - - - setAcceptsMouseMovedEvents:flag - - - - setAspectRatio:ratio - - - - setAutodisplay:flag - - - - setBackgroundColor:aColor - - - - setBackingType:backingType - - - - setContentSize:aSize - - - - setContentView:aView - - - - setDefaultButtonCell:aButtonCell - - - - setDelegate:anObject - - - - setDepthLimit:limit - - - - setDocumentEdited:flag - - - - setDynamicDepthLimit:flag - - - - setExcludedFromWindowsMenu:flag - - - - setFrame:frameRect - - - - setFrameAutosaveName:name - - - - setFrameFromString:aString - - - - setFrameOrigin:aPoint - - - - setFrameTopLeftPoint:aPoint - - - - setFrameUsingName:name - - - - setHidesOnDeactivate:flag - - - - setInitialFirstResponder:aView - - - - setInterfaceStyle:interfaceStyle - - - - setLevel:newLevel - - - - setMaxSize:aSize - - - - setMiniwindowImage:anImage - - - - setMiniwindowTitle:aString - - - - setMinSize:aSize - - - - setOneShot:flag - - - - setReleasedWhenClosed:flag - - - - setRepresentedFilename:path - - - - setResizeIncrements:increments - - - - setTitle:aString - - - - setTitleWithRepresentedFilename:path - - - - setViewsNeedDisplay:flag - - - - setWindowController:windowController - - - - stringWithSavedFrame - - - - styleMask - - - - title - - - - tryToPerform:anAction - - - - unregisterDraggedTypes - - - - update - - - - useOptimizedDrawing:flag - - - - validRequestorForSendType:sendTypereturnType:returnType - - - - viewsNeedDisplay - - - - windowController - - - - windowHandle - - - - windowNumber - - - - worksWhenModal - - - - zoom:sender - - + + + + contentRectForFrameRect: + frameRect + + + + + defaultDepthLimit + + + + + frameRectForContentRect: + contentRect + + + + + menuChanged: + aMenu + + + + + minFrameWidthWithTitle: + aTitle + styleMask: + aStyle + + + + + removeFrameUsingName: + name + + + + + acceptsMouseMovedEvents + + + + + areCursorRectsEnabled + + + + + aspectRatio + + + + + backgroundColor + + + + + backingType + + + + + becomeKeyWindow + + + + + becomeMainWindow + + + + + cacheImageInRect: + aRect + + + + + canBecomeKeyWindow + + + + + canBecomeMainWindow + + + + + canStoreColor + + + + + cascadeTopLeftFromPoint: + topLeftPoint + + + + + center + + + + + close + + + + + constrainFrameRect: + frameRect + + + + + contentView + + + + + convertBaseToScreen: + aPoint + + + + + convertScreenToBase: + aPoint + + + + + currentEvent + + + + + dataWithEPSInsideRect: + aRect + + + + + deepestScreen + + + + + defaultButtonCell + + + + + delegate + + + + + deminiaturize: + sender + + + + + depthLimit + + + + + deviceDescription + + + + + disableCursorRects + + + + + disableFlushWindow + + + + + disableKeyEquivalentForDefaultButtonCell + + + + + discardCachedImage + + + + + discardCursorRects + + + + + discardEventsMatchingMask: + mask + beforeEvent: + lastEvent + + + + + display + + + + + displayIfNeeded + + + + + dragImage: + anImage + at: + aPoint + offset: + initialOffset + event: + theEvent + pasteboard: + pboard + source: + sourceObject + slideBack: + slideBack + + + + + enableCursorRects + + + + + enableFlushWindow + + + + + enableKeyEquivalentForDefaultButtonCell + + + + + endEditingFor: + anObject + + + + + fax: + sender + + + + + fieldEditor: + createFlag + + + + + firstResponder + + + + + flushWindow + + + + + flushWindowIfNeeded + + + + + frame + + + + + frameAutosaveName + + + + + gState + + + + + hasDynamicDepthLimit + + + + + hidesOnDeactivate + + + + + initialFirstResponder + + + + + initWithContentRect: + contentRect + styleMask: + styleMask + backing: + backingType + + + + + initWithContentRect: + contentRect + styleMask: + styleMask + backing: + bufferingType + defer: + flag + screen: + aScreen + + + + + interfaceStyle + + + + + invalidateCursorRectsForView: + aView + + + + + isAutodisplay + + + + + isDocumentEdited + + + + + isExcludedFromWindowsMenu + + + + + isFlushWindowDisabled + + + + + isKeyWindow + + + + + isMainWindow + + + + + isMiniaturized + + + + + isOneShot + + + + + isReleasedWhenClosed + + + + + isVisible + + + + + isZoomed; + + + + + keyDown: + theEvent + + + + + keyViewSelectionDirection + + + + + level + + + + + makeFirstResponder: + aResponder + + + + + makeKeyAndOrderFront: + sender + + + + + makeKeyWindow + + + + + makeMainWindow + + + + + maxSize + + + + + miniaturize: + sender + + + + + miniwindowImage + + + + + miniwindowTitle + + + + + minSize + + + + + mouseLocationOutsideOfEventStream + + + + + nextEventMatchingMask: + mask + + + + + nextEventMatchingMask: + mask + untilDate: + expirationDate + inMode: + mode + dequeue: + dequeue + + + + + orderBack: + sender + + + + + orderFront: + sender + + + + + orderFrontRegardless + + + + + orderOut: + sender + + + + + orderWindow: + place + relativeTo: + otherWindowNumber + + + + + performClose: + sender + + + + + performMiniaturize: + sender + + + + + performZoom: + sender + + + + + postEvent: + anEvent + + + + + print: + sender + + + + + registerForDraggedTypes: + pboardTypes + + + + + representedFilename + + + + + resetCursorRects + + + + + resignKeyWindow + + + + + resignMainWindow + + + + + resizeFlags + + + + + resizeIncrements + + + + + restoreCachedImage + + + + + saveFrameUsingName: + name + + + + + screen + + + + + selectKeyViewFollowingView: + aView + + + + + selectKeyViewPrecedingView: + aView + + + + + selectNextKeyView: + sender + + + + + selectPreviousKeyView: + sender + + + + + sendEvent: + theEvent + + + + + setAcceptsMouseMovedEvents: + flag + + + + + setAspectRatio: + ratio + + + + + setAutodisplay: + flag + + + + + setBackgroundColor: + aColor + + + + + setBackingType: + backingType + + + + + setContentSize: + aSize + + + + + setContentView: + aView + + + + + setDefaultButtonCell: + aButtonCell + + + + + setDelegate: + anObject + + + + + setDepthLimit: + limit + + + + + setDocumentEdited: + flag + + + + + setDynamicDepthLimit: + flag + + + + + setExcludedFromWindowsMenu: + flag + + + + + setFrame: + frameRect + + + + + setFrameAutosaveName: + name + + + + + setFrameFromString: + aString + + + + + setFrameOrigin: + aPoint + + + + + setFrameTopLeftPoint: + aPoint + + + + + setFrameUsingName: + name + + + + + setHidesOnDeactivate: + flag + + + + + setInitialFirstResponder: + aView + + + + + setInterfaceStyle: + interfaceStyle + + + + + setLevel: + newLevel + + + + + setMaxSize: + aSize + + + + + setMiniwindowImage: + anImage + + + + + setMiniwindowTitle: + aString + + + + + setMinSize: + aSize + + + + + setOneShot: + flag + + + + + setReleasedWhenClosed: + flag + + + + + setRepresentedFilename: + path + + + + + setResizeIncrements: + increments + + + + + setTitle: + aString + + + + + setTitleWithRepresentedFilename: + path + + + + + setViewsNeedDisplay: + flag + + + + + setWindowController: + windowController + + + + + stringWithSavedFrame + + + + + styleMask + + + + + title + + + + + tryToPerform: + anAction + + + + + unregisterDraggedTypes + + + + + update + + + + + useOptimizedDrawing: + flag + + + + + validRequestorForSendType: + sendType + returnType: + returnType + + + + + viewsNeedDisplay + + + + + windowController + + + + + windowHandle + + + + + windowNumber + + + + + worksWhenModal + + + + + zoom: + sender + + diff --git a/Documentation/gsdoc/NSWindowController.gsdoc b/Documentation/gsdoc/NSWindowController.gsdoc index 5f03db901..c032ce470 100644 --- a/Documentation/gsdoc/NSWindowController.gsdoc +++ b/Documentation/gsdoc/NSWindowController.gsdoc @@ -16,91 +16,121 @@ AppKit/NSWindowController.h NSObject - - - close - - + + + + close + + - document - - + + document + + - initWithWindow:window - - + + initWithWindow: + window + + - initWithWindowNibName:windowNibName - - + + initWithWindowNibName: + windowNibName + + - initWithWindowNibName:windowNibName - - + + initWithWindowNibName: + windowNibName + + - isWindowLoaded - - + + isWindowLoaded + + - loadWindow - - + + loadWindow + + - owner - - + + owner + + - setDocument:document - - + + setDocument: + document + + - setShouldCascadeWindows:flag - - + + setShouldCascadeWindows: + flag + + - setShouldCloseDocument:flag - - + + setShouldCloseDocument: + flag + + - setWindowFrameAutosaveName:name - - + + setWindowFrameAutosaveName: + name + + - shouldCascadeWindows - - + + shouldCascadeWindows + + - shouldCloseDocument - - + + shouldCloseDocument + + - showWindow:sender - - + + showWindow: + sender + + - window - - + + window + + - windowDidLoad - - + + windowDidLoad + + - windowFrameAutosaveName - - + + windowFrameAutosaveName + + - windowNibName - - + + windowNibName + + - windowTitleForDocumentDisplayName:displayName - - + + windowTitleForDocumentDisplayName: + displayName + + - windowWillLoad - - + + windowWillLoad + + diff --git a/Documentation/gsdoc/NSWorkspace.gsdoc b/Documentation/gsdoc/NSWorkspace.gsdoc index 7f82766b2..518bfe4a4 100644 --- a/Documentation/gsdoc/NSWorkspace.gsdoc +++ b/Documentation/gsdoc/NSWorkspace.gsdoc @@ -16,123 +16,216 @@ AppKit/NSWorkspace.h NSObject - - - sharedWorkspace - - + + + + sharedWorkspace + + - checkForRemovableMedia - - + + checkForRemovableMedia + + - extendPowerOffBy:requested - - + + extendPowerOffBy: + requested + + - fileSystemChanged - - + + fileSystemChanged + + - findApplications - - + + findApplications + + - fullPathForApplication:appName - - + + fullPathForApplication: + appName + + - getFileSystemInfoForPath:fullPathisRemovable:removableFlagisWritable:(BOOL *)writableFlag isUnmountable:unmountableFlagdescription:(NSString **)description type:fileSystemType - - + + getFileSystemInfoForPath: + fullPath + isRemovable: + removableFlag + isWritable: + writableFlag + isUnmountable: + unmountableFlag + description: + description + type: + fileSystemType + + - getInfoForFile:fullPathapplication:appName - - + + getInfoForFile: + fullPath + application: + appName + + - hideOtherApplications - - + + hideOtherApplications + + - iconForFile:fullPath - - + + iconForFile: + fullPath + + - iconForFileType:fileType - - + + iconForFileType: + fileType + + - iconForFiles:fullPaths - - + + iconForFiles: + fullPaths + + - launchApplication:appName - - + + launchApplication: + appName + + - launchApplication:appNameshowIcon:showIconautolaunch:autolaunch - - + + launchApplication: + appName + showIcon: + showIcon + autolaunch: + autolaunch + + - mountNewRemovableMedia - - + + mountNewRemovableMedia + + - mountedRemovableMedia - - + + mountedRemovableMedia + + - noteFileSystemChanged - - + + noteFileSystemChanged + + - noteUserDefaultsChanged - - + + noteUserDefaultsChanged + + - notificationCenter - - + + notificationCenter + + - openFile:fullPath - - + + openFile: + fullPath + + - openFile:fullPathfromImage:anImageat:(NSPoint)point inView:aView - - + + openFile: + fullPath + fromImage: + anImage + at: + point + inView: + aView + + - openFile:fullPathwithApplication:appName - - + + openFile: + fullPath + withApplication: + appName + + - openFile:fullPathwithApplication:appNameandDeactivate:flag - - + + openFile: + fullPath + withApplication: + appName + andDeactivate: + flag + + - openTempFile:fullPath - - + + openTempFile: + fullPath + + - performFileOperation:operationsource:(NSString *)source destination:destinationfiles:(NSArray *)files tag:tag - - + + performFileOperation: + operation + source: + source + destination: + destination + files: + files + tag: + tag + + - selectFile:fullPathinFileViewerRootedAtPath:rootFullPath - - + + + selectFile: + + fullPath + + inFileViewerRootedAtPath: + + rootFullPath + + - slideImage:imagefrom:(NSPoint)fromPoint to:toPoint - - + + slideImage: + image + from: + fromPoint + to: + toPoint + + - unmountAndEjectDeviceAtPath:path - - + + unmountAndEjectDeviceAtPath: + path + + - userDefaultsChanged - - + + userDefaultsChanged + +