home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / OpenStepConversion / ConversionScripts / StaticTypingConversion.tops < prev    next >
Encoding:
Text File  |  1995-12-21  |  57.8 KB  |  616 lines

  1. /*********** StaticTypingConversion: + (BOOL) ***********/
  2.  
  3. replace "+ (BOOL)<b old>" with "+ (BOOL)<b new>"
  4.     where ("<old>", "<new>") isOneOf {
  5.     ("canInitWithPasteboard:<mtype _NSPasteboard><t pasteboard>", "canInitWithPasteboard:(NSPasteboard *)<t pasteboard>"),
  6.     ("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>")
  7.     }
  8.  
  9. /*********** StaticTypingConversion: + (NSColor *) ***********/
  10.  
  11. replace "+ (NSColor *)colorFromPasteboard:<mtype _NSPasteboard><t pasteBoard>" with "+ (NSColor *)colorFromPasteboard:(NSPasteboard *)<t pasteBoard>"
  12.  
  13. /*********** StaticTypingConversion: + (NSData *) ***********/
  14.  
  15. replace "+ (NSData *)<b old>" with "+ (NSData *)<b new>"
  16.     where ("<old>", "<new>") isOneOf {
  17.     ("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>"),
  18.     ("TIFFRepresentationOfImageRepsInArray:<mtype _NSArray><t array>", "TIFFRepresentationOfImageRepsInArray:(NSArray *)<t array>")
  19.     }
  20.  
  21. /*********** StaticTypingConversion: + (NSSize *) ***********/
  22.  
  23. replace "+ (NSSize)sizeForPaperName:(NSString *)<t name>" with "+ (NSSize)sizeForPaperName:(NSString *)<t name>"
  24.  
  25. /*********** StaticTypingConversion: + (NSString *) ***********/
  26.  
  27. replace "+ (NSString *)localizedNameForTIFFCompressionType:(NSTIFFCompression)<t compression>" with "+ (NSString *)localizedNameForTIFFCompressionType:(NSTIFFCompression)<t compression>"
  28.  
  29. /*********** StaticTypingConversion: + (void) ***********/
  30.  
  31. replace "+ (void) <b old>" with "+ (void) <b new>"
  32.     where ("<old>", "<new>") isOneOf {
  33.     ("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>")
  34.     ("detachHelpFrom:<mtype _id><t object>", "detachHelpFrom:(id)<t object>")
  35.     ("registerImageRepClass:<mtype _Class><t imageRepClass>", "registerImageRepClass:(Class)<t imageRepClass>")
  36.     ("setCellClass:<mtype _Class><t factoryId>", "setCellClass:(Class)<t factoryId>")
  37.     ("setCurrentOperation:<mtype _NSPrintOperation><t operation>", "setCurrentOperation:(NSPrintOperation *)<t operation>")
  38.     ("setDefaultFont:<mtype _NSFont><t anObject>", "setDefaultFont:(NSFont *)<t anObject>")
  39.     ("setDefaultPrinter:<mtype _NSPrinter><t pr>", "setDefaultPrinter:(NSPrinter *)<t pr>")
  40.     ("setFontManagerFactory:<mtype _Class><t factoryId>", "setFontManagerFactory:(Class)<t factoryId>")
  41.     ("setFontPanelFactory:<mtype _Class><t factoryId>", "setFontPanelFactory:(Class)<t factoryId>")
  42.     ("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>")
  43.     ("setSharedPrintInfo:<mtype _NSPrintInfo><t printInfo>", "setSharedPrintInfo:(NSPrintInfo *)<t printInfo>")
  44.     ("setUserFixedPitchFont:<mtype _NSFont><t aFont>", "setUserFixedPitchFont:(NSFont *)<t aFont>")
  45.     ("setUserFont:<mtype _NSFont><t aFont>", "setUserFont:(NSFont *)<t aFont>")
  46.     ("unregisterImageRepClass:<mtype _Class><t imageRepClass>", "unregisterImageRepClass:(Class)<t imageRepClass>")
  47.     }
  48.  
  49. /*********** StaticTypingConversion: + <objtype> ***********/
  50.  
  51. replace "+ <mtype rettype> <b old>" with "<b new>"
  52.     where ("<old>", "<new>") isOneOf {
  53.     ("sharedColorPanel", "+ (NSColorPanel *)sharedColorPanel")
  54.     ("imageRepClassForData:(NSData *)<t data>", "+ (Class)imageRepClassForData:(NSData *)<t data>")
  55.     ("imageRepClassForFileType:(NSString *)<t type>", "+ (Class)imageRepClassForFileType:(NSString *)<t type>")
  56.     ("imageRepClassForPasteboardType:(NSString *)<t type>", "+ (Class)imageRepClassForPasteboardType:(NSString *)<t type>")
  57.     ("sharedApplication", "+ (NSApplication *)sharedApplication")
  58.     ("availableColorLists", "+ (NSArray *)availableColorLists")
  59.     ("imageFileTypes", "+ (NSArray *)imageFileTypes")
  60.     ("imagePasteboardTypes", "+ (NSArray *)imagePasteboardTypes")
  61.     ("imageRepsWithContentsOfFile:(NSString *)<t filename>", "+ (NSArray *)imageRepsWithContentsOfFile:(NSString *)<t filename>")
  62.     ("imageRepsWithData:(NSData *)<t tiffData>", "+ (NSArray *)imageRepsWithData:(NSData *)<t tiffData>")
  63.     ("imageRepsWithPasteboard:<mtype _NSPasteboard><t pasteboard>", "+ (NSArray *)imageRepsWithPasteboard:(NSPasteboard *)<t pasteboard>")
  64.     ("imageUnfilteredFileTypes", "+ (NSArray *)imageUnfilteredFileTypes")
  65.     ("imageUnfilteredPasteboardTypes", "+ (NSArray *)imageUnfilteredPasteboardTypes")
  66.     ("printerTypes", "+ (NSArray *)printerTypes")
  67.     ("registeredImageRepClasses", "+ (NSArray *)registeredImageRepClasses")
  68.     ("screens", "+ (NSArray *)screens")
  69.     ("typesFilterableTo:(NSString *)<t type>", "+ (NSArray *)typesFilterableTo:(NSString *)<t type>")
  70.     ("colorListNamed:(NSString *)<t name>", "+ (NSColorList *)colorListNamed:(NSString *)<t name>")
  71.     ("IBeamCursor", "+ (NSCursor *)IBeamCursor")
  72.     ("arrowCursor", "+ (NSCursor *)arrowCursor")
  73.     ("currentCursor", "+ (NSCursor *)currentCursor")
  74.     ("sharedDataLinkPanel", "+ (NSDataLinkPanel *)sharedDataLinkPanel")
  75.     ("boldSystemFontOfSize:(float)<t fontSize>", "+ (NSFont *)boldSystemFontOfSize:(float)<t fontSize>")
  76.     ("defaultFont", "+ (NSFont *)defaultFont")
  77.     ("fontWithName:(NSString *)<t fontName> matrix:(const float *)<t fontMatrix>", "+ (NSFont *)fontWithName:(NSString *)<t fontName> matrix:(const float *)<t fontMatrix>")
  78.     ("fontWithName:(NSString *)<t fontName> size:(float)<t fontSize>", "+ (NSFont *)fontWithName:(NSString *)<t fontName> size:(float)<t fontSize>")
  79.     ("systemFontOfSize:(float)<t fontSize>", "+ (NSFont *)systemFontOfSize:(float)<t fontSize>")
  80.     ("userFixedPitchFontOfSize:(float)<t fontSize>", "+ (NSFont *)userFixedPitchFontOfSize:(float)<t fontSize>")
  81.     ("userFontOfSize:(float)<t fontSize>", "+ (NSFont *)userFontOfSize:(float)<t fontSize>")
  82.     ("sharedFontManager", "+ (NSFontManager *)sharedFontManager")
  83.     ("sharedFontPanel", "+ (NSFontPanel *)sharedFontPanel")
  84.     ("branchImage", "+ (NSImage *)branchImage")
  85.     ("highlightedBranchImage", "+ (NSImage *)highlightedBranchImage")
  86.     ("openPanel", "+ (NSOpenPanel *)openPanel")
  87.     ("pageLayout", "+ (NSPageLayout *)pageLayout")
  88.     ("generalPasteboard", "+ (NSPasteboard *)generalPasteboard")
  89.     ("pasteboardByFilteringData:(NSData *)<t data> ofType:(NSString *)<t type>", "+ (NSPasteboard *)pasteboardByFilteringData:(NSData *)<t data> ofType:(NSString *)<t type>")
  90.     ("pasteboardByFilteringFile:(NSString *)<t filename>", "+ (NSPasteboard *)pasteboardByFilteringFile:(NSString *)<t filename>")
  91.     ("pasteboardByFilteringTypesInPasteboard:<mtype _NSPasteboard><t pboard>", "+ (NSPasteboard *)pasteboardByFilteringTypesInPasteboard:(NSPasteboard *)<t pboard>")
  92.     ("pasteboardWithName:(NSString *)<t name>", "+ (NSPasteboard *)pasteboardWithName:(NSString *)<t name>")
  93.     ("pasteboardWithUniqueName", "+ (NSPasteboard *)pasteboardWithUniqueName")
  94.     ("sharedPrintInfo", "+ (NSPrintInfo *)sharedPrintInfo")
  95.     ("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>")
  96.     ("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>")
  97.     ("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>")
  98.     ("currentOperation", "+ (NSPrintOperation *)currentOperation")
  99.     ("printOperationWithView:<mtype _NSView><t aView> printInfo:<mtype _NSPrintInfo><t aPrintInfo>", "+ (NSPrintOperation *)printOperationWithView:(NSView *)<t aView> printInfo:(NSPrintInfo *)<t aPrintInfo>")
  100.     ("printOperationWithView:<mtype _NSView><t aView>", "+ (NSPrintOperation *)printOperationWithView:(NSView *)<t aView>")
  101.     ("printPanel", "+ (NSPrintPanel *)printPanel")
  102.     ("defaultPrinter", "+ (NSPrinter *)defaultPrinter")
  103.     ("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>")
  104.     ("printerWithName:(NSString *)<t name>", "+ (NSPrinter *)printerWithName:(NSString *)<t name>")
  105.     ("printerWithType:(NSString *)<t type>", "+ (NSPrinter *)printerWithType:(NSString *)<t type>")
  106.     ("savePanel", "+ (NSSavePanel *)savePanel")
  107.     ("allSelection", "+ (NSSelection *)allSelection")
  108.     ("currentSelection", "+ (NSSelection *)currentSelection")
  109.     ("emptySelection", "+ (NSSelection *)emptySelection")
  110.     ("selectionWithDescriptionData:(NSData *)<t newData>", "+ (NSSelection *)selectionWithDescriptionData:(NSData *)<t newData>")
  111.     ("sharedSpellChecker", "+ (NSSpellChecker *)sharedSpellChecker")
  112.     ("focusView", "+ (NSView *)focusView")
  113.     ("sharedWorkspace", "+ (NSWorkspace *)sharedWorkspace")
  114.     ("imageNamed:(NSString *)<t name>", "+ (id)imageNamed:(NSString *)<t name>")
  115.     ("imageRepWithContentsOfFile:(NSString *)<t filename>", "+ (id)imageRepWithContentsOfFile:(NSString *)<t filename>")
  116.     ("imageRepWithData:(NSData *)<t tiffData>", "+ (id)imageRepWithData:(NSData *)<t tiffData>")
  117.     ("imageRepWithPasteboard:<mtype _NSPasteboard><t pasteboard>", "+ (id)imageRepWithPasteboard:(NSPasteboard *)<t pasteboard>")
  118.     ("registerDirective:)<t NSString> *)<t directive> forClass:<mtype _Class><t class>", "+ registerDirective:(NSString *)<t directive> forClass:(Class)<t class>")
  119.     }
  120.  
  121. /*********** StaticTypingConversion: - (BOOL) ***********/
  122.  
  123. replace "- (BOOL)<b old>" with "- (BOOL)<b new>"
  124.     where ("<old>", "<new>") isOneOf {
  125.     ("acceptsFirstMouse:(NSEvent *)<t theEvent>", "acceptsFirstMouse:(NSEvent *)<t theEvent>")
  126.     ("addLink:<mtype _NSDataLink><t link> at:<mtype _NSSelection><t selection>", "addLink:(NSDataLink *)<t link> at:(NSSelection *)<t selection>")
  127.     ("addLinkAsMarker:<mtype _NSDataLink><t link> at:<mtype _NSSelection><t selection>", "addLinkAsMarker:(NSDataLink *)<t link> at:(NSSelection *)<t selection>")
  128.     ("applicationShouldTerminate:<mtype _id><t sender>", "applicationShouldTerminate:(id)<t sender>")
  129.     ("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>")
  130.     ("browser:<mtype _NSBrowser><t sender> isColumnValid:(int)<t column>", "browser:(NSBrowser *)<t sender> isColumnValid:(int)<t column>")
  131.     ("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>")
  132.     ("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>")
  133.     ("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>")
  134.     ("dataLinkManager:<mtype _NSDataLinkManager><t sender> isUpdateNeededForLink:<mtype _NSDataLink><t link>", "dataLinkManager:(NSDataLinkManager *)<t sender> isUpdateNeededForLink:(NSDataLink *)<t link>")
  135.     ("dataLinkManagerTracksLinksIndividually:<mtype _NSDataLinkManager><t sender>", "dataLinkManagerTracksLinksIndividually:(NSDataLinkManager *)<t sender>")
  136.     ("drawRepresentation:<mtype _NSImageRep><t imageRep> inRect:(NSRect)<t rect>", "drawRepresentation:(NSImageRep *)<t imageRep> inRect:(NSRect)<t rect>")
  137.     ("fontManager:<mtype _id><t sender> willIncludeFont:(NSString *)<t fontName>", "fontManager:(id)<t sender> willIncludeFont:(NSString *)<t fontName>")
  138.     ("importFile:(NSString *)<t filename> at:<mtype _NSSelection><t selection>", "importFile:(NSString *)<t filename> at:(NSSelection *)<t selection>")
  139.     ("isDescendantOf:<mtype _NSView><t aView>", "isDescendantOf:(NSView *)<t aView>")
  140.     ("makeFirstResponder:<mtype _NSResponder><t aResponder>", "makeFirstResponder:(NSResponder *)<t aResponder>")
  141.     ("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>")
  142.     ("panel:<mtype _id><t sender> isValidFilename:(NSString *)<t filename>", "panel:(id)<t sender> isValidFilename:(NSString *)<t filename>")
  143.     ("panel:<mtype _id><t sender> shouldShowFilename:(NSString *)<t filename>", "panel:(id)<t sender> shouldShowFilename:(NSString *)<t filename>")
  144.     ("pasteFromPasteboard:<mtype _NSPasteboard><t pasteboard> at:<mtype _NSSelection><t selection>", "pasteFromPasteboard:(NSPasteboard *)<t pasteboard> at:(NSSelection *)<t selection>")
  145.     ("readSelectionFromPasteboard:<mtype _NSPasteboard><t pboard>", "readSelectionFromPasteboard:(NSPasteboard *)<t pboard>")
  146.     ("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>")
  147.     ("sendAction:(SEL)<t theAction> to:<mtype _id><t theTarget>", "sendAction:(SEL)<t theAction> to:(id)<t theTarget>")
  148.     ("setPropertyList:<mtype _id><t plist> forType:(NSString *)<t dataType>", "setPropertyList:(id)<t plist> forType:(NSString *)<t dataType>")
  149.     ("showHelpAttachedTo:<mtype _id><t object>", "showHelpAttachedTo:(id)<t object>")
  150.     ("showSelection:<mtype _NSSelection><t selection>", "showSelection:(NSSelection *)<t selection>")
  151.     ("startTrackingAt:(NSPoint)<t startPoint> inView:<mtype _NSView><t controlView>", "startTrackingAt:(NSPoint)<t startPoint> inView:(NSView *)<t controlView>")
  152.     ("textShouldBeginEditing:<mtype _NSText><t textObject>", "textShouldBeginEditing:(NSText *)<t textObject>")
  153.     ("textShouldEndEditing:<mtype _NSText><t textObject>", "textShouldEndEditing:(NSText *)<t textObject>")
  154.     ("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>")
  155.     ("tryToPerform:(SEL)<t anAction> with:<mtype _id><t anObject>", "tryToPerform:(SEL)<t anAction> with:(id)<t anObject>")
  156.     ("validateCell:<mtype _id><t aCell>", "validateCell:(id)<t aCell>")
  157.     ("windowShouldClose:<mtype _id><t sender>", "windowShouldClose:(id)<t sender>")
  158.     ("writeSelectionToPasteboard:<mtype _NSPasteboard><t pboard> types:<mtype _NSArray><t types>", "writeSelectionToPasteboard:(NSPasteboard *)<t pboard> types:(NSArray *)<t types>")
  159.     }
  160.  
  161. /*********** StaticTypingConversion: - (NSColor *) ***********/
  162.  
  163. replace "- (NSColor *)<b old>" with "- (NSColor *)<b new>"
  164.     where ("<old>", "<new>") isOneOf {
  165.     ("blendedColorWithFraction:(float)<t fraction> ofColor:(NSColor *)<t color>", "blendedColorWithFraction:(float)<t fraction> ofColor:(NSColor *)<t color>")
  166.     ("colorUsingColorSpaceName:(NSString *)<t colorSpace> device:(NSDictionary *)<t deviceDescription>", "colorUsingColorSpaceName:(NSString *)<t colorSpace> device:(NSDictionary *)<t deviceDescription>")
  167.     ("colorUsingColorSpaceName:(NSString *)<t colorSpace>", "colorUsingColorSpaceName:(NSString *)<t colorSpace>")
  168.     ("colorWithAlphaComponent:(float)<t alpha>", "colorWithAlphaComponent:(float)<t alpha>")
  169.     ("colorWithKey:(NSString *)<t key>", "colorWithKey:(NSString *)<t key>")
  170.     ("runColor: (NSRun *)<t run>", "runColor: (NSRun *)<t run>")
  171.     }
  172.  
  173. /*********** StaticTypingConversion: - (NSComparisonResult) ***********/
  174.  
  175. replace "- (NSComparisonResult)<b old>" with "- (NSComparisonResult)<b new>"
  176.     where ("<old>", "<new>") isOneOf {
  177.     ("compare:<mtype _id><t otherCell>", "compare:(id)<t otherCell>")
  178.     ("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 
  179. caseSensitive:(BOOL)<t caseSensitive>")
  180.     }
  181.  
  182. /*********** StaticTypingConversion: - (NSFontTraitMask) ***********/
  183.  
  184. replace "- (NSFontTraitMask)traitsOfFont:<mtype _NSFont><t fontObj>" with "- (NSFontTraitMask)traitsOfFont:(NSFont *)<t fontObj>"
  185.  
  186. /*********** StaticTypingConversion: - (NSModalSession) ***********/
  187.  
  188. replace "- (NSModalSession)beginModalSessionForWindow:<mtype _NSWindow><t theWindow>" with "- (NSModalSession)beginModalSessionForWindow:(NSWindow *)<t theWindow>"
  189.  
  190. /*********** StaticTypingConversion: - (NSPoint) ***********/
  191.  
  192. replace "- (NSPoint)<b old>" with "- (NSPoint)<b new>"
  193.     where ("<old>", "<new>") isOneOf {
  194.     ("convertPoint:(NSPoint)<t aPoint> fromView:<mtype _NSView><t aView>", "convertPoint:(NSPoint)<t aPoint> fromView:(NSView *)<t aView>")
  195.     ("convertPoint:(NSPoint)<t aPoint> toView:<mtype _NSView><t aView>", "convertPoint:(NSPoint)<t aPoint> toView:(NSView *)<t aView>")
  196.     ("locationForSubmenu:<mtype _NSMenu><t aSubmenu>", "locationForSubmenu:(NSMenu *)<t aSubmenu>")
  197.     ("locationOfCell:<mtype _NSCell><t cell>", "locationOfCell:(NSCell *)<t cell>")
  198.     }
  199.  
  200. /*********** StaticTypingConversion: - (NSPrinterTableStatus) ***********/
  201.  
  202. replace "- (NSPrinterTableStatus)statusForTable:(NSString *)<t table>" with "- (NSPrinterTableStatus)statusForTable:(NSString *)<t table>"
  203.  
  204. /*********** StaticTypingConversion: - (NSRange) ***********/
  205.  
  206. 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>"
  207.  
  208. /*********** StaticTypingConversion: - (NSRect) ***********/
  209.  
  210. replace "- (NSRect)<b old>" with "- (NSRect)<b new>"
  211.     where ("<old>", "<new>") isOneOf {
  212. ("convertRect:(NSRect)<t aRect> fromView:<mtype _NSView><t aView>", "convertRect:(NSRect)<t aRect> fromView:(NSView *)<t aView>")
  213. ("convertRect:(NSRect)<t aRect> toView:<mtype _NSView><t aView>", "convertRect:(NSRect)<t aRect> toView:(NSView *)<t aView>")
  214. ("textDidResize:<mtype _NSCStringText><t textObject> oldBounds:(NSRect)<t oldBounds>", "textDidResize:(NSCStringText *)<t textObject> oldBounds:(NSRect)<t oldBounds>")
  215.     }
  216.  
  217. /*********** StaticTypingConversion: - (NSSize) ***********/
  218.  
  219. replace "- (NSSize)<b old>" with "- (NSSize)<b new>"
  220.     where ("<old>", "<new>") isOneOf {
  221.     ("convertSize:(NSSize)<t aSize> fromView:<mtype _NSView><t aView>", "convertSize:(NSSize)<t aSize> fromView:(NSView *)<t aView>")
  222.     ("convertSize:(NSSize)<t aSize> toView:<mtype _NSView><t aView>", "convertSize:(NSSize)<t aSize> toView:(NSView *)<t aView>")
  223.     ("textWillWrite:<mtype _NSCStringText><t textObject>", "textWillWrite:(NSCStringText *)<t textObject>")
  224.     ("windowWillResize:<mtype _NSWindow><t sender> toSize:(NSSize)<t frameSize>", "windowWillResize:(NSWindow *)<t sender> toSize:(NSSize)<t frameSize>")
  225.     }
  226.  
  227. /*********** StaticTypingConversion: - (NSString *) ***********/
  228.  
  229. replace "- (NSString *)<b old>" with "- (NSString *)<b new>"
  230.     where ("<old>", "<new>") isOneOf {
  231.     ("browser:<mtype _NSBrowser><t sender> titleOfColumn:(int)<t column>", "browser:(NSBrowser *)<t sender> titleOfColumn:(int)<t column>")
  232.     ("richTextForView:<mtype _NSView><t view>", "richTextForView:(NSView *)<t view>")
  233.     }
  234.  
  235. /*********** StaticTypingConversion: - (NSTrackingRectTag) ***********/
  236.  
  237. 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>"
  238.  
  239. /*********** StaticTypingConversion: - (int) ***********/
  240.  
  241. replace "- (int)<b old>" with "- (int)<b new>"
  242.     where ("<old>", "<new>") isOneOf {
  243.     ("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>")
  244.     ("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>")
  245.     ("browser:<mtype _NSBrowser><t sender> numberOfRowsInColumn:(int)<t column>", "browser:(NSBrowser *)<t sender> numberOfRowsInColumn:(int)<t column>")
  246.     ("columnOfMatrix:<mtype _NSMatrix><t matrix>", "columnOfMatrix:(NSMatrix *)<t matrix>")
  247.     ("runModalForWindow:<mtype _NSWindow><t theWindow>", "runModalForWindow:(NSWindow *)<t theWindow>")
  248.     ("runModalWithPrintInfo:<mtype _NSPrintInfo><t pInfo>", "runModalWithPrintInfo:(NSPrintInfo *)<t pInfo>")
  249.     ("weightOfFont:<mtype _NSFont><t fontObj>", "weightOfFont:(NSFont *)<t fontObj>")
  250.     }
  251.     
  252. /*********** StaticTypingConversion: - (void *) ***********/
  253.  
  254. replace "- (void *)paragraphStyleForFont:<mtype _NSFont><t fontId> alignment:(int)<t alignment>" with "- (void *)paragraphStyleForFont:(NSFont *)<t fontId> alignment:(int)<t alignment>"
  255.  
  256. /*********** StaticTypingConversion: - (void) ***********/
  257.  
  258. replace "- (void)<b old>" with "- (void)<b new>"
  259.     where ("<old>", "<new>") isOneOf {
  260.     ("addColumnWithCells:<mtype _NSArray><t newCells>", "addColumnWithCells:(NSArray *)<t newCells>")
  261.     ("addCursorRect:(NSRect)<t aRect> cursor:<mtype _NSCursor><t anObj>", "addCursorRect:(NSRect)<t aRect> cursor:(NSCursor *)<t anObj>")
  262.     ("addItemsWithTitles:<mtype _NSArray><t itemTitles>", "addItemsWithTitles:(NSArray *)<t itemTitles>")
  263.     ("addRepresentation:<mtype _NSImageRep><t imageRep>", "addRepresentation:(NSImageRep *)<t imageRep>")
  264.     ("addRepresentations:<mtype _NSArray><t imageReps>", "addRepresentations:(NSArray *)<t imageReps>")
  265.     ("addRowWithCells:<mtype _NSArray><t newCells>", "addRowWithCells:(NSArray *)<t newCells>")
  266.     ("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>")
  267.     ("addSubview:<mtype _NSView><t aView>", "addSubview:(NSView *)<t aView>")
  268.     ("addSupplement:(NSString *)<t helpDirectory> inPath:(NSString *)<t supplementPath>", "addSupplement:(NSString *)<t helpDirectory> inPath:(NSString *)<t supplementPath>")
  269.     ("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>")
  270.     ("alignCenter:<mtype _id><t sender>", "alignCenter:(id)<t sender>")
  271.     ("alignLeft:<mtype _id><t sender>", "alignLeft:(id)<t sender>")
  272.     ("alignRight:<mtype _id><t sender>", "alignRight:(id)<t sender>")
  273.     ("arrangeInFront:<mtype _id><t sender>", "arrangeInFront:(id)<t sender>")
  274.     ("attachColorList:<mtype _NSColorList><t colorList>", "attachColorList:(NSColorList *)<t colorList>")
  275.     ("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>")
  276.     ("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>")
  277.     ("browserDidScroll:<mtype _NSBrowser><t sender>", "browserDidScroll:(NSBrowser *)<t sender>")
  278.     ("browserWillScroll:<mtype _NSBrowser><t sender>", "browserWillScroll:(NSBrowser *)<t sender>")
  279.     ("cancel:<mtype _id><t sender>", "cancel:(id)<t sender>")
  280.     ("changeFont:<mtype _id><t sender>", "changeFont:(id)<t sender>")
  281.     ("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>")
  282.     ("checkSpelling:<mtype _id><t sender>", "checkSpelling:(id)<t sender>")
  283.     ("clear:<mtype _id><t sender>", "clear:(id)<t sender>")
  284.     ("copy:<mtype _id><t sender>", "copy:(id)<t sender>")
  285.     ("copyFont:<mtype _id><t sender>", "copyFont:(id)<t sender>")
  286.     ("copyRuler:<mtype _id><t sender>", "copyRuler:(id)<t sender>")
  287.     ("cut:<mtype _id><t sender>", "cut:(id)<t sender>")
  288.     ("dataLinkManager:<mtype _NSDataLinkManager><t sender> didBreakLink:<mtype _NSDataLink><t link>", "dataLinkManager:(NSDataLinkManager *)<t sender> didBreakLink:(NSDataLink *)<t link>")
  289.     ("dataLinkManager:<mtype _NSDataLinkManager><t sender> startTrackingLink:<mtype _NSDataLink><t link>", "dataLinkManager:(NSDataLinkManager *)<t sender> startTrackingLink:(NSDataLink *)<t link>")
  290.     ("dataLinkManager:<mtype _NSDataLinkManager><t sender> stopTrackingLink:<mtype _NSDataLink><t link>", "dataLinkManager:(NSDataLinkManager *)<t sender> stopTrackingLink:(NSDataLink *)<t link>")
  291.     ("dataLinkManagerCloseDocument:<mtype _NSDataLinkManager><t sender>", "dataLinkManagerCloseDocument:(NSDataLinkManager *)<t sender>")
  292.     ("dataLinkManagerDidEditLinks:<mtype _NSDataLinkManager><t sender>", "dataLinkManagerDidEditLinks:(NSDataLinkManager *)<t sender>")
  293.     ("dataLinkManagerRedrawLinkOutlines:<mtype _NSDataLinkManager><t sender>", "dataLinkManagerRedrawLinkOutlines:(NSDataLinkManager *)<t sender>")
  294.     ("delete:<mtype _id><t sender>", "delete:(id)<t sender>")
  295.     ("deminiaturize:<mtype _id><t sender>", "deminiaturize:(id)<t sender>")
  296.     ("detachColorList:<mtype _NSColorList><t colorList>", "detachColorList:(NSColorList *)<t colorList>")
  297.     ("doClick:<mtype _id><t sender>", "doClick:(id)<t sender>")
  298.     ("doDoubleClick:<mtype _id><t sender>", "doDoubleClick:(id)<t sender>")
  299.     ("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>")
  300.     ("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>")
  301.     ("draggedImage:<mtype _NSImage><t image> beganAt:(NSPoint)<t screenPoint>", "draggedImage:(NSImage *)<t image> beganAt:(NSPoint)<t screenPoint>")
  302.     ("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>")
  303.     ("drawCell:<mtype _NSCell><t aCell>", "drawCell:(NSCell *)<t aCell>")
  304.     ("drawCellAtIndex:(int)<t index>", "drawCellAtIndex:(int)<t index>")
  305.     ("drawCellInside:<mtype _NSCell><t aCell>", "drawCellInside:(NSCell *)<t aCell>")
  306.     ("drawInteriorWithFrame:(NSRect)<t cellFrame> inView:<mtype _NSView><t controlView>", "drawInteriorWithFrame:(NSRect)<t cellFrame> inView:(NSView *)<t controlView>")
  307.     ("drawWithFrame:(NSRect)<t cellFrame> inView:<mtype _NSView><t controlView>", "drawWithFrame:(NSRect)<t cellFrame> inView:(NSView *)<t controlView>")
  308.     ("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>")
  309.     ("endEditing:<mtype _NSText><t textObj>", "endEditing:(NSText *)<t textObj>")
  310.     ("endEditingFor:<mtype _id><t anObject>", "endEditingFor:(id)<t anObject>")
  311.     ("fax:<mtype _id><t sender>", "fax:(id)<t sender>")
  312.     ("hide:<mtype _id><t sender>", "hide:(id)<t sender>")
  313.     ("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>")
  314.     ("ignoreWord:(NSString *)<t wordToIgnore> inSpellDocumentWithTag:(int)<t tag>", "ignoreWord:(NSString *)<t wordToIgnore> inSpellDocumentWithTag:(int)<t tag>")
  315.     ("insertColor:(NSColor *)<t color> key:(NSString *)<t key> atIndex:(unsigned)<t loc>", "insertColor:(NSColor *)<t color> key:(NSString *)<t key> atIndex:(unsigned)<t loc>")
  316.     ("insertColumn:(int)<t column> withCells:<mtype _NSArray><t newCells>", "insertColumn:(int)<t column> withCells:(NSArray *)<t newCells>")
  317.     ("insertNewButtonImage:<mtype _NSImage><t newButtonImage> in:<mtype _NSButtonCell><t buttonCell>", "insertNewButtonImage:(NSImage *)<t newButtonImage> in:(NSButtonCell *)<t buttonCell>")
  318.     ("insertRow:(int)<t row> withCells:<mtype _NSArray><t newCells>", "insertRow:(int)<t row> withCells:(NSArray *)<t newCells>")
  319.     ("invalidateCursorRectsForView:<mtype _NSView><t aView>", "invalidateCursorRectsForView:(NSView *)<t aView>")
  320.     ("journalerDidEnd:<mtype _NXJournaler><t journaler>", "journalerDidEnd:(NXJournaler *)<t journaler>")
  321.     ("journalerDidUserAbort:<mtype _NXJournaler *><t journaler>", "journalerDidUserAbort:(NXJournaler *)<t journaler>")
  322.     ("lockFocusOnRepresentation:<mtype _NSImageRep><t imageRepresentation>", "lockFocusOnRepresentation:(NSImageRep *)<t imageRepresentation>")
  323.     ("makeKeyAndOrderFront:<mtype _id><t sender>", "makeKeyAndOrderFront:(id)<t sender>")
  324.     ("miniaturize:<mtype _id><t sender>", "miniaturize:(id)<t sender>")
  325.     ("miniaturizeAll:<mtype _id><t sender>", "miniaturizeAll:(id)<t sender>")
  326.     ("ok:<mtype _id><t sender>", "ok:(id)<t sender>")
  327.     ("orderBack:<mtype _id><t sender>", "orderBack:(id)<t sender>")
  328.     ("orderFront:<mtype _id><t sender>", "orderFront:(id)<t sender>")
  329.     ("orderFrontColorPanel:<mtype _id><t sender>", "orderFrontColorPanel:(id)<t sender>")
  330.     ("orderFrontDataLinkPanel:<mtype _id><t sender>", "orderFrontDataLinkPanel:(id)<t sender>")
  331.     ("orderOut:<mtype _id><t sender>", "orderOut:(id)<t sender>")
  332.     ("paste:<mtype _id><t sender>", "paste:(id)<t sender>")
  333.     ("pasteFont:<mtype _id><t sender>", "pasteFont:(id)<t sender>")
  334.     ("pasteRuler:<mtype _id><t sender>", "pasteRuler:(id)<t sender>")
  335.     ("pasteboard:<mtype _NSPasteboard><t sender> provideDataForType:(NSString *)<t type>", "pasteboard:(NSPasteboard *)<t sender> provideDataForType:(NSString *)<t type>")
  336.     ("pasteboardChangedOwner:<mtype _NSPasteboard><t sender>", "pasteboardChangedOwner:(NSPasteboard *)<t sender>")
  337.     ("performClick:<mtype _id><t sender>", "performClick:(id)<t sender>")
  338.     ("performClose:<mtype _id><t sender>", "performClose:(id)<t sender>")
  339.     ("performMiniaturize:<mtype _id><t sender>", "performMiniaturize:(id)<t sender>")
  340.     ("pickedAllPages:<mtype _id><t sender>", "pickedAllPages:(id)<t sender>")
  341.     ("pickedBreakAllLinks:<mtype _id><t sender>", "pickedBreakAllLinks:(id)<t sender>")
  342.     ("pickedBreakLink:<mtype _id><t sender>", "pickedBreakLink:(id)<t sender>")
  343.     ("pickedButton:<mtype _id><t sender>", "pickedButton:(id)<t sender>")
  344.     ("pickedLayoutList:<mtype _id><t sender>", "pickedLayoutList:(id)<t sender>")
  345.     ("pickedOpenSource:<mtype _id><t sender>", "pickedOpenSource:(id)<t sender>")
  346.     ("pickedOrientation:<mtype _id><t sender>", "pickedOrientation:(id)<t sender>")
  347.     ("pickedPaperSize:<mtype _id><t sender>", "pickedPaperSize:(id)<t sender>")
  348.     ("pickedUnits:<mtype _id><t sender>", "pickedUnits:(id)<t sender>")
  349.     ("pickedUpdateDestination:<mtype _id><t sender>", "pickedUpdateDestination:(id)<t sender>")
  350.     ("pickedUpdateMode:<mtype _id><t sender>", "pickedUpdateMode:(id)<t sender>")
  351.     ("print:<mtype _id><t sender>", "print:(id)<t sender>")
  352.     ("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>")
  353.     ("readRichText:(NSString *)<t string> forView:<mtype _NSView><t view>", "readRichText:(NSString *)<t string> forView:(NSView *)<t view>")
  354.     ("reflectScrolledClipView:<mtype _NSClipView><t aClipView>", "reflectScrolledClipView:(NSClipView *)<t aClipView>")
  355.     ("reflectScrolledClipView:<mtype _NSClipView><t cView>", "reflectScrolledClipView:(NSClipView *)<t cView>")
  356.     ("removeCursorRect:(NSRect)<t aRect> cursor:<mtype _NSCursor><t anObj>", "removeCursorRect:(NSRect)<t aRect> cursor:(NSCursor *)<t anObj>")
  357.     ("removeRepresentation:<mtype _NSImageRep><t imageRep>", "removeRepresentation:(NSImageRep *)<t imageRep>")
  358.     ("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>")
  359.     ("replaceSelWithCell:<mtype _NSCell><t cell>", "replaceSelWithCell:(NSCell *)<t cell>")
  360.     ("replaceSubview:<mtype _NSView><t oldView> with:<mtype _NSView><t newView>", "replaceSubview:(NSView *)<t oldView> with:(NSView *)<t newView>")
  361.     ("resetCursorRect:(NSRect)<t cellFrame> inView:<mtype _NSView><t controlView>", "resetCursorRect:(NSRect)<t cellFrame> inView:(NSView *)<t controlView>")
  362.     ("runPageLayout:<mtype _id><t sender>", "runPageLayout:(id)<t sender>")
  363.     ("scrollClipView:<mtype _NSClipView><t aClipView> toPoint:(NSPoint)<t aPoint>", "scrollClipView:(NSClipView *)<t aClipView> toPoint:(NSPoint)<t aPoint>")
  364.     ("scrollViaScroller:<mtype _NSScroller><t sender>", "scrollViaScroller:(NSScroller *)<t sender>")
  365.     ("selectAll:<mtype _id><t sender>", "selectAll:(id)<t sender>")
  366.     ("selectCell:<mtype _NSCell><t aCell>", "selectCell:(NSCell *)<t aCell>")
  367.     ("selectText:<mtype _id><t sender>", "selectText:(id)<t sender>")
  368.     ("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>")
  369.     ("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>")
  370.     ("setAccessoryView:<mtype _NSView><t aView>", "setAccessoryView:(NSView *)<t aView>")
  371.     ("setAlternateImage:<mtype _NSImage><t image>", "setAlternateImage:(NSImage *)<t image>")
  372.     ("setAlternateImage:<mtype _NSImage><t newAltImage>", "setAlternateImage:(NSImage *)<t newAltImage>")
  373.     ("setAppListener:<mtype _Listener><t aListener>", "setAppListener:(Listener *)<t aListener>")
  374.     ("setAppSpeaker:<mtype _Speaker><t aSpeaker>", "setAppSpeaker:(Speaker *)<t aSpeaker>")
  375.     ("setCell:<mtype _NSCell><t aCell>", "setCell:(NSCell *)<t aCell>")
  376.     ("setCellClass:<mtype _Class><t factoryId>", "setCellClass:(Class)<t factoryId>")
  377.     ("setCellPrototype:<mtype _NSCell><t aCell>", "setCellPrototype:(NSCell *)<t aCell>")
  378.     ("setContentView:<mtype _NSView><t aView>", "setContentView:(NSView *)<t aView>")
  379.     ("setDelegate:<mtype _id><t anObject>", "setDelegate:(id)<t anObject>")
  380.     ("setDocumentCursor:<mtype _NSCursor><t anObj>", "setDocumentCursor:(NSCursor *)<t anObj>")
  381.     ("setDocumentView:<mtype _NSView><t aView>", "setDocumentView:(NSView *)<t aView>")
  382.     ("setFont:<mtype _NSFont><t font> ofRange:(NSRange)<t range>", "setFont:(NSFont *)<t font> ofRange:(NSRange)<t range>")
  383.     ("setFont:<mtype _NSFont><t fontObj> paragraphStyle:(void *)<t paraStyle>", "setFont:(NSFont *)<t fontObj> paragraphStyle:(void *)<t paraStyle>")
  384.     ("setFont:<mtype _NSFont><t fontObj>", "setFont:(NSFont *)<t fontObj>")
  385.     ("setFont:<mtype _NSFont><t fontObject>", "setFont:(NSFont *)<t fontObject>")
  386.     ("setFont:<mtype _NSFont><t obj>", "setFont:(NSFont *)<t obj>")
  387.     ("setFontMenu:<mtype _NSMenu><t newMenu>", "setFontMenu:(NSMenu *)<t newMenu>")
  388.     ("setHorizontalScroller:<mtype _NSScroller><t anObject>", "setHorizontalScroller:(NSScroller *)<t anObject>")
  389.     ("setImage:<mtype _NSImage><t backgroundImage>", "setImage:(NSImage *)<t backgroundImage>")
  390.     ("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>")
  391.     ("setImage:<mtype _NSImage><t image>", "setImage:(NSImage *)<t image>")
  392.     ("setImage:<mtype _NSImage><t newImage>", "setImage:(NSImage *)<t newImage>")
  393.     ("setItemMatrix:<mtype _NSMatrix><t aMatrix>", "setItemMatrix:(NSMatrix *)<t aMatrix>")
  394.     ("setKeyEquivalentFont:<mtype _NSFont><t fontObj>", "setKeyEquivalentFont:(NSFont *)<t fontObj>")
  395.     ("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>")
  396.     ("setMainMenu:<mtype _NSMenu><t aMenu>", "setMainMenu:(NSMenu *)<t aMenu>")
  397.     ("setMatrixClass:<mtype _Class><t factoryId>", "setMatrixClass:(Class)<t factoryId>")
  398.     ("setMiniwindowImage:<mtype _NSImage><t image>", "setMiniwindowImage:(NSImage *)<t image>")
  399.     ("setNextResponder:<mtype _NSResponder><t aResponder>", "setNextResponder:(NSResponder *)<t aResponder>")
  400.     ("setNextText:<mtype _id><t anObject>", "setNextText:(id)<t anObject>")
  401.     ("setPanelFont:<mtype _NSFont><t fontObj> isMultiple:(BOOL)<t flag>", "setPanelFont:(NSFont *)<t fontObj> isMultiple:(BOOL)<t flag>")
  402.     ("setPreviousText:<mtype _id><t anObject>", "setPreviousText:(id)<t anObject>")
  403.     ("setPrintInfo:<mtype _NSPrintInfo><t aPrintInfo>", "setPrintInfo:(NSPrintInfo *)<t aPrintInfo>")
  404.     ("setPrintPanel:<mtype _NSPrintPanel><t panel>", "setPrintPanel:(NSPrintPanel *)<t panel>")
  405.     ("setPrinter:<mtype _NSPrinter><t pr>", "setPrinter:(NSPrinter *)<t pr>")
  406.     ("setPrototype:<mtype _NSCell><t aCell>", "setPrototype:(NSCell *)<t aCell>")
  407.     ("setRepresentedObject:<mtype _id><t anObject>", "setRepresentedObject:(id)<t anObject>")
  408.     ("setSelColor:(NSColor *)<t color>", "setSelColor:(NSColor *)<t color>")
  409.     ("setSelFont:<mtype _NSFont><t fontId> paragraphStyle:(void *)<t paraStyle>", "setSelFont:(NSFont *)<t fontId> paragraphStyle:(void *)<t paraStyle>")
  410.     ("setSelectedFont:<mtype _NSFont><t fontId>", "setSelectedFont:(NSFont *)<t fontId>")
  411.     ("setSelectedFont:<mtype _NSFont><t fontObj> isMultiple:(BOOL)<t flag>", "setSelectedFont:(NSFont *)<t fontObj> isMultiple:(BOOL)<t flag>")
  412.     ("setServicesMenu:<mtype _NSMenu><t aMenu>", "setServicesMenu:(NSMenu *)<t aMenu>")
  413.     ("setSound:<mtype _Sound><t aSound>", "setSound:(Sound *)<t aSound>")
  414.     ("setSound:<mtype _Sound><t soundObj>", "setSound:(Sound *)<t soundObj>")
  415.     ("setTextFont:<mtype _NSFont><t fontObj>", "setTextFont:(NSFont *)<t fontObj>")
  416.     ("setTitleCell:<mtype _NSCell><t aCell>", "setTitleCell:(NSCell *)<t aCell>")
  417.     ("setTitleFont:<mtype _NSFont><t fontObj>", "setTitleFont:(NSFont *)<t fontObj>")
  418.     ("setVerticalScroller:<mtype _NSScroller><t anObject>", "setVerticalScroller:(NSScroller *)<t anObject>")
  419.     ("setVerticallyCentered:(BOOL)<t flag>", "setVerticallyCentered:(BOOL)<t flag>")
  420.     ("setWindowsMenu:<mtype _id><t menu>", "setWindowsMenu:(id)<t menu>")
  421.     ("showGuessPanel:<mtype _id><t sender>", "showGuessPanel:(id)<t sender>")
  422.     ("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>")
  423.     ("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>")
  424.     ("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>")
  425.     ("splitView:<mtype _NSSplitView><t sender> resizeSubviewsWithOldSize:(NSSize)<t oldSize>", "splitView:(NSSplitView *)<t sender> resizeSubviewsWithOldSize:(NSSize)<t oldSize>")
  426.     ("stop:<mtype _id><t sender>", "stop:(id)<t sender>")
  427.     ("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>")
  428.     ("submenuAction:<mtype _id><t sender>", "submenuAction:(id)<t sender>")
  429.     ("subscript:<mtype _id><t sender>", "subscript:(id)<t sender>")
  430.     ("superscript:<mtype _id><t sender>", "superscript:(id)<t sender>")
  431.     ("takeColorFrom:<mtype _id><t sender>", "takeColorFrom:(id)<t sender>")
  432.     ("takeDoubleValueFrom:<mtype _id><t sender>", "takeDoubleValueFrom:(id)<t sender>")
  433.     ("takeFloatValueFrom:<mtype _id><t sender>", "takeFloatValueFrom:(id)<t sender>")
  434.     ("takeStringValueFrom:<mtype _id><t sender>", "takeStringValueFrom:(id)<t sender>")
  435.     ("terminate:<mtype _id><t sender>", "terminate:(id)<t sender>")
  436.     ("textDidRead:<mtype _NSCStringText><t textObject> paperSize:(NSSize)<t paperSize>", "textDidRead:(NSCStringText *)<t textObject> paperSize:(NSSize)<t paperSize>")
  437.     ("textWillFinishReadingRichText:<mtype _NSCStringText><t textObject>", "textWillFinishReadingRichText:(NSCStringText *)<t textObject>")
  438.     ("textWillResize:<mtype _NSCStringText><t textObject>", "textWillResize:(NSCStringText *)<t textObject>")
  439.     ("textWillSetSel:<mtype _NSCStringText><t textObject> toFont:<mtype _NSFont><t font>", "textWillSetSel:(NSCStringText *)<t textObject> toFont:(NSFont *)<t font>")
  440.     ("textWillStartReadingRichText:<mtype _NSCStringText><t textObject>", "textWillStartReadingRichText:(NSCStringText *)<t textObject>")
  441.     ("toggleRuler:<mtype _id><t sender>", "toggleRuler:(id)<t sender>")
  442.     ("underline:<mtype _id><t sender>", "underline:(id)<t sender>")
  443.     ("unhide:<mtype _id><t sender>", "unhide:(id)<t sender>")
  444.     ("unscript:<mtype _id><t sender>", "unscript:(id)<t sender>")
  445.     ("updateCell:<mtype _NSCell><t aCell>", "updateCell:(NSCell *)<t aCell>")
  446.     ("updateCellInside:<mtype _NSCell><t aCell>", "updateCellInside:(NSCell *)<t aCell>")
  447.     ("updateWindowsItem:<mtype _id><t win>", "updateWindowsItem:(id)<t win>")
  448.     ("viewSizeChanged:<mtype _id><t sender>", "viewSizeChanged:(id)<t sender>")
  449.     ("viewWillMoveToWindow:<mtype _NSWindow><t newWindow>", "viewWillMoveToWindow:(NSWindow *)<t newWindow>")
  450.     ("writeEPSInsideRect:(NSRect)<t rect> toPasteboard:<mtype _NSPasteboard><t pasteboard>", "writeEPSInsideRect:(NSRect)<t rect> toPasteboard:(NSPasteboard *)<t pasteboard>")
  451.     ("writeLinksToPasteboard:<mtype _NSPasteboard><t pasteboard>", "writeLinksToPasteboard:(NSPasteboard *)<t pasteboard>")
  452.     ("writeToPasteboard:<mtype _NSPasteboard><t pasteBoard>", "writeToPasteboard:(NSPasteboard *)<t pasteBoard>")
  453.     ("writeToPasteboard:<mtype _NSPasteboard><t pasteboard>", "writeToPasteboard:(NSPasteboard *)<t pasteboard>")
  454. }
  455.  
  456.  
  457. /*********** StaticTypingConversion: - <objtype> ***********/
  458.  
  459. replace "+ <mtype rettype> <b old>" with "<b new>"
  460.     where ("<old>", "<new>") isOneOf {
  461.     ("colorPanel", "- (NSColorPanel *)colorPanel")
  462.     ("appListener", "- (Listener *)appListener")
  463.     ("allKeys", "- (NSArray *)allKeys")
  464.     ("availableFonts", "- (NSArray *)availableFonts")
  465.     ("cells", "- (NSArray *)cells")
  466.     ("filenames", "- (NSArray *)filenames")
  467.     ("ignoredWordsInSpellDocumentWithTag:(int)<t tag>", "- (NSArray *)ignoredWordsInSpellDocumentWithTag:(int)<t tag>")
  468.     ("itemTitles", "- (NSArray *)itemTitles")
  469.     ("mountNewRemovableMedia", "- (NSArray *)mountNewRemovableMedia")
  470.     ("mountedRemovableMedia", "- (NSArray *)mountedRemovableMedia")
  471.     ("representations", "- (NSArray *)representations")
  472.     ("selectedCells", "- (NSArray *)selectedCells")
  473.     ("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>")
  474.     ("stringListForKey:(NSString *)<t key> inTable:(NSString *)<t table>", "- (NSArray *)stringListForKey:(NSString *)<t key> inTable:(NSString *)<t table>")
  475.     ("subviews", "- (NSArray *)subviews")
  476.     ("types", "- (NSArray *)types")
  477.     ("windows", "- (NSArray *)windows")
  478.     ("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>")
  479.     ("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>")
  480.     ("makeCellAtRow:(int)<t row> column:(int)<t col>", "- (NSCell *)makeCellAtRow:(int)<t row> column:(int)<t col>")
  481.     ("controlView", "- (NSControl *)controlView")
  482.     ("documentCursor", "- (NSCursor *)documentCursor")
  483.     ("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>")
  484.     ("destinationLinkWithSelection:<mtype _NSSelection><t destSel>", "- (NSDataLink *)destinationLinkWithSelection:(NSSelection *)<t destSel>")
  485.     ("manager", "- (NSDataLinkManager *)manager")
  486.     ("convertFont:<mtype _NSFont><t fontObj> toFace:(NSString *)<t typeface>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toFace:(NSString *)<t typeface>")
  487.     ("convertFont:<mtype _NSFont><t fontObj> toFamily:(NSString *)<t family>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toFamily:(NSString *)<t family>")
  488.     ("convertFont:<mtype _NSFont><t fontObj> toHaveTrait:(NSFontTraitMask)<t trait>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toHaveTrait:(NSFontTraitMask)<t trait>")
  489.     ("convertFont:<mtype _NSFont><t fontObj> toNotHaveTrait:(NSFontTraitMask)<t trait>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toNotHaveTrait:(NSFontTraitMask)<t trait>")
  490.     ("convertFont:<mtype _NSFont><t fontObj> toSize:(float)<t size>", "- (NSFont *)convertFont:(NSFont *)<t fontObj> toSize:(float)<t size>")
  491.     ("convertWeight:(BOOL)<t upFlag> ofFont:<mtype _NSFont><t fontObj>", "- (NSFont *)convertWeight:(BOOL)<t upFlag> ofFont:(NSFont *)<t fontObj>")
  492.     ("font", "- (NSFont *)font")
  493.     ("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>")
  494.     ("panelConvertFont:<mtype _NSFont><t fontObj>", "- (NSFont *)panelConvertFont:(NSFont *)<t fontObj>")
  495.     ("printerFont", "- (NSFont *)printerFont")
  496.     ("screenFont", "- (NSFont *)screenFont")
  497.     ("selectedFont", "- (NSFont *)selectedFont")
  498.     ("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>")
  499.     ("titleFont", "- (NSFont *)titleFont")
  500.     ("fontPanel:(BOOL)<t create>", "- (NSFontPanel *)fontPanel:(BOOL)<t create>")
  501.     ("addEntry:(NSString *)<t title>", "- (NSFormCell *)addEntry:(NSString *)<t title>")
  502.     ("insertEntry:(NSString *)<t title> atIndex:(int)<t index>", "- (NSFormCell *)insertEntry:(NSString *)<t title> atIndex:(int)<t index>")
  503.     ("alternateImage", "- (NSImage *)alternateImage")
  504.     ("iconForFile:(NSString *)<t fullPath>", "- (NSImage *)iconForFile:(NSString *)<t fullPath>")
  505.     ("iconForFileType:(NSString *)<t fileType>", "- (NSImage *)iconForFileType:(NSString *)<t fileType>")
  506.     ("image", "- (NSImage *)image")
  507.     ("imageDidNotDraw:<mtype _id><t sender> inRect:(NSRect)<t aRect>", "- (NSImage *)imageDidNotDraw:(id)<t sender> inRect:(NSRect)<t aRect>")
  508.     ("miniwindowImage", "- (NSImage *)miniwindowImage")
  509.     ("provideNewButtonImage", "- (NSImage *)provideNewButtonImage")
  510.     ("bestRepresentationForDevice:(NSDictionary *)<t deviceDescription>", "- (NSImageRep *)bestRepresentationForDevice:(NSDictionary *)<t deviceDescription>")
  511.     ("itemMatrix", "- (NSMatrix *)itemMatrix")
  512.     ("matrixInColumn:(int)<t column>", "- (NSMatrix *)matrixInColumn:(int)<t column>")
  513.     ("attachedMenu", "- (NSMenu *)attachedMenu")
  514.     ("fontMenu:(BOOL)<t create>", "- (NSMenu *)fontMenu:(BOOL)<t create>")
  515.     ("mainMenu", "- (NSMenu *)mainMenu")
  516.     ("servicesMenu", "- (NSMenu *)servicesMenu")
  517.     ("supermenu", "- (NSMenu *)supermenu")
  518.     ("windowsMenu", "- (NSMenu *)windowsMenu")
  519.     ("itemAtIndex:(int)<t index>", "- (NSButtonCell *)itemAtIndex:(int)<t index>")
  520.     ("itemWithTitle:(NSString *)<t title>", "- (NSButtonCell *)itemWithTitle:(NSString *)<t title>")
  521.     ("lastItem", "- (NSButtonCell *)lastItem")
  522.     ("selectedItem", "- (NSButtonCell *)selectedItem")
  523.     ("setSubmenu:<mtype _NSMenu><t aMenu> forItem:<mtype _NSMenuCell><t aCell>", "- (void)setSubmenu:(NSMenu *)<t aMenu> forItem:(NSMenuItem *)<t aCell>")
  524.     ("spellingPanel", "- (NSPanel *)spellingPanel")
  525.     ("printInfo", "- (NSPrintInfo *)printInfo")
  526.     ("printPanel", "- (NSPrintPanel *)printPanel")
  527.     ("printer", "- (NSPrinter *)printer")
  528.     ("remoteMethodFor:(SEL)<t aSelector>", "- (NXRemoteMethod *)remoteMethodFor:(SEL)<t aSelector>")
  529.     ("firstResponder", "- (NSResponder *)firstResponder")
  530.     ("nextResponder", "- (NSResponder *)nextResponder")
  531.     ("horizontalScroller", "- (NSScroller *)horizontalScroller")
  532.     ("verticalScroller", "- (NSScroller *)verticalScroller")
  533.     ("destinationSelection", "- (NSSelection *)destinationSelection")
  534.     ("sourceSelection", "- (NSSelection *)sourceSelection")
  535.     ("currentEditor", "- (NSText *)currentEditor")
  536.     ("fieldEditor:(BOOL)<t createFlag> forObject:<mtype _id><t anObject>", "- (NSText *)fieldEditor:(BOOL)<t createFlag> forObject:(id)<t anObject>")
  537.     ("setUpFieldEditorAttributes:<mtype _NSText><t textObj>", "- (NSText *)setUpFieldEditorAttributes:(NSText *)<t textObj>")
  538.     ("accessoryView", "- (NSView *)accessoryView")
  539.     ("ancestorSharedWithView:<mtype _NSView><t aView>", "- (NSView *)ancestorSharedWithView:(NSView *)<t aView>")
  540.     ("hitTest:(NSPoint)<t aPoint>", "- (NSView *)hitTest:(NSPoint)<t aPoint>")
  541.     ("opaqueAncestor", "- (NSView *)opaqueAncestor")
  542.     ("superview", "- (NSView *)superview")
  543.     ("keyWindow", "- (NSWindow *)keyWindow")
  544.     ("mainWindow", "- (NSWindow *)mainWindow")
  545.     ("makeWindowsPerform:(SEL)<t aSelector> inOrder:(BOOL)<t flag>", "- (NSWindow *)makeWindowsPerform:(SEL)<t aSelector> inOrder:(BOOL)<t flag>")
  546.     ("window", "- (NSWindow *)window")
  547.     ("windowForSelection:<mtype _NSSelection><t selection>", "- (NSWindow *)windowForSelection:(NSSelection *)<t selection>")
  548.     ("windowWithWindowNumber:(int)<t windowNum>", "- (NSWindow *)windowWithWindowNumber:(int)<t windowNum>")
  549.     ("listener", "- (NXJournalListener *)listener")
  550.     ("speaker", "- (NXJournalSpeaker *)speaker")
  551.     ("masterJournaler", "- (NXJournaler *)masterJournaler")
  552.     ("slaveJournaler", "- (NXJournaler *)slaveJournaler")
  553.     ("sound", "- (Sound *)sound")
  554.     ("appSpeaker", "- (Speaker *)appSpeaker")
  555.     ("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>")
  556.     ("cell", "- (id)cell")
  557.     ("cellAtIndex:(int)<t index>", "- (id)cellAtIndex:(int)<t index>")
  558.     ("cellAtRow:(int)<t row> column:(int)<t col>", "- (id)cellAtRow:(int)<t row> column:(int)<t col>")
  559.     ("cellPrototype", "- (id)cellPrototype")
  560.     ("cellWithTag:(int)<t aTag>", "- (id)cellWithTag:(int)<t aTag>")
  561.     ("cellWithTag:(int)<t anInt>", "- (id)cellWithTag:(int)<t anInt>")
  562.     ("contentView", "- (id)contentView")
  563.     ("delegate", "- (id)delegate")
  564.     ("documentView", "- (id)documentView")
  565.     ("initByReferencingFile:(NSString *)<t fileName>", "- (id)initByReferencingFile:(NSString *)<t fileName>")
  566.     ("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>")
  567.     ("initImageCell:<mtype _NSImage><t image>", "- (id)initImageCell:(NSImage *)<t image>")
  568.     ("initLinkedToFile:(NSString *)<t filename>", "- (id)initLinkedToFile:(NSString *)<t filename>")
  569.     ("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>")
  570.     ("initTextCell:(NSString *)<t aString>", "- (id)initTextCell:(NSString *)<t aString>")
  571.     ("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>")
  572.     ("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>")
  573.     ("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>")
  574.     ("initWithContentsOfFile:(NSString *)<t fileName>", "- (id)initWithContentsOfFile:(NSString *)<t fileName>")
  575.     ("initWithContentsOfFile:(NSString *)<t filename>", "- (id)initWithContentsOfFile:(NSString *)<t filename>")
  576.     ("initWithData:(NSData *)<t data>", "- (id)initWithData:(NSData *)<t data>")
  577.     ("initWithData:(NSData *)<t tiffData>", "- (id)initWithData:(NSData *)<t tiffData>")
  578.     ("initWithDelegate:<mtype _id><t obj> fromFile:(NSString *)<t path>", "- (id)initWithDelegate:(id)<t obj> fromFile:(NSString *)<t path>")
  579.     ("initWithDelegate:<mtype _id><t obj>", "- (id)initWithDelegate:(id)<t obj>")
  580.     ("initWithDescriptionData:(NSData *)<t newData>", "- (id)initWithDescriptionData:(NSData *)<t newData>")
  581.     ("initWithDictionary:(NSDictionary *)<t aDict>", "- (id)initWithDictionary:(NSDictionary *)<t aDict>")
  582.     ("initWithDrawSelector:(SEL)<t aMethod> delegate:<mtype _id><t anObject>", "- (id)initWithDrawSelector:(SEL)<t aMethod> delegate:(id)<t anObject>")
  583.     ("initWithFocusedViewRect:(NSRect)<t rect>", "- (id)initWithFocusedViewRect:(NSRect)<t rect>")
  584.     ("initWithFrame:(NSRect)<t buttonFrame> pullsDown:(BOOL)<t flag>", "- (id)initWithFrame:(NSRect)<t buttonFrame> pullsDown:(BOOL)<t flag>")
  585.     ("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>")
  586.     ("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>")
  587.     ("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>")
  588.     ("initWithFrame:(NSRect)<t frameRect>", "- (id)initWithFrame:(NSRect)<t frameRect>")
  589.     ("initWithImage:<mtype _NSImage><t newImage>", "- (id)initWithImage:(NSImage *)<t newImage>")
  590.     ("initWithName:(NSString *)<t name> fromFile:(NSString *)<t path>", "- (id)initWithName:(NSString *)<t name> fromFile:(NSString *)<t path>")
  591.     ("initWithName:(NSString *)<t name>", "- (id)initWithName:(NSString *)<t name>")
  592.     ("initWithPasteboard:<mtype _NSPasteboard><t pasteboard>", "- (id)initWithPasteboard:(NSPasteboard *)<t pasteboard>")
  593.     ("initWithPickerMask:(int)<t mask> colorPanel:<mtype _NSColorPanel><t owningColorPanel>", "- (id)initWithPickerMask:(int)<t mask> colorPanel:(NSColorPanel *)<t owningColorPanel>")
  594.     ("initWithSize:(NSSize)<t aSize>", "- (id)initWithSize:(NSSize)<t aSize>")
  595.     ("initWithTitle:(NSString *)<t aTitle>", "- (id)initWithTitle:(NSString *)<t aTitle>")
  596.     ("initWithView:<mtype _NSView><t aView> printInfo:<mtype _NSPrintInfo><t aPrintInfo>", "- (id)initWithView:(NSView *)<t aView> printInfo:(NSPrintInfo *)<t aPrintInfo>")
  597.     ("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>")
  598.     ("loadedCellAtRow:(int)<t row> column:(int)<t col>", "- (id)loadedCellAtRow:(int)<t row> column:(int)<t col>")
  599.     ("nextText", "- (id)nextText")
  600.     ("previousText", "- (id)previousText")
  601.     ("propertyListForType:(NSString *)<t dataType>", "- (id)propertyListForType:(NSString *)<t dataType>")
  602.     ("prototype", "- (id)prototype")
  603.     ("representedObject", "- (id)representedObject")
  604.     ("selectTextAtRow:(int)<t row> column:(int)<t col>", "- (id)selectTextAtRow:(int)<t row> column:(int)<t col>")
  605.     ("selectedCell", "- (id)selectedCell")
  606.     ("selectedCellInColumn:(int)<t column>", "- (id)selectedCellInColumn:(int)<t column>")
  607.     ("servicesDelegate", "- (id)servicesDelegate")
  608.     ("setUpFieldEditorAttributes:<mtype _id><t textObj>", "- (id)setUpFieldEditorAttributes:(id)<t textObj>")
  609.     ("target", "- (id)target")
  610.     ("targetForAction:(SEL)<t theAction>", "- (id)targetForAction:(SEL)<t theAction>")
  611.     ("titleCell", "- (id)titleCell")
  612.     ("validRequestorForSendType:(NSString *)<t sendType> returnType:(NSString *)<t returnType>", "- (id)validRequestorForSendType:(NSString *)<t sendType> returnType:(NSString *)<t returnType>")
  613.     ("viewWithTag:(int)<t aTag>", "- (id)viewWithTag:(int)<t aTag>")
  614.     ("windowWillReturnFieldEditor:<mtype _NSWindow><t sender> toObject:<mtype _id><t client>", "- (id)windowWillReturnFieldEditor:(NSWindow *)<t sender> toObject:(id)<t client>")
  615.     }
  616.