home *** CD-ROM | disk | FTP | other *** search
- /*********** StaticTypingConversion: + (BOOL) ***********/
-
- replace "+ (BOOL)<b old>" with "+ (BOOL)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("canInitWithPasteboard:<mtype _NSPasteboard><t pasteboard>", "canInitWithPasteboard:(NSPasteboard *)<t pasteboard>"),
- ("dragColor:(NSColor *)<t color> withEvent:(NSEvent *)<t theEvent> fromView:<mtype _NSView><t sourceView>", "dragColor:(NSColor *)<t color> withEvent:(NSEvent *)<t theEvent> fromView:(NSView *)<t sourceView>")
- }
-
- /*********** StaticTypingConversion: + (NSColor *) ***********/
-
- replace "+ (NSColor *)colorFromPasteboard:<mtype _NSPasteboard><t pasteBoard>" with "+ (NSColor *)colorFromPasteboard:(NSPasteboard *)<t pasteBoard>"
-
- /*********** StaticTypingConversion: + (NSData *) ***********/
-
- replace "+ (NSData *)<b old>" with "+ (NSData *)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("TIFFRepresentationOfImageRepsInArray:<mtype _NSArray><t array> usingCompression:(NSTIFFCompression)<t comp> factor:(float)<t factor>", "TIFFRepresentationOfImageRepsInArray:(NSArray *)<t array> usingCompression:(NSTIFFCompression)<t comp> factor:(float)<t factor>"),
- ("TIFFRepresentationOfImageRepsInArray:<mtype _NSArray><t array>", "TIFFRepresentationOfImageRepsInArray:(NSArray *)<t array>")
- }
-
- /*********** StaticTypingConversion: + (NSSize *) ***********/
-
- replace "+ (NSSize)sizeForPaperName:(NSString *)<t name>" with "+ (NSSize)sizeForPaperName:(NSString *)<t name>"
-
- /*********** StaticTypingConversion: + (NSString *) ***********/
-
- replace "+ (NSString *)localizedNameForTIFFCompressionType:(NSTIFFCompression)<t compression>" with "+ (NSString *)localizedNameForTIFFCompressionType:(NSTIFFCompression)<t compression>"
-
- /*********** StaticTypingConversion: + (void) ***********/
-
- replace "+ (void) <b old>" with "+ (void) <b new>"
- where ("<old>", "<new>") isOneOf {
- ("attachHelpFile:(NSString *)<t filename> markerName:(NSString *)<t markername> to:<mtype _id><t object>", "attachHelpFile:(NSString *)<t filename> markerName:(NSString *)<t markername> to:(id)<t object>")
- ("detachHelpFrom:<mtype _id><t object>", "detachHelpFrom:(id)<t object>")
- ("registerImageRepClass:<mtype _Class><t imageRepClass>", "registerImageRepClass:(Class)<t imageRepClass>")
- ("setCellClass:<mtype _Class><t factoryId>", "setCellClass:(Class)<t factoryId>")
- ("setCurrentOperation:<mtype _NSPrintOperation><t operation>", "setCurrentOperation:(NSPrintOperation *)<t operation>")
- ("setDefaultFont:<mtype _NSFont><t anObject>", "setDefaultFont:(NSFont *)<t anObject>")
- ("setDefaultPrinter:<mtype _NSPrinter><t pr>", "setDefaultPrinter:(NSPrinter *)<t pr>")
- ("setFontManagerFactory:<mtype _Class><t factoryId>", "setFontManagerFactory:(Class)<t factoryId>")
- ("setFontPanelFactory:<mtype _Class><t factoryId>", "setFontPanelFactory:(Class)<t factoryId>")
- ("setLink:<mtype _NSDataLink><t link> manager:<mtype _NSDataLinkManager><t linkManager> isMultiple:(BOOL)<t flag>", "setLink:(NSDataLink *)<t link> manager:(NSDataLinkManager *)<t linkManager> isMultiple:(BOOL)<t flag>")
- ("setSharedPrintInfo:<mtype _NSPrintInfo><t printInfo>", "setSharedPrintInfo:(NSPrintInfo *)<t printInfo>")
- ("setUserFixedPitchFont:<mtype _NSFont><t aFont>", "setUserFixedPitchFont:(NSFont *)<t aFont>")
- ("setUserFont:<mtype _NSFont><t aFont>", "setUserFont:(NSFont *)<t aFont>")
- ("unregisterImageRepClass:<mtype _Class><t imageRepClass>", "unregisterImageRepClass:(Class)<t imageRepClass>")
- }
-
- /*********** StaticTypingConversion: + <objtype> ***********/
-
- replace "+ <mtype rettype> <b old>" with "<b new>"
- where ("<old>", "<new>") isOneOf {
- ("sharedColorPanel", "+ (NSColorPanel *)sharedColorPanel")
- ("imageRepClassForData:(NSData *)<t data>", "+ (Class)imageRepClassForData:(NSData *)<t data>")
- ("imageRepClassForFileType:(NSString *)<t type>", "+ (Class)imageRepClassForFileType:(NSString *)<t type>")
- ("imageRepClassForPasteboardType:(NSString *)<t type>", "+ (Class)imageRepClassForPasteboardType:(NSString *)<t type>")
- ("sharedApplication", "+ (NSApplication *)sharedApplication")
- ("availableColorLists", "+ (NSArray *)availableColorLists")
- ("imageFileTypes", "+ (NSArray *)imageFileTypes")
- ("imagePasteboardTypes", "+ (NSArray *)imagePasteboardTypes")
- ("imageRepsWithContentsOfFile:(NSString *)<t filename>", "+ (NSArray *)imageRepsWithContentsOfFile:(NSString *)<t filename>")
- ("imageRepsWithData:(NSData *)<t tiffData>", "+ (NSArray *)imageRepsWithData:(NSData *)<t tiffData>")
- ("imageRepsWithPasteboard:<mtype _NSPasteboard><t pasteboard>", "+ (NSArray *)imageRepsWithPasteboard:(NSPasteboard *)<t pasteboard>")
- ("imageUnfilteredFileTypes", "+ (NSArray *)imageUnfilteredFileTypes")
- ("imageUnfilteredPasteboardTypes", "+ (NSArray *)imageUnfilteredPasteboardTypes")
- ("printerTypes", "+ (NSArray *)printerTypes")
- ("registeredImageRepClasses", "+ (NSArray *)registeredImageRepClasses")
- ("screens", "+ (NSArray *)screens")
- ("typesFilterableTo:(NSString *)<t type>", "+ (NSArray *)typesFilterableTo:(NSString *)<t type>")
- ("colorListNamed:(NSString *)<t name>", "+ (NSColorList *)colorListNamed:(NSString *)<t name>")
- ("IBeamCursor", "+ (NSCursor *)IBeamCursor")
- ("arrowCursor", "+ (NSCursor *)arrowCursor")
- ("currentCursor", "+ (NSCursor *)currentCursor")
- ("sharedDataLinkPanel", "+ (NSDataLinkPanel *)sharedDataLinkPanel")
- ("boldSystemFontOfSize:(float)<t fontSize>", "+ (NSFont *)boldSystemFontOfSize:(float)<t fontSize>")
- ("defaultFont", "+ (NSFont *)defaultFont")
- ("fontWithName:(NSString *)<t fontName> matrix:(const float *)<t fontMatrix>", "+ (NSFont *)fontWithName:(NSString *)<t fontName> matrix:(const float *)<t fontMatrix>")
- ("fontWithName:(NSString *)<t fontName> size:(float)<t fontSize>", "+ (NSFont *)fontWithName:(NSString *)<t fontName> size:(float)<t fontSize>")
- ("systemFontOfSize:(float)<t fontSize>", "+ (NSFont *)systemFontOfSize:(float)<t fontSize>")
- ("userFixedPitchFontOfSize:(float)<t fontSize>", "+ (NSFont *)userFixedPitchFontOfSize:(float)<t fontSize>")
- ("userFontOfSize:(float)<t fontSize>", "+ (NSFont *)userFontOfSize:(float)<t fontSize>")
- ("sharedFontManager", "+ (NSFontManager *)sharedFontManager")
- ("sharedFontPanel", "+ (NSFontPanel *)sharedFontPanel")
- ("branchImage", "+ (NSImage *)branchImage")
- ("highlightedBranchImage", "+ (NSImage *)highlightedBranchImage")
- ("openPanel", "+ (NSOpenPanel *)openPanel")
- ("pageLayout", "+ (NSPageLayout *)pageLayout")
- ("generalPasteboard", "+ (NSPasteboard *)generalPasteboard")
- ("pasteboardByFilteringData:(NSData *)<t data> ofType:(NSString *)<t type>", "+ (NSPasteboard *)pasteboardByFilteringData:(NSData *)<t data> ofType:(NSString *)<t type>")
- ("pasteboardByFilteringFile:(NSString *)<t filename>", "+ (NSPasteboard *)pasteboardByFilteringFile:(NSString *)<t filename>")
- ("pasteboardByFilteringTypesInPasteboard:<mtype _NSPasteboard><t pboard>", "+ (NSPasteboard *)pasteboardByFilteringTypesInPasteboard:(NSPasteboard *)<t pboard>")
- ("pasteboardWithName:(NSString *)<t name>", "+ (NSPasteboard *)pasteboardWithName:(NSString *)<t name>")
- ("pasteboardWithUniqueName", "+ (NSPasteboard *)pasteboardWithUniqueName")
- ("sharedPrintInfo", "+ (NSPrintInfo *)sharedPrintInfo")
- ("EPSOperationWithView:<mtype _NSView><t aView> insideRect:(NSRect)<t rect> toData:(NSMutableData *)<t data> printInfo:<mtype _NSPrintInfo><t aPrintInfo>", "+ (NSPrintOperation *)EPSOperationWithView:(NSView *)<t aView> insideRect:(NSRect)<t rect> toData:(NSMutableData *)<t data> printInfo:(NSPrintInfo *)<t aPrintInfo>")
- ("EPSOperationWithView:<mtype _NSView><t aView> insideRect:(NSRect)<t rect> toData:(NSMutableData *)<t data>", "+ (NSPrintOperation *)EPSOperationWithView:(NSView *)<t aView> insideRect:(NSRect)<t rect> toData:(NSMutableData *)<t data>")
- ("EPSOperationWithView:<mtype _NSView><t aView> insideRect:(NSRect)<t rect> toPath:(NSString *)<t path> printInfo:<mtype _NSPrintInfo><t aPrintInfo>", "+ (NSPrintOperation *)EPSOperationWithView:(NSView *)<t aView> insideRect:(NSRect)<t rect> toPath:(NSString *)<t path> printInfo:(NSPrintInfo *)<t aPrintInfo>")
- ("currentOperation", "+ (NSPrintOperation *)currentOperation")
- ("printOperationWithView:<mtype _NSView><t aView> printInfo:<mtype _NSPrintInfo><t aPrintInfo>", "+ (NSPrintOperation *)printOperationWithView:(NSView *)<t aView> printInfo:(NSPrintInfo *)<t aPrintInfo>")
- ("printOperationWithView:<mtype _NSView><t aView>", "+ (NSPrintOperation *)printOperationWithView:(NSView *)<t aView>")
- ("printPanel", "+ (NSPrintPanel *)printPanel")
- ("defaultPrinter", "+ (NSPrinter *)defaultPrinter")
- ("printerWithName:(NSString *)<t name> domain:(NSString *)<t domain> includeUnavailable:(BOOL)<t flag>", "+ (NSPrinter *)printerWithName:(NSString *)<t name> domain:(NSString *)<t domain> includeUnavailable:(BOOL)<t flag>")
- ("printerWithName:(NSString *)<t name>", "+ (NSPrinter *)printerWithName:(NSString *)<t name>")
- ("printerWithType:(NSString *)<t type>", "+ (NSPrinter *)printerWithType:(NSString *)<t type>")
- ("savePanel", "+ (NSSavePanel *)savePanel")
- ("allSelection", "+ (NSSelection *)allSelection")
- ("currentSelection", "+ (NSSelection *)currentSelection")
- ("emptySelection", "+ (NSSelection *)emptySelection")
- ("selectionWithDescriptionData:(NSData *)<t newData>", "+ (NSSelection *)selectionWithDescriptionData:(NSData *)<t newData>")
- ("sharedSpellChecker", "+ (NSSpellChecker *)sharedSpellChecker")
- ("focusView", "+ (NSView *)focusView")
- ("sharedWorkspace", "+ (NSWorkspace *)sharedWorkspace")
- ("imageNamed:(NSString *)<t name>", "+ (id)imageNamed:(NSString *)<t name>")
- ("imageRepWithContentsOfFile:(NSString *)<t filename>", "+ (id)imageRepWithContentsOfFile:(NSString *)<t filename>")
- ("imageRepWithData:(NSData *)<t tiffData>", "+ (id)imageRepWithData:(NSData *)<t tiffData>")
- ("imageRepWithPasteboard:<mtype _NSPasteboard><t pasteboard>", "+ (id)imageRepWithPasteboard:(NSPasteboard *)<t pasteboard>")
- ("registerDirective:)<t NSString> *)<t directive> forClass:<mtype _Class><t class>", "+ registerDirective:(NSString *)<t directive> forClass:(Class)<t class>")
- }
-
- /*********** StaticTypingConversion: - (BOOL) ***********/
-
- replace "- (BOOL)<b old>" with "- (BOOL)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("acceptsFirstMouse:(NSEvent *)<t theEvent>", "acceptsFirstMouse:(NSEvent *)<t theEvent>")
- ("addLink:<mtype _NSDataLink><t link> at:<mtype _NSSelection><t selection>", "addLink:(NSDataLink *)<t link> at:(NSSelection *)<t selection>")
- ("addLinkAsMarker:<mtype _NSDataLink><t link> at:<mtype _NSSelection><t selection>", "addLinkAsMarker:(NSDataLink *)<t link> at:(NSSelection *)<t selection>")
- ("applicationShouldTerminate:<mtype _id><t sender>", "applicationShouldTerminate:(id)<t sender>")
- ("application:<mtype _id><t sender> openFileWithoutUI:(NSString *)<t filename> withType:(NSString *)<t aType>", "- application:(id)<t sender> openFileWithoutUI:(NSString *)<t filename> withType:(NSString *)<t aType>")
- ("browser:<mtype _NSBrowser><t sender> isColumnValid:(int)<t column>", "browser:(NSBrowser *)<t sender> isColumnValid:(int)<t column>")
- ("browser:<mtype _NSBrowser><t sender> selectCell:(NSString *)<t title> inColumn:(int)<t column>", "browser:(NSBrowser *)<t sender> selectCell:(NSString *)<t title> inColumn:(int)<t column>")
- ("continueTracking:(NSPoint)<t lastPoint> at:(NSPoint)<t currentPoint> inView:<mtype _NSView><t controlView>", "continueTracking:(NSPoint)<t lastPoint> at:(NSPoint)<t currentPoint> inView:(NSView *)<t controlView>")
- ("copyToPasteboard:<mtype _NSPasteboard><t pasteboard> at:<mtype _NSSelection><t selection> cheapCopyAllowed:(BOOL)<t flag>", "copyToPasteboard:(NSPasteboard *)<t pasteboard> at:(NSSelection *)<t selection> cheapCopyAllowed:(BOOL)<t flag>")
- ("dataLinkManager:<mtype _NSDataLinkManager><t sender> isUpdateNeededForLink:<mtype _NSDataLink><t link>", "dataLinkManager:(NSDataLinkManager *)<t sender> isUpdateNeededForLink:(NSDataLink *)<t link>")
- ("dataLinkManagerTracksLinksIndividually:<mtype _NSDataLinkManager><t sender>", "dataLinkManagerTracksLinksIndividually:(NSDataLinkManager *)<t sender>")
- ("drawRepresentation:<mtype _NSImageRep><t imageRep> inRect:(NSRect)<t rect>", "drawRepresentation:(NSImageRep *)<t imageRep> inRect:(NSRect)<t rect>")
- ("fontManager:<mtype _id><t sender> willIncludeFont:(NSString *)<t fontName>", "fontManager:(id)<t sender> willIncludeFont:(NSString *)<t fontName>")
- ("importFile:(NSString *)<t filename> at:<mtype _NSSelection><t selection>", "importFile:(NSString *)<t filename> at:(NSSelection *)<t selection>")
- ("isDescendantOf:<mtype _NSView><t aView>", "isDescendantOf:(NSView *)<t aView>")
- ("makeFirstResponder:<mtype _NSResponder><t aResponder>", "makeFirstResponder:(NSResponder *)<t aResponder>")
- ("openFile:(NSString *)<t fullPath> fromImage:<mtype _NSImage><t anImage> at:(NSPoint)<t point> inView:<mtype _NSView><t aView>", "openFile:(NSString *)<t fullPath> fromImage:(NSImage *)<t anImage> at:(NSPoint)<t point> inView:(NSView *)<t aView>")
- ("panel:<mtype _id><t sender> isValidFilename:(NSString *)<t filename>", "panel:(id)<t sender> isValidFilename:(NSString *)<t filename>")
- ("panel:<mtype _id><t sender> shouldShowFilename:(NSString *)<t filename>", "panel:(id)<t sender> shouldShowFilename:(NSString *)<t filename>")
- ("pasteFromPasteboard:<mtype _NSPasteboard><t pasteboard> at:<mtype _NSSelection><t selection>", "pasteFromPasteboard:(NSPasteboard *)<t pasteboard> at:(NSSelection *)<t selection>")
- ("readSelectionFromPasteboard:<mtype _NSPasteboard><t pboard>", "readSelectionFromPasteboard:(NSPasteboard *)<t pboard>")
- ("sendAction:(SEL)<t theAction> to:<mtype _id><t theTarget> from:<mtype _id><t sender>", "sendAction:(SEL)<t theAction> to:(id)<t theTarget> from:(id)<t sender>")
- ("sendAction:(SEL)<t theAction> to:<mtype _id><t theTarget>", "sendAction:(SEL)<t theAction> to:(id)<t theTarget>")
- ("setPropertyList:<mtype _id><t plist> forType:(NSString *)<t dataType>", "setPropertyList:(id)<t plist> forType:(NSString *)<t dataType>")
- ("showHelpAttachedTo:<mtype _id><t object>", "showHelpAttachedTo:(id)<t object>")
- ("showSelection:<mtype _NSSelection><t selection>", "showSelection:(NSSelection *)<t selection>")
- ("startTrackingAt:(NSPoint)<t startPoint> inView:<mtype _NSView><t controlView>", "startTrackingAt:(NSPoint)<t startPoint> inView:(NSView *)<t controlView>")
- ("textShouldBeginEditing:<mtype _NSText><t textObject>", "textShouldBeginEditing:(NSText *)<t textObject>")
- ("textShouldEndEditing:<mtype _NSText><t textObject>", "textShouldEndEditing:(NSText *)<t textObject>")
- ("trackMouse:(NSEvent *)<t theEvent> inRect:(NSRect)<t cellFrame> ofView:<mtype _NSView><t controlView> untilMouseUp:(BOOL)<t flag>", "trackMouse:(NSEvent *)<t theEvent> inRect:(NSRect)<t cellFrame> ofView:(NSView *)<t controlView> untilMouseUp:(BOOL)<t flag>")
- ("tryToPerform:(SEL)<t anAction> with:<mtype _id><t anObject>", "tryToPerform:(SEL)<t anAction> with:(id)<t anObject>")
- ("validateCell:<mtype _id><t aCell>", "validateCell:(id)<t aCell>")
- ("windowShouldClose:<mtype _id><t sender>", "windowShouldClose:(id)<t sender>")
- ("writeSelectionToPasteboard:<mtype _NSPasteboard><t pboard> types:<mtype _NSArray><t types>", "writeSelectionToPasteboard:(NSPasteboard *)<t pboard> types:(NSArray *)<t types>")
- }
-
- /*********** StaticTypingConversion: - (NSColor *) ***********/
-
- replace "- (NSColor *)<b old>" with "- (NSColor *)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("blendedColorWithFraction:(float)<t fraction> ofColor:(NSColor *)<t color>", "blendedColorWithFraction:(float)<t fraction> ofColor:(NSColor *)<t color>")
- ("colorUsingColorSpaceName:(NSString *)<t colorSpace> device:(NSDictionary *)<t deviceDescription>", "colorUsingColorSpaceName:(NSString *)<t colorSpace> device:(NSDictionary *)<t deviceDescription>")
- ("colorUsingColorSpaceName:(NSString *)<t colorSpace>", "colorUsingColorSpaceName:(NSString *)<t colorSpace>")
- ("colorWithAlphaComponent:(float)<t alpha>", "colorWithAlphaComponent:(float)<t alpha>")
- ("colorWithKey:(NSString *)<t key>", "colorWithKey:(NSString *)<t key>")
- ("runColor: (NSRun *)<t run>", "runColor: (NSRun *)<t run>")
- }
-
- /*********** StaticTypingConversion: - (NSComparisonResult) ***********/
-
- replace "- (NSComparisonResult)<b old>" with "- (NSComparisonResult)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("compare:<mtype _id><t otherCell>", "compare:(id)<t otherCell>")
- ("panel:<mtype _id><t sender> compareFilename:(NSString *)<t file1> with:(NSString *)<t file2> caseSensitive:(BOOL)<t caseSensitive>", "panel:(id)<t sender> compareFilename:(NSString *)<t file>1 with:(NSString *)<t file>2
- caseSensitive:(BOOL)<t caseSensitive>")
- }
-
- /*********** StaticTypingConversion: - (NSFontTraitMask) ***********/
-
- replace "- (NSFontTraitMask)traitsOfFont:<mtype _NSFont><t fontObj>" with "- (NSFontTraitMask)traitsOfFont:(NSFont *)<t fontObj>"
-
- /*********** StaticTypingConversion: - (NSModalSession) ***********/
-
- replace "- (NSModalSession)beginModalSessionForWindow:<mtype _NSWindow><t theWindow>" with "- (NSModalSession)beginModalSessionForWindow:(NSWindow *)<t theWindow>"
-
- /*********** StaticTypingConversion: - (NSPoint) ***********/
-
- replace "- (NSPoint)<b old>" with "- (NSPoint)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("convertPoint:(NSPoint)<t aPoint> fromView:<mtype _NSView><t aView>", "convertPoint:(NSPoint)<t aPoint> fromView:(NSView *)<t aView>")
- ("convertPoint:(NSPoint)<t aPoint> toView:<mtype _NSView><t aView>", "convertPoint:(NSPoint)<t aPoint> toView:(NSView *)<t aView>")
- ("locationForSubmenu:<mtype _NSMenu><t aSubmenu>", "locationForSubmenu:(NSMenu *)<t aSubmenu>")
- ("locationOfCell:<mtype _NSCell><t cell>", "locationOfCell:(NSCell *)<t cell>")
- }
-
- /*********** StaticTypingConversion: - (NSPrinterTableStatus) ***********/
-
- replace "- (NSPrinterTableStatus)statusForTable:(NSString *)<t table>" with "- (NSPrinterTableStatus)statusForTable:(NSString *)<t table>"
-
- /*********** StaticTypingConversion: - (NSRange) ***********/
-
- replace "- (NSRange)spellServer:<mtype _NSSpellServer><t sender> findMisspelledWordInString:(NSString *)<t stringToCheck> language:(NSString *)<t language> wordCount:(int *)<t wordCount> countOnly:(BOOL)<t countOnly>" with "- (NSRange)spellServer:(NSSpellServer *)<t sender> findMisspelledWordInString:(NSString *)<t stringToCheck> language:(NSString *)<t language> wordCount:(int *)<t wordCount> countOnly:(BOOL)<t countOnly>"
-
- /*********** StaticTypingConversion: - (NSRect) ***********/
-
- replace "- (NSRect)<b old>" with "- (NSRect)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("convertRect:(NSRect)<t aRect> fromView:<mtype _NSView><t aView>", "convertRect:(NSRect)<t aRect> fromView:(NSView *)<t aView>")
- ("convertRect:(NSRect)<t aRect> toView:<mtype _NSView><t aView>", "convertRect:(NSRect)<t aRect> toView:(NSView *)<t aView>")
- ("textDidResize:<mtype _NSCStringText><t textObject> oldBounds:(NSRect)<t oldBounds>", "textDidResize:(NSCStringText *)<t textObject> oldBounds:(NSRect)<t oldBounds>")
- }
-
- /*********** StaticTypingConversion: - (NSSize) ***********/
-
- replace "- (NSSize)<b old>" with "- (NSSize)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("convertSize:(NSSize)<t aSize> fromView:<mtype _NSView><t aView>", "convertSize:(NSSize)<t aSize> fromView:(NSView *)<t aView>")
- ("convertSize:(NSSize)<t aSize> toView:<mtype _NSView><t aView>", "convertSize:(NSSize)<t aSize> toView:(NSView *)<t aView>")
- ("textWillWrite:<mtype _NSCStringText><t textObject>", "textWillWrite:(NSCStringText *)<t textObject>")
- ("windowWillResize:<mtype _NSWindow><t sender> toSize:(NSSize)<t frameSize>", "windowWillResize:(NSWindow *)<t sender> toSize:(NSSize)<t frameSize>")
- }
-
- /*********** StaticTypingConversion: - (NSString *) ***********/
-
- replace "- (NSString *)<b old>" with "- (NSString *)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("browser:<mtype _NSBrowser><t sender> titleOfColumn:(int)<t column>", "browser:(NSBrowser *)<t sender> titleOfColumn:(int)<t column>")
- ("richTextForView:<mtype _NSView><t view>", "richTextForView:(NSView *)<t view>")
- }
-
- /*********** StaticTypingConversion: - (NSTrackingRectTag) ***********/
-
- replace "- (NSTrackingRectTag)addTrackingRect:(NSRect)<t aRect> owner:<mtype _id><t anObject> assumeInside:(BOOL)<t flag>"with "- (NSTrackingRectTag)addTrackingRect:(NSRect)<t aRect> owner:(id)<t anObject> assumeInside:(BOOL)<t flag>"
-
- /*********** StaticTypingConversion: - (int) ***********/
-
- replace "- (int)<b old>" with "- (int)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("application:<mtype _NSApplication><t sender> openFile:(NSString *)<t filename> withType:(NSString *)<t aType>", "application:(NSApplication *)<t sender> openFile:(NSString *)<t filename> withType:(NSString *)<t aType>")
- ("application:<mtype _NSApplication><t sender> openTempFile:(NSString *)<t filename> withType:(NSString *)<t aType>", "application:(NSApplication *)<t sender> openTempFile:(NSString *)<t filename> withType:(NSString *)<t aType>")
- ("browser:<mtype _NSBrowser><t sender> numberOfRowsInColumn:(int)<t column>", "browser:(NSBrowser *)<t sender> numberOfRowsInColumn:(int)<t column>")
- ("columnOfMatrix:<mtype _NSMatrix><t matrix>", "columnOfMatrix:(NSMatrix *)<t matrix>")
- ("runModalForWindow:<mtype _NSWindow><t theWindow>", "runModalForWindow:(NSWindow *)<t theWindow>")
- ("runModalWithPrintInfo:<mtype _NSPrintInfo><t pInfo>", "runModalWithPrintInfo:(NSPrintInfo *)<t pInfo>")
- ("weightOfFont:<mtype _NSFont><t fontObj>", "weightOfFont:(NSFont *)<t fontObj>")
- }
-
- /*********** StaticTypingConversion: - (void *) ***********/
-
- replace "- (void *)paragraphStyleForFont:<mtype _NSFont><t fontId> alignment:(int)<t alignment>" with "- (void *)paragraphStyleForFont:(NSFont *)<t fontId> alignment:(int)<t alignment>"
-
- /*********** StaticTypingConversion: - (void) ***********/
-
- replace "- (void)<b old>" with "- (void)<b new>"
- where ("<old>", "<new>") isOneOf {
- ("addColumnWithCells:<mtype _NSArray><t newCells>", "addColumnWithCells:(NSArray *)<t newCells>")
- ("addCursorRect:(NSRect)<t aRect> cursor:<mtype _NSCursor><t anObj>", "addCursorRect:(NSRect)<t aRect> cursor:(NSCursor *)<t anObj>")
- ("addItemsWithTitles:<mtype _NSArray><t itemTitles>", "addItemsWithTitles:(NSArray *)<t itemTitles>")
- ("addRepresentation:<mtype _NSImageRep><t imageRep>", "addRepresentation:(NSImageRep *)<t imageRep>")
- ("addRepresentations:<mtype _NSArray><t imageReps>", "addRepresentations:(NSArray *)<t imageReps>")
- ("addRowWithCells:<mtype _NSArray><t newCells>", "addRowWithCells:(NSArray *)<t newCells>")
- ("addSubview:<mtype _NSView><t aView> positioned:(NSWindowOrderingMode)<t place> relativeTo:<mtype _NSView><t otherView>", "addSubview:(NSView *)<t aView> positioned:(NSWindowOrderingMode)<t place> relativeTo:(NSView *)<t otherView>")
- ("addSubview:<mtype _NSView><t aView>", "addSubview:(NSView *)<t aView>")
- ("addSupplement:(NSString *)<t helpDirectory> inPath:(NSString *)<t supplementPath>", "addSupplement:(NSString *)<t helpDirectory> inPath:(NSString *)<t supplementPath>")
- ("addWindowsItem:<mtype _id><t win> title:(NSString *)<t aString> filename:(BOOL)<t isFilename>", "addWindowsItem:(id)<t win> title:(NSString *)<t aString> filename:(BOOL)<t isFilename>")
- ("alignCenter:<mtype _id><t sender>", "alignCenter:(id)<t sender>")
- ("alignLeft:<mtype _id><t sender>", "alignLeft:(id)<t sender>")
- ("alignRight:<mtype _id><t sender>", "alignRight:(id)<t sender>")
- ("arrangeInFront:<mtype _id><t sender>", "arrangeInFront:(id)<t sender>")
- ("attachColorList:<mtype _NSColorList><t colorList>", "attachColorList:(NSColorList *)<t colorList>")
- ("browser:<mtype _NSBrowser><t sender> createRowsForColumn:(int)<t column> inMatrix:<mtype _NSMatrix><t matrix>", "browser:(NSBrowser *)<t sender> createRowsForColumn:(int)<t column> inMatrix:(NSMatrix *)<t matrix>")
- ("browser:<mtype _NSBrowser><t sender> willDisplayCell:<mtype _id><t cell> atRow:(int)<t row> column:(int)<t column>", "browser:(NSBrowser *)<t sender> willDisplayCell:(id)<t cell> atRow:(int)<t row> column:(int)<t column>")
- ("browserDidScroll:<mtype _NSBrowser><t sender>", "browserDidScroll:(NSBrowser *)<t sender>")
- ("browserWillScroll:<mtype _NSBrowser><t sender>", "browserWillScroll:(NSBrowser *)<t sender>")
- ("cancel:<mtype _id><t sender>", "cancel:(id)<t sender>")
- ("changeFont:<mtype _id><t sender>", "changeFont:(id)<t sender>")
- ("changeWindowsItem:<mtype _id><t win> title:(NSString *)<t aString> filename:(BOOL)<t isFilename>", "changeWindowsItem:(id)<t win> title:(NSString *)<t aString> filename:(BOOL)<t isFilename>")
- ("checkSpelling:<mtype _id><t sender>", "checkSpelling:(id)<t sender>")
- ("clear:<mtype _id><t sender>", "clear:(id)<t sender>")
- ("copy:<mtype _id><t sender>", "copy:(id)<t sender>")
- ("copyFont:<mtype _id><t sender>", "copyFont:(id)<t sender>")
- ("copyRuler:<mtype _id><t sender>", "copyRuler:(id)<t sender>")
- ("cut:<mtype _id><t sender>", "cut:(id)<t sender>")
- ("dataLinkManager:<mtype _NSDataLinkManager><t sender> didBreakLink:<mtype _NSDataLink><t link>", "dataLinkManager:(NSDataLinkManager *)<t sender> didBreakLink:(NSDataLink *)<t link>")
- ("dataLinkManager:<mtype _NSDataLinkManager><t sender> startTrackingLink:<mtype _NSDataLink><t link>", "dataLinkManager:(NSDataLinkManager *)<t sender> startTrackingLink:(NSDataLink *)<t link>")
- ("dataLinkManager:<mtype _NSDataLinkManager><t sender> stopTrackingLink:<mtype _NSDataLink><t link>", "dataLinkManager:(NSDataLinkManager *)<t sender> stopTrackingLink:(NSDataLink *)<t link>")
- ("dataLinkManagerCloseDocument:<mtype _NSDataLinkManager><t sender>", "dataLinkManagerCloseDocument:(NSDataLinkManager *)<t sender>")
- ("dataLinkManagerDidEditLinks:<mtype _NSDataLinkManager><t sender>", "dataLinkManagerDidEditLinks:(NSDataLinkManager *)<t sender>")
- ("dataLinkManagerRedrawLinkOutlines:<mtype _NSDataLinkManager><t sender>", "dataLinkManagerRedrawLinkOutlines:(NSDataLinkManager *)<t sender>")
- ("delete:<mtype _id><t sender>", "delete:(id)<t sender>")
- ("deminiaturize:<mtype _id><t sender>", "deminiaturize:(id)<t sender>")
- ("detachColorList:<mtype _NSColorList><t colorList>", "detachColorList:(NSColorList *)<t colorList>")
- ("doClick:<mtype _id><t sender>", "doClick:(id)<t sender>")
- ("doDoubleClick:<mtype _id><t sender>", "doDoubleClick:(id)<t sender>")
- ("dragImage:<mtype _NSImage><t anImage> at:(NSPoint)<t baseLocation> offset:(NSSize)<t initialOffset> event:(NSEvent *)<t event> pasteboard:<mtype _NSPasteboard><t pboard> source:<mtype _id><t sourceObj> slideBack:(BOOL)<t slideFlag>", "dragImage:(NSImage *)<t anImage> at:(NSPoint)<t baseLocation> offset:(NSSize)<t initialOffset> event:(NSEvent *)<t event> pasteboard:(NSPasteboard *)<t pboard> source:(id)<t sourceObj> slideBack:(BOOL)<t slideFlag>")
- ("dragImage:<mtype _NSImage><t anImage> at:(NSPoint)<t viewLocation> offset:(NSSize)<t initialOffset> event:(NSEvent *)<t event> pasteboard:<mtype _NSPasteboard><t pboard> source:<mtype _id><t sourceObj> slideBack:(BOOL)<t slideFlag>", "dragImage:(NSImage *)<t anImage> at:(NSPoint)<t viewLocation> offset:(NSSize)<t initialOffset> event:(NSEvent *)<t event> pasteboard:(NSPasteboard *)<t pboard> source:(id)<t sourceObj> slideBack:(BOOL)<t slideFlag>")
- ("draggedImage:<mtype _NSImage><t image> beganAt:(NSPoint)<t screenPoint>", "draggedImage:(NSImage *)<t image> beganAt:(NSPoint)<t screenPoint>")
- ("draggedImage:<mtype _NSImage><t image> endedAt:(NSPoint)<t screenPoint> deposited:(BOOL)<t flag>", "draggedImage:(NSImage *)<t image> endedAt:(NSPoint)<t screenPoint> deposited:(BOOL)<t flag>")
- ("drawCell:<mtype _NSCell><t aCell>", "drawCell:(NSCell *)<t aCell>")
- ("drawCellAtIndex:(int)<t index>", "drawCellAtIndex:(int)<t index>")
- ("drawCellInside:<mtype _NSCell><t aCell>", "drawCellInside:(NSCell *)<t aCell>")
- ("drawInteriorWithFrame:(NSRect)<t cellFrame> inView:<mtype _NSView><t controlView>", "drawInteriorWithFrame:(NSRect)<t cellFrame> inView:(NSView *)<t controlView>")
- ("drawWithFrame:(NSRect)<t cellFrame> inView:<mtype _NSView><t controlView>", "drawWithFrame:(NSRect)<t cellFrame> inView:(NSView *)<t controlView>")
- ("editWithFrame:(NSRect)<t aRect> inView:<mtype _NSView><t controlView> editor:<mtype _NSText><t textObj> delegate:<mtype _id><t anObject> event:(NSEvent *)<t theEvent>", "editWithFrame:(NSRect)<t aRect> inView:(NSView *)<t controlView> editor:(NSText *)<t textObj> delegate:(id)<t anObject> event:(NSEvent *)<t theEvent>")
- ("endEditing:<mtype _NSText><t textObj>", "endEditing:(NSText *)<t textObj>")
- ("endEditingFor:<mtype _id><t anObject>", "endEditingFor:(id)<t anObject>")
- ("fax:<mtype _id><t sender>", "fax:(id)<t sender>")
- ("hide:<mtype _id><t sender>", "hide:(id)<t sender>")
- ("highlight:(BOOL)<t flag> withFrame:(NSRect)<t cellFrame> inView:<mtype _NSView><t controlView>", "highlight:(BOOL)<t flag> withFrame:(NSRect)<t cellFrame> inView:(NSView *)<t controlView>")
- ("ignoreWord:(NSString *)<t wordToIgnore> inSpellDocumentWithTag:(int)<t tag>", "ignoreWord:(NSString *)<t wordToIgnore> inSpellDocumentWithTag:(int)<t tag>")
- ("insertColor:(NSColor *)<t color> key:(NSString *)<t key> atIndex:(unsigned)<t loc>", "insertColor:(NSColor *)<t color> key:(NSString *)<t key> atIndex:(unsigned)<t loc>")
- ("insertColumn:(int)<t column> withCells:<mtype _NSArray><t newCells>", "insertColumn:(int)<t column> withCells:(NSArray *)<t newCells>")
- ("insertNewButtonImage:<mtype _NSImage><t newButtonImage> in:<mtype _NSButtonCell><t buttonCell>", "insertNewButtonImage:(NSImage *)<t newButtonImage> in:(NSButtonCell *)<t buttonCell>")
- ("insertRow:(int)<t row> withCells:<mtype _NSArray><t newCells>", "insertRow:(int)<t row> withCells:(NSArray *)<t newCells>")
- ("invalidateCursorRectsForView:<mtype _NSView><t aView>", "invalidateCursorRectsForView:(NSView *)<t aView>")
- ("journalerDidEnd:<mtype _NXJournaler><t journaler>", "journalerDidEnd:(NXJournaler *)<t journaler>")
- ("journalerDidUserAbort:<mtype _NXJournaler *><t journaler>", "journalerDidUserAbort:(NXJournaler *)<t journaler>")
- ("lockFocusOnRepresentation:<mtype _NSImageRep><t imageRepresentation>", "lockFocusOnRepresentation:(NSImageRep *)<t imageRepresentation>")
- ("makeKeyAndOrderFront:<mtype _id><t sender>", "makeKeyAndOrderFront:(id)<t sender>")
- ("miniaturize:<mtype _id><t sender>", "miniaturize:(id)<t sender>")
- ("miniaturizeAll:<mtype _id><t sender>", "miniaturizeAll:(id)<t sender>")
- ("ok:<mtype _id><t sender>", "ok:(id)<t sender>")
- ("orderBack:<mtype _id><t sender>", "orderBack:(id)<t sender>")
- ("orderFront:<mtype _id><t sender>", "orderFront:(id)<t sender>")
- ("orderFrontColorPanel:<mtype _id><t sender>", "orderFrontColorPanel:(id)<t sender>")
- ("orderFrontDataLinkPanel:<mtype _id><t sender>", "orderFrontDataLinkPanel:(id)<t sender>")
- ("orderOut:<mtype _id><t sender>", "orderOut:(id)<t sender>")
- ("paste:<mtype _id><t sender>", "paste:(id)<t sender>")
- ("pasteFont:<mtype _id><t sender>", "pasteFont:(id)<t sender>")
- ("pasteRuler:<mtype _id><t sender>", "pasteRuler:(id)<t sender>")
- ("pasteboard:<mtype _NSPasteboard><t sender> provideDataForType:(NSString *)<t type>", "pasteboard:(NSPasteboard *)<t sender> provideDataForType:(NSString *)<t type>")
- ("pasteboardChangedOwner:<mtype _NSPasteboard><t sender>", "pasteboardChangedOwner:(NSPasteboard *)<t sender>")
- ("performClick:<mtype _id><t sender>", "performClick:(id)<t sender>")
- ("performClose:<mtype _id><t sender>", "performClose:(id)<t sender>")
- ("performMiniaturize:<mtype _id><t sender>", "performMiniaturize:(id)<t sender>")
- ("pickedAllPages:<mtype _id><t sender>", "pickedAllPages:(id)<t sender>")
- ("pickedBreakAllLinks:<mtype _id><t sender>", "pickedBreakAllLinks:(id)<t sender>")
- ("pickedBreakLink:<mtype _id><t sender>", "pickedBreakLink:(id)<t sender>")
- ("pickedButton:<mtype _id><t sender>", "pickedButton:(id)<t sender>")
- ("pickedLayoutList:<mtype _id><t sender>", "pickedLayoutList:(id)<t sender>")
- ("pickedOpenSource:<mtype _id><t sender>", "pickedOpenSource:(id)<t sender>")
- ("pickedOrientation:<mtype _id><t sender>", "pickedOrientation:(id)<t sender>")
- ("pickedPaperSize:<mtype _id><t sender>", "pickedPaperSize:(id)<t sender>")
- ("pickedUnits:<mtype _id><t sender>", "pickedUnits:(id)<t sender>")
- ("pickedUpdateDestination:<mtype _id><t sender>", "pickedUpdateDestination:(id)<t sender>")
- ("pickedUpdateMode:<mtype _id><t sender>", "pickedUpdateMode:(id)<t sender>")
- ("print:<mtype _id><t sender>", "print:(id)<t sender>")
- ("putCell:<mtype _NSCell><t newCell> atRow:(int)<t row> column:(int)<t col>", "putCell:(NSCell *)<t newCell> atRow:(int)<t row> column:(int)<t col>")
- ("readRichText:(NSString *)<t string> forView:<mtype _NSView><t view>", "readRichText:(NSString *)<t string> forView:(NSView *)<t view>")
- ("reflectScrolledClipView:<mtype _NSClipView><t aClipView>", "reflectScrolledClipView:(NSClipView *)<t aClipView>")
- ("reflectScrolledClipView:<mtype _NSClipView><t cView>", "reflectScrolledClipView:(NSClipView *)<t cView>")
- ("removeCursorRect:(NSRect)<t aRect> cursor:<mtype _NSCursor><t anObj>", "removeCursorRect:(NSRect)<t aRect> cursor:(NSCursor *)<t anObj>")
- ("removeRepresentation:<mtype _NSImageRep><t imageRep>", "removeRepresentation:(NSImageRep *)<t imageRep>")
- ("renewFont:<mtype _NSFont><t newFontId> text:(NSString *)<t newText> frame:(NSRect)<t newFrame> tag:(int)<t newTag>", "renewFont:(NSFont *)<t newFontId> text:(NSString *)<t newText> frame:(NSRect)<t newFrame> tag:(int)<t newTag>")
- ("replaceSelWithCell:<mtype _NSCell><t cell>", "replaceSelWithCell:(NSCell *)<t cell>")
- ("replaceSubview:<mtype _NSView><t oldView> with:<mtype _NSView><t newView>", "replaceSubview:(NSView *)<t oldView> with:(NSView *)<t newView>")
- ("resetCursorRect:(NSRect)<t cellFrame> inView:<mtype _NSView><t controlView>", "resetCursorRect:(NSRect)<t cellFrame> inView:(NSView *)<t controlView>")
- ("runPageLayout:<mtype _id><t sender>", "runPageLayout:(id)<t sender>")
- ("scrollClipView:<mtype _NSClipView><t aClipView> toPoint:(NSPoint)<t aPoint>", "scrollClipView:(NSClipView *)<t aClipView> toPoint:(NSPoint)<t aPoint>")
- ("scrollViaScroller:<mtype _NSScroller><t sender>", "scrollViaScroller:(NSScroller *)<t sender>")
- ("selectAll:<mtype _id><t sender>", "selectAll:(id)<t sender>")
- ("selectCell:<mtype _NSCell><t aCell>", "selectCell:(NSCell *)<t aCell>")
- ("selectText:<mtype _id><t sender>", "selectText:(id)<t sender>")
- ("selectWithFrame:(NSRect)<t aRect> inView:<mtype _NSView><t controlView> editor:<mtype _NSText><t textObj> delegate:<mtype _id><t anObject> start:(int)<t selStart> length:(int)<t selLength>", "selectWithFrame:(NSRect)<t aRect> inView:(NSView *)<t controlView> editor:(NSText *)<t textObj> delegate:(id)<t anObject> start:(int)<t selStart> length:(int)<t selLength>")
- ("sendAction:(SEL)<t aSelector> to:<mtype _id><t anObject> forAllCells:(BOOL)<t flag>", "sendAction:(SEL)<t aSelector> to:(id)<t anObject> forAllCells:(BOOL)<t flag>")
- ("setAccessoryView:<mtype _NSView><t aView>", "setAccessoryView:(NSView *)<t aView>")
- ("setAlternateImage:<mtype _NSImage><t image>", "setAlternateImage:(NSImage *)<t image>")
- ("setAlternateImage:<mtype _NSImage><t newAltImage>", "setAlternateImage:(NSImage *)<t newAltImage>")
- ("setAppListener:<mtype _Listener><t aListener>", "setAppListener:(Listener *)<t aListener>")
- ("setAppSpeaker:<mtype _Speaker><t aSpeaker>", "setAppSpeaker:(Speaker *)<t aSpeaker>")
- ("setCell:<mtype _NSCell><t aCell>", "setCell:(NSCell *)<t aCell>")
- ("setCellClass:<mtype _Class><t factoryId>", "setCellClass:(Class)<t factoryId>")
- ("setCellPrototype:<mtype _NSCell><t aCell>", "setCellPrototype:(NSCell *)<t aCell>")
- ("setContentView:<mtype _NSView><t aView>", "setContentView:(NSView *)<t aView>")
- ("setDelegate:<mtype _id><t anObject>", "setDelegate:(id)<t anObject>")
- ("setDocumentCursor:<mtype _NSCursor><t anObj>", "setDocumentCursor:(NSCursor *)<t anObj>")
- ("setDocumentView:<mtype _NSView><t aView>", "setDocumentView:(NSView *)<t aView>")
- ("setFont:<mtype _NSFont><t font> ofRange:(NSRange)<t range>", "setFont:(NSFont *)<t font> ofRange:(NSRange)<t range>")
- ("setFont:<mtype _NSFont><t fontObj> paragraphStyle:(void *)<t paraStyle>", "setFont:(NSFont *)<t fontObj> paragraphStyle:(void *)<t paraStyle>")
- ("setFont:<mtype _NSFont><t fontObj>", "setFont:(NSFont *)<t fontObj>")
- ("setFont:<mtype _NSFont><t fontObject>", "setFont:(NSFont *)<t fontObject>")
- ("setFont:<mtype _NSFont><t obj>", "setFont:(NSFont *)<t obj>")
- ("setFontMenu:<mtype _NSMenu><t newMenu>", "setFontMenu:(NSMenu *)<t newMenu>")
- ("setHorizontalScroller:<mtype _NSScroller><t anObject>", "setHorizontalScroller:(NSScroller *)<t anObject>")
- ("setImage:<mtype _NSImage><t backgroundImage>", "setImage:(NSImage *)<t backgroundImage>")
- ("setImage:<mtype _NSImage><t iconName> atRow:(int)<t row> column:(int)<t col>", "setImage:(NSImage *)<t iconName> atRow:(int)<t row> column:(int)<t col>")
- ("setImage:<mtype _NSImage><t image>", "setImage:(NSImage *)<t image>")
- ("setImage:<mtype _NSImage><t newImage>", "setImage:(NSImage *)<t newImage>")
- ("setItemMatrix:<mtype _NSMatrix><t aMatrix>", "setItemMatrix:(NSMatrix *)<t aMatrix>")
- ("setKeyEquivalentFont:<mtype _NSFont><t fontObj>", "setKeyEquivalentFont:(NSFont *)<t fontObj>")
- ("setLink:<mtype _NSDataLink><t link> manager:<mtype _NSDataLinkManager><t linkManager> isMultiple:(BOOL)<t flag>", "setLink:(NSDataLink *)<t link> manager:(NSDataLinkManager *)<t linkManager> isMultiple:(BOOL)<t flag>")
- ("setMainMenu:<mtype _NSMenu><t aMenu>", "setMainMenu:(NSMenu *)<t aMenu>")
- ("setMatrixClass:<mtype _Class><t factoryId>", "setMatrixClass:(Class)<t factoryId>")
- ("setMiniwindowImage:<mtype _NSImage><t image>", "setMiniwindowImage:(NSImage *)<t image>")
- ("setNextResponder:<mtype _NSResponder><t aResponder>", "setNextResponder:(NSResponder *)<t aResponder>")
- ("setNextText:<mtype _id><t anObject>", "setNextText:(id)<t anObject>")
- ("setPanelFont:<mtype _NSFont><t fontObj> isMultiple:(BOOL)<t flag>", "setPanelFont:(NSFont *)<t fontObj> isMultiple:(BOOL)<t flag>")
- ("setPreviousText:<mtype _id><t anObject>", "setPreviousText:(id)<t anObject>")
- ("setPrintInfo:<mtype _NSPrintInfo><t aPrintInfo>", "setPrintInfo:(NSPrintInfo *)<t aPrintInfo>")
- ("setPrintPanel:<mtype _NSPrintPanel><t panel>", "setPrintPanel:(NSPrintPanel *)<t panel>")
- ("setPrinter:<mtype _NSPrinter><t pr>", "setPrinter:(NSPrinter *)<t pr>")
- ("setPrototype:<mtype _NSCell><t aCell>", "setPrototype:(NSCell *)<t aCell>")
- ("setRepresentedObject:<mtype _id><t anObject>", "setRepresentedObject:(id)<t anObject>")
- ("setSelColor:(NSColor *)<t color>", "setSelColor:(NSColor *)<t color>")
- ("setSelFont:<mtype _NSFont><t fontId> paragraphStyle:(void *)<t paraStyle>", "setSelFont:(NSFont *)<t fontId> paragraphStyle:(void *)<t paraStyle>")
- ("setSelectedFont:<mtype _NSFont><t fontId>", "setSelectedFont:(NSFont *)<t fontId>")
- ("setSelectedFont:<mtype _NSFont><t fontObj> isMultiple:(BOOL)<t flag>", "setSelectedFont:(NSFont *)<t fontObj> isMultiple:(BOOL)<t flag>")
- ("setServicesMenu:<mtype _NSMenu><t aMenu>", "setServicesMenu:(NSMenu *)<t aMenu>")
- ("setSound:<mtype _Sound><t aSound>", "setSound:(Sound *)<t aSound>")
- ("setSound:<mtype _Sound><t soundObj>", "setSound:(Sound *)<t soundObj>")
- ("setTextFont:<mtype _NSFont><t fontObj>", "setTextFont:(NSFont *)<t fontObj>")
- ("setTitleCell:<mtype _NSCell><t aCell>", "setTitleCell:(NSCell *)<t aCell>")
- ("setTitleFont:<mtype _NSFont><t fontObj>", "setTitleFont:(NSFont *)<t fontObj>")
- ("setVerticalScroller:<mtype _NSScroller><t anObject>", "setVerticalScroller:(NSScroller *)<t anObject>")
- ("setVerticallyCentered:(BOOL)<t flag>", "setVerticallyCentered:(BOOL)<t flag>")
- ("setWindowsMenu:<mtype _id><t menu>", "setWindowsMenu:(id)<t menu>")
- ("showGuessPanel:<mtype _id><t sender>", "showGuessPanel:(id)<t sender>")
- ("spellServer:<mtype _NSSpellServer><t sender> didForgetWord:(NSString *)<t word> inLanguage:(NSString *)<t language>", "spellServer:(NSSpellServer *)<t sender> didForgetWord:(NSString *)<t word> inLanguage:(NSString *)<t language>")
- ("spellServer:<mtype _NSSpellServer><t sender> didLearnWord:(NSString *)<t word> inLanguage:(NSString *)<t language>", "spellServer:(NSSpellServer *)<t sender> didLearnWord:(NSString *)<t word> inLanguage:(NSString *)<t language>")
- ("splitView:<mtype _NSSplitView><t sender> constrainMinCoordinate:(float *)<t min> maxCoordinate:(float *)<t max> ofSubviewAt:(int)<t offset>", "splitView:(NSSplitView *)<t sender> constrainMinCoordinate:(float *)<t min> maxCoordinate:(float *)<t max> ofSubviewAt:(int)<t offset>")
- ("splitView:<mtype _NSSplitView><t sender> resizeSubviewsWithOldSize:(NSSize)<t oldSize>", "splitView:(NSSplitView *)<t sender> resizeSubviewsWithOldSize:(NSSize)<t oldSize>")
- ("stop:<mtype _id><t sender>", "stop:(id)<t sender>")
- ("stopTracking:(NSPoint)<t lastPoint> at:(NSPoint)<t stopPoint> inView:<mtype _NSView><t controlView> mouseIsUp:(BOOL)<t flag>", "stopTracking:(NSPoint)<t lastPoint> at:(NSPoint)<t stopPoint> inView:(NSView *)<t controlView> mouseIsUp:(BOOL)<t flag>")
- ("submenuAction:<mtype _id><t sender>", "submenuAction:(id)<t sender>")
- ("subscript:<mtype _id><t sender>", "subscript:(id)<t sender>")
- ("superscript:<mtype _id><t sender>", "superscript:(id)<t sender>")
- ("takeColorFrom:<mtype _id><t sender>", "takeColorFrom:(id)<t sender>")
- ("takeDoubleValueFrom:<mtype _id><t sender>", "takeDoubleValueFrom:(id)<t sender>")
- ("takeFloatValueFrom:<mtype _id><t sender>", "takeFloatValueFrom:(id)<t sender>")
- ("takeStringValueFrom:<mtype _id><t sender>", "takeStringValueFrom:(id)<t sender>")
- ("terminate:<mtype _id><t sender>", "terminate:(id)<t sender>")
- ("textDidRead:<mtype _NSCStringText><t textObject> paperSize:(NSSize)<t paperSize>", "textDidRead:(NSCStringText *)<t textObject> paperSize:(NSSize)<t paperSize>")
- ("textWillFinishReadingRichText:<mtype _NSCStringText><t textObject>", "textWillFinishReadingRichText:(NSCStringText *)<t textObject>")
- ("textWillResize:<mtype _NSCStringText><t textObject>", "textWillResize:(NSCStringText *)<t textObject>")
- ("textWillSetSel:<mtype _NSCStringText><t textObject> toFont:<mtype _NSFont><t font>", "textWillSetSel:(NSCStringText *)<t textObject> toFont:(NSFont *)<t font>")
- ("textWillStartReadingRichText:<mtype _NSCStringText><t textObject>", "textWillStartReadingRichText:(NSCStringText *)<t textObject>")
- ("toggleRuler:<mtype _id><t sender>", "toggleRuler:(id)<t sender>")
- ("underline:<mtype _id><t sender>", "underline:(id)<t sender>")
- ("unhide:<mtype _id><t sender>", "unhide:(id)<t sender>")
- ("unscript:<mtype _id><t sender>", "unscript:(id)<t sender>")
- ("updateCell:<mtype _NSCell><t aCell>", "updateCell:(NSCell *)<t aCell>")
- ("updateCellInside:<mtype _NSCell><t aCell>", "updateCellInside:(NSCell *)<t aCell>")
- ("updateWindowsItem:<mtype _id><t win>", "updateWindowsItem:(id)<t win>")
- ("viewSizeChanged:<mtype _id><t sender>", "viewSizeChanged:(id)<t sender>")
- ("viewWillMoveToWindow:<mtype _NSWindow><t newWindow>", "viewWillMoveToWindow:(NSWindow *)<t newWindow>")
- ("writeEPSInsideRect:(NSRect)<t rect> toPasteboard:<mtype _NSPasteboard><t pasteboard>", "writeEPSInsideRect:(NSRect)<t rect> toPasteboard:(NSPasteboard *)<t pasteboard>")
- ("writeLinksToPasteboard:<mtype _NSPasteboard><t pasteboard>", "writeLinksToPasteboard:(NSPasteboard *)<t pasteboard>")
- ("writeToPasteboard:<mtype _NSPasteboard><t pasteBoard>", "writeToPasteboard:(NSPasteboard *)<t pasteBoard>")
- ("writeToPasteboard:<mtype _NSPasteboard><t pasteboard>", "writeToPasteboard:(NSPasteboard *)<t pasteboard>")
- }
-
-
- /*********** StaticTypingConversion: - <objtype> ***********/
-
- replace "+ <mtype rettype> <b old>" with "<b new>"
- where ("<old>", "<new>") isOneOf {
- ("colorPanel", "- (NSColorPanel *)colorPanel")
- ("appListener", "- (Listener *)appListener")
- ("allKeys", "- (NSArray *)allKeys")
- ("availableFonts", "- (NSArray *)availableFonts")
- ("cells", "- (NSArray *)cells")
- ("filenames", "- (NSArray *)filenames")
- ("ignoredWordsInSpellDocumentWithTag:(int)<t tag>", "- (NSArray *)ignoredWordsInSpellDocumentWithTag:(int)<t tag>")
- ("itemTitles", "- (NSArray *)itemTitles")
- ("mountNewRemovableMedia", "- (NSArray *)mountNewRemovableMedia")
- ("mountedRemovableMedia", "- (NSArray *)mountedRemovableMedia")
- ("representations", "- (NSArray *)representations")
- ("selectedCells", "- (NSArray *)selectedCells")
- ("spellServer:<mtype _NSSpellServer><t sender> suggestGuessesForWord:(NSString *)<t word> inLanguage:(NSString *)<t language>", "- (NSArray *)spellServer:(NSSpellServer *)<t sender> suggestGuessesForWord:(NSString *)<t word> inLanguage:(NSString *)<t language>")
- ("stringListForKey:(NSString *)<t key> inTable:(NSString *)<t table>", "- (NSArray *)stringListForKey:(NSString *)<t key> inTable:(NSString *)<t table>")
- ("subviews", "- (NSArray *)subviews")
- ("types", "- (NSArray *)types")
- ("windows", "- (NSArray *)windows")
- ("getRow:(int *)<t row> column:(int *)<t col> forPoint:(NSPoint)<t aPoint>", "- (NSCell *)getRow:(int *)<t row> column:(int *)<t col> forPoint:(NSPoint)<t aPoint>")
- ("getRow:(int *)<t row> column:(int *)<t col> ofCell:<mtype _NSCell><t aCell>", "- (NSCell *)getRow:(int *)<t row> column:(int *)<t col> ofCell:(NSCell *)<t aCell>")
- ("makeCellAtRow:(int)<t row> column:(int)<t col>", "- (NSCell *)makeCellAtRow:(int)<t row> column:(int)<t col>")
- ("controlView", "- (NSControl *)controlView")
- ("documentCursor", "- (NSCursor *)documentCursor")
- ("addLinkPreviouslyAt:<mtype _NSSelection><t oldSelection> fromPasteboard:<mtype _NSPasteboard><t pasteboard> at:<mtype _NSSelection><t selection>", "- (NSDataLink *)addLinkPreviouslyAt:(NSSelection *)<t oldSelection> fromPasteboard:(NSPasteboard *)<t pasteboard> at:(NSSelection *)<t selection>")
- ("destinationLinkWithSelection:<mtype _NSSelection><t destSel>", "- (NSDataLink *)destinationLinkWithSelection:(NSSelection *)<t destSel>")
- ("manager", "- (NSDataLinkManager *)manager")
- ("convertFont:<mtype _NSFont><t fontObj> toFace:(NSString *)<t typeface>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toFace:(NSString *)<t typeface>")
- ("convertFont:<mtype _NSFont><t fontObj> toFamily:(NSString *)<t family>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toFamily:(NSString *)<t family>")
- ("convertFont:<mtype _NSFont><t fontObj> toHaveTrait:(NSFontTraitMask)<t trait>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toHaveTrait:(NSFontTraitMask)<t trait>")
- ("convertFont:<mtype _NSFont><t fontObj> toNotHaveTrait:(NSFontTraitMask)<t trait>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toNotHaveTrait:(NSFontTraitMask)<t trait>")
- ("convertFont:<mtype _NSFont><t fontObj> toSize:(float)<t size>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toSize:(float)<t size>")
- ("convertWeight:(BOOL)<t upFlag> ofFont:<mtype _NSFont><t fontObj>", "- (NSFont *)convertWeight:(BOOL)<t upFlag> ofFont:(NSFont *)<t fontObj>")
- ("font", "- (NSFont *)font")
- ("fontWithFamily:(NSString *)<t family> traits:(NSFontTraitMask)<t traits> weight:(int)<t weight> size:(float)<t size>", "- (NSFont *)fontWithFamily:(NSString *)<t family> traits:(NSFontTraitMask)<t traits> weight:(int)<t weight> size:(float)<t size>")
- ("panelConvertFont:<mtype _NSFont><t fontObj>", "- (NSFont *)panelConvertFont:(NSFont *)<t fontObj>")
- ("printerFont", "- (NSFont *)printerFont")
- ("screenFont", "- (NSFont *)screenFont")
- ("selectedFont", "- (NSFont *)selectedFont")
- ("textWillConvert:<mtype _NSCStringText><t textObject> fromFont:<mtype _NSFont><t from> toFont:<mtype _NSFont><t to>", "- (NSFont *)textWillConvert:(NSCStringText *)<t textObject> fromFont:(NSFont *)<t from> toFont:(NSFont *)<t to>")
- ("titleFont", "- (NSFont *)titleFont")
- ("fontPanel:(BOOL)<t create>", "- (NSFontPanel *)fontPanel:(BOOL)<t create>")
- ("addEntry:(NSString *)<t title>", "- (NSFormCell *)addEntry:(NSString *)<t title>")
- ("insertEntry:(NSString *)<t title> atIndex:(int)<t index>", "- (NSFormCell *)insertEntry:(NSString *)<t title> atIndex:(int)<t index>")
- ("alternateImage", "- (NSImage *)alternateImage")
- ("iconForFile:(NSString *)<t fullPath>", "- (NSImage *)iconForFile:(NSString *)<t fullPath>")
- ("iconForFileType:(NSString *)<t fileType>", "- (NSImage *)iconForFileType:(NSString *)<t fileType>")
- ("image", "- (NSImage *)image")
- ("imageDidNotDraw:<mtype _id><t sender> inRect:(NSRect)<t aRect>", "- (NSImage *)imageDidNotDraw:(id)<t sender> inRect:(NSRect)<t aRect>")
- ("miniwindowImage", "- (NSImage *)miniwindowImage")
- ("provideNewButtonImage", "- (NSImage *)provideNewButtonImage")
- ("bestRepresentationForDevice:(NSDictionary *)<t deviceDescription>", "- (NSImageRep *)bestRepresentationForDevice:(NSDictionary *)<t deviceDescription>")
- ("itemMatrix", "- (NSMatrix *)itemMatrix")
- ("matrixInColumn:(int)<t column>", "- (NSMatrix *)matrixInColumn:(int)<t column>")
- ("attachedMenu", "- (NSMenu *)attachedMenu")
- ("fontMenu:(BOOL)<t create>", "- (NSMenu *)fontMenu:(BOOL)<t create>")
- ("mainMenu", "- (NSMenu *)mainMenu")
- ("servicesMenu", "- (NSMenu *)servicesMenu")
- ("supermenu", "- (NSMenu *)supermenu")
- ("windowsMenu", "- (NSMenu *)windowsMenu")
- ("itemAtIndex:(int)<t index>", "- (NSButtonCell *)itemAtIndex:(int)<t index>")
- ("itemWithTitle:(NSString *)<t title>", "- (NSButtonCell *)itemWithTitle:(NSString *)<t title>")
- ("lastItem", "- (NSButtonCell *)lastItem")
- ("selectedItem", "- (NSButtonCell *)selectedItem")
- ("setSubmenu:<mtype _NSMenu><t aMenu> forItem:<mtype _NSMenuCell><t aCell>", "- (void)setSubmenu:(NSMenu *)<t aMenu> forItem:(NSMenuItem *)<t aCell>")
- ("spellingPanel", "- (NSPanel *)spellingPanel")
- ("printInfo", "- (NSPrintInfo *)printInfo")
- ("printPanel", "- (NSPrintPanel *)printPanel")
- ("printer", "- (NSPrinter *)printer")
- ("remoteMethodFor:(SEL)<t aSelector>", "- (NXRemoteMethod *)remoteMethodFor:(SEL)<t aSelector>")
- ("firstResponder", "- (NSResponder *)firstResponder")
- ("nextResponder", "- (NSResponder *)nextResponder")
- ("horizontalScroller", "- (NSScroller *)horizontalScroller")
- ("verticalScroller", "- (NSScroller *)verticalScroller")
- ("destinationSelection", "- (NSSelection *)destinationSelection")
- ("sourceSelection", "- (NSSelection *)sourceSelection")
- ("currentEditor", "- (NSText *)currentEditor")
- ("fieldEditor:(BOOL)<t createFlag> forObject:<mtype _id><t anObject>", "- (NSText *)fieldEditor:(BOOL)<t createFlag> forObject:(id)<t anObject>")
- ("setUpFieldEditorAttributes:<mtype _NSText><t textObj>", "- (NSText *)setUpFieldEditorAttributes:(NSText *)<t textObj>")
- ("accessoryView", "- (NSView *)accessoryView")
- ("ancestorSharedWithView:<mtype _NSView><t aView>", "- (NSView *)ancestorSharedWithView:(NSView *)<t aView>")
- ("hitTest:(NSPoint)<t aPoint>", "- (NSView *)hitTest:(NSPoint)<t aPoint>")
- ("opaqueAncestor", "- (NSView *)opaqueAncestor")
- ("superview", "- (NSView *)superview")
- ("keyWindow", "- (NSWindow *)keyWindow")
- ("mainWindow", "- (NSWindow *)mainWindow")
- ("makeWindowsPerform:(SEL)<t aSelector> inOrder:(BOOL)<t flag>", "- (NSWindow *)makeWindowsPerform:(SEL)<t aSelector> inOrder:(BOOL)<t flag>")
- ("window", "- (NSWindow *)window")
- ("windowForSelection:<mtype _NSSelection><t selection>", "- (NSWindow *)windowForSelection:(NSSelection *)<t selection>")
- ("windowWithWindowNumber:(int)<t windowNum>", "- (NSWindow *)windowWithWindowNumber:(int)<t windowNum>")
- ("listener", "- (NXJournalListener *)listener")
- ("speaker", "- (NXJournalSpeaker *)speaker")
- ("masterJournaler", "- (NXJournaler *)masterJournaler")
- ("slaveJournaler", "- (NXJournaler *)slaveJournaler")
- ("sound", "- (Sound *)sound")
- ("appSpeaker", "- (Speaker *)appSpeaker")
- ("addItemWithTitle:(NSString *)<t aString> action:(SEL)<t aSelector> keyEquivalent:(NSString *)<t charCode>", "- (id)addItemWithTitle:(NSString *)<t aString> action:(SEL)<t aSelector> keyEquivalent:(NSString *)<t charCode>")
- ("cell", "- (id)cell")
- ("cellAtIndex:(int)<t index>", "- (id)cellAtIndex:(int)<t index>")
- ("cellAtRow:(int)<t row> column:(int)<t col>", "- (id)cellAtRow:(int)<t row> column:(int)<t col>")
- ("cellPrototype", "- (id)cellPrototype")
- ("cellWithTag:(int)<t aTag>", "- (id)cellWithTag:(int)<t aTag>")
- ("cellWithTag:(int)<t anInt>", "- (id)cellWithTag:(int)<t anInt>")
- ("contentView", "- (id)contentView")
- ("delegate", "- (id)delegate")
- ("documentView", "- (id)documentView")
- ("initByReferencingFile:(NSString *)<t fileName>", "- (id)initByReferencingFile:(NSString *)<t fileName>")
- ("initEPSOperationWithView:<mtype _NSView><t aView> insideRect:(NSRect)<t rect> toData:(NSMutableData *)<t data> printInfo:<mtype _NSPrintInfo><t aPrintInfo>", "- (id)initEPSOperationWithView:(NSView *)<t aView> insideRect:(NSRect)<t rect> toData:(NSMutableData *)<t data> printInfo:(NSPrintInfo *)<t aPrintInfo>")
- ("initImageCell:<mtype _NSImage><t image>", "- (id)initImageCell:(NSImage *)<t image>")
- ("initLinkedToFile:(NSString *)<t filename>", "- (id)initLinkedToFile:(NSString *)<t filename>")
- ("initLinkedToSourceSelection:<mtype _NSSelection><t selection> managedBy:<mtype _NSDataLinkManager><t linkManager> supportingTypes:<mtype _NSArray><t newTypes>", "- (id)initLinkedToSourceSelection:(NSSelection *)<t selection> managedBy:(NSDataLinkManager *)<t linkManager> supportingTypes:(NSArray *)<t newTypes>")
- ("initTextCell:(NSString *)<t aString>", "- (id)initTextCell:(NSString *)<t aString>")
- ("initWithBitmapDataPlanes:(unsigned char **)<t planes> pixelsWide:(int)<t width> pixelsHigh:(int)<t height> bitsPerSample:(int)<t bps> samplesPerPixel:(int)<t spp> hasAlpha:(BOOL)<t alpha> isPlanar:(BOOL)<t isPlanar> colorSpaceName:(NSString *)<t colorSpaceName> bytesPerRow:(int)<t rBytes> bitsPerPixel:(int)<t pBits>", "- (id)initWithBitmapDataPlanes:(unsigned char **)<t planes> pixelsWide:(int)<t width> pixelsHigh:(int)<t height> bitsPerSample:(int)<t bps> samplesPerPixel:(int)<t spp> hasAlpha:(BOOL)<t alpha> isPlanar:(BOOL)<t isPlanar> colorSpaceName:(NSString *)<t colorSpaceName> bytesPerRow:(int)<t rBytes> bitsPerPixel:(int)<t pBits>")
- ("initWithContentRect:(NSRect)<t contentRect> styleMask:(unsigned int)<t aStyle> backing:(NSBackingStoreType)<t bufferingType> defer:(BOOL)<t flag> screen:(NSScreen *)<t screen>", "- (id)initWithContentRect:(NSRect)<t contentRect> styleMask:(unsigned int)<t aStyle> backing:(NSBackingStoreType)<t bufferingType> defer:(BOOL)<t flag> screen:(NSScreen *)<t screen>")
- ("initWithContentRect:(NSRect)<t contentRect> styleMask:(unsigned int)<t aStyle> backing:(NSBackingStoreType)<t bufferingType> defer:(BOOL)<t flag>", "- (id)initWithContentRect:(NSRect)<t contentRect> styleMask:(unsigned int)<t aStyle> backing:(NSBackingStoreType)<t bufferingType> defer:(BOOL)<t flag>")
- ("initWithContentsOfFile:(NSString *)<t fileName>", "- (id)initWithContentsOfFile:(NSString *)<t fileName>")
- ("initWithContentsOfFile:(NSString *)<t filename>", "- (id)initWithContentsOfFile:(NSString *)<t filename>")
- ("initWithData:(NSData *)<t data>", "- (id)initWithData:(NSData *)<t data>")
- ("initWithData:(NSData *)<t tiffData>", "- (id)initWithData:(NSData *)<t tiffData>")
- ("initWithDelegate:<mtype _id><t obj> fromFile:(NSString *)<t path>", "- (id)initWithDelegate:(id)<t obj> fromFile:(NSString *)<t path>")
- ("initWithDelegate:<mtype _id><t obj>", "- (id)initWithDelegate:(id)<t obj>")
- ("initWithDescriptionData:(NSData *)<t newData>", "- (id)initWithDescriptionData:(NSData *)<t newData>")
- ("initWithDictionary:(NSDictionary *)<t aDict>", "- (id)initWithDictionary:(NSDictionary *)<t aDict>")
- ("initWithDrawSelector:(SEL)<t aMethod> delegate:<mtype _id><t anObject>", "- (id)initWithDrawSelector:(SEL)<t aMethod> delegate:(id)<t anObject>")
- ("initWithFocusedViewRect:(NSRect)<t rect>", "- (id)initWithFocusedViewRect:(NSRect)<t rect>")
- ("initWithFrame:(NSRect)<t buttonFrame> pullsDown:(BOOL)<t flag>", "- (id)initWithFrame:(NSRect)<t buttonFrame> pullsDown:(BOOL)<t flag>")
- ("initWithFrame:(NSRect)<t frameRect> mode:(int)<t aMode> cellClass:<mtype _Class><t factoryId> numberOfRows:(int)<t rowsHigh> numberOfColumns:(int)<t colsWide>", "- (id)initWithFrame:(NSRect)<t frameRect> mode:(int)<t aMode> cellClass:(Class)<t factoryId> numberOfRows:(int)<t rowsHigh> numberOfColumns:(int)<t colsWide>")
- ("initWithFrame:(NSRect)<t frameRect> mode:(int)<t aMode> prototype:<mtype _NSCell><t aCell> numberOfRows:(int)<t rowsHigh> numberOfColumns:(int)<t colsWide>", "- (id)initWithFrame:(NSRect)<t frameRect> mode:(int)<t aMode> prototype:(NSCell *)<t aCell> numberOfRows:(int)<t rowsHigh> numberOfColumns:(int)<t colsWide>")
- ("initWithFrame:(NSRect)<t frameRect> text:(NSString *)<t theText> alignment:(NSTextAlignment)<t mode>", "- (id)initWithFrame:(NSRect)<t frameRect> text:(NSString *)<t theText> alignment:(NSTextAlignment)<t mode>")
- ("initWithFrame:(NSRect)<t frameRect>", "- (id)initWithFrame:(NSRect)<t frameRect>")
- ("initWithImage:<mtype _NSImage><t newImage>", "- (id)initWithImage:(NSImage *)<t newImage>")
- ("initWithName:(NSString *)<t name> fromFile:(NSString *)<t path>", "- (id)initWithName:(NSString *)<t name> fromFile:(NSString *)<t path>")
- ("initWithName:(NSString *)<t name>", "- (id)initWithName:(NSString *)<t name>")
- ("initWithPasteboard:<mtype _NSPasteboard><t pasteboard>", "- (id)initWithPasteboard:(NSPasteboard *)<t pasteboard>")
- ("initWithPickerMask:(int)<t mask> colorPanel:<mtype _NSColorPanel><t owningColorPanel>", "- (id)initWithPickerMask:(int)<t mask> colorPanel:(NSColorPanel *)<t owningColorPanel>")
- ("initWithSize:(NSSize)<t aSize>", "- (id)initWithSize:(NSSize)<t aSize>")
- ("initWithTitle:(NSString *)<t aTitle>", "- (id)initWithTitle:(NSString *)<t aTitle>")
- ("initWithView:<mtype _NSView><t aView> printInfo:<mtype _NSPrintInfo><t aPrintInfo>", "- (id)initWithView:(NSView *)<t aView> printInfo:(NSPrintInfo *)<t aPrintInfo>")
- ("insertItemWithTitle:(NSString *)<t aString> action:(SEL)<t aSelector> keyEquivalent:(NSString *)<t charCode> atIndex:(unsigned int)<t index>", "- (id)insertItemWithTitle:(NSString *)<t aString> action:(SEL)<t aSelector> keyEquivalent:(NSString *)<t charCode> atIndex:(unsigned int)<t index>")
- ("loadedCellAtRow:(int)<t row> column:(int)<t col>", "- (id)loadedCellAtRow:(int)<t row> column:(int)<t col>")
- ("nextText", "- (id)nextText")
- ("previousText", "- (id)previousText")
- ("propertyListForType:(NSString *)<t dataType>", "- (id)propertyListForType:(NSString *)<t dataType>")
- ("prototype", "- (id)prototype")
- ("representedObject", "- (id)representedObject")
- ("selectTextAtRow:(int)<t row> column:(int)<t col>", "- (id)selectTextAtRow:(int)<t row> column:(int)<t col>")
- ("selectedCell", "- (id)selectedCell")
- ("selectedCellInColumn:(int)<t column>", "- (id)selectedCellInColumn:(int)<t column>")
- ("servicesDelegate", "- (id)servicesDelegate")
- ("setUpFieldEditorAttributes:<mtype _id><t textObj>", "- (id)setUpFieldEditorAttributes:(id)<t textObj>")
- ("target", "- (id)target")
- ("targetForAction:(SEL)<t theAction>", "- (id)targetForAction:(SEL)<t theAction>")
- ("titleCell", "- (id)titleCell")
- ("validRequestorForSendType:(NSString *)<t sendType> returnType:(NSString *)<t returnType>", "- (id)validRequestorForSendType:(NSString *)<t sendType> returnType:(NSString *)<t returnType>")
- ("viewWithTag:(int)<t aTag>", "- (id)viewWithTag:(int)<t aTag>")
- ("windowWillReturnFieldEditor:<mtype _NSWindow><t sender> toObject:<mtype _id><t client>", "- (id)windowWillReturnFieldEditor:(NSWindow *)<t sender> toObject:(id)<t client>")
- }
-