home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / OpenStepConversion / UtilityScripts / topsscripts / markOverriden.tops < prev   
Encoding:
Text File  |  1994-08-28  |  47.5 KB  |  2,528 lines

  1. replacemethod "<sel>" with "OVERRIDDEN"
  2.     where "<sel>" isOneOf {
  3.     "controlView"
  4.     "setFont:"
  5.     "setAlignment:"
  6.     "setBordered:"
  7.     "setBezeled:"
  8.     "setEnabled:"
  9.     "setFloatingPointFormat:left:right:"
  10.     "setIcon:"
  11.     "target"
  12.     "setTarget:"
  13.     "action"
  14.     "setAction:"
  15.     "tag"
  16.     "setTag:"
  17.     "stringValue"
  18.     "intValue"
  19.     "floatValue"
  20.     "doubleValue"
  21.     "setStringValue:"
  22.     "setStringValueNoCopy:shouldFree:"
  23.     "drawSelf:inView:"
  24.     "write:"
  25.     "read:"
  26.     "free"
  27.     "setDelegate:"
  28.     "delegate"
  29.     "context"
  30.     "hide:"
  31.     "unhide:"
  32.     "unhideWithoutActivation:"
  33.     "findWindow:"
  34.     "focusView"
  35.     "mainWindow"
  36.     "keyWindow"
  37.     "replyPort"
  38.     "appName"
  39.     "systemLanguages"
  40.     "appListenerPortName"
  41.     "appListener"
  42.     "setAppListener:"
  43.     "appSpeaker"
  44.     "setAppSpeaker:"
  45.     "unhide"
  46.     "openFile:ok:"
  47.     "openTempFile:ok:"
  48.     "powerOffIn:andSave:"
  49.     "unmounting:ok:"
  50.     "unmounted:"
  51.     "mounted:"
  52.     "fileOperationCompleted:"
  53.     "applicationWillLaunch:"
  54.     "applicationDidLaunch:"
  55.     "applicationDidTerminate:"
  56.     "isActive"
  57.     "hostName"
  58.     "isHidden"
  59.     "isRunning"
  60.     "activeApp"
  61.     "deactivateSelf"
  62.     "activateSelf:"
  63.     "activate:"
  64.     "run"
  65.     "runModalFor:"
  66.     "stop:"
  67.     "stopModal"
  68.     "stopModal:"
  69.     "abortModal"
  70.     "beginModalSession:for:"
  71.     "runModalSession:"
  72.     "endModalSession:"
  73.     "setAutoupdate:"
  74.     "terminate:"
  75.     "getNextEvent:waitFor:threshold:"
  76.     "peekNextEvent:into:waitFor:threshold:"
  77.     "getNextEvent:"
  78.     "peekAndGetNextEvent:"
  79.     "peekNextEvent:into:"
  80.     "currentEvent"
  81.     "powerOff:"
  82.     "applicationDefined:"
  83.     "rightMouseDown:"
  84.     "sendEvent:"
  85.     "preventWindowOrdering"
  86.     "becomeActiveApp"
  87.     "resignActiveApp"
  88.     "makeWindowsPerform:inOrder:"
  89.     "appIcon"
  90.     "windowList"
  91.     "getWindowNumbers:count:"
  92.     "updateWindows"
  93.     "sendAction:to:from:"
  94.     "calcTargetForAction:"
  95.     "tryToPerform:with:"
  96.     "printInfo"
  97.     "runPageLayout:"
  98.     "orderFrontColorPanel:"
  99.     "setPrintInfo:"
  100.     "setMainMenu:"
  101.     "mainMenu"
  102.     "delayedFree:"
  103.     "getScreens:count:"
  104.     "mainScreen"
  105.     "colorScreen"
  106.     "getScreenSize:"
  107.     "loadNibFile:owner:withNames:fromZone:"
  108.     "loadNibFile:owner:withNames:"
  109.     "loadNibFile:owner:"
  110.     "loadNibSection:owner:withNames:"
  111.     "loadNibSection:owner:withNames:fromZone:"
  112.     "loadNibSection:owner:withNames:fromHeader:"
  113.     "loadNibSection:owner:withNames:fromHeader:fromZone:"
  114.     "loadNibSection:owner:"
  115.     "validRequestorForSendType:andReturnType:"
  116.     "slaveJournaler"
  117.     "masterJournaler"
  118.     "isJournalable"
  119.     "setJournalable:"
  120.     "showHelpPanel:"
  121.     "initialize"
  122.     "new"
  123.     "allocFromZone:"
  124.     "alloc"
  125.     "windowsMenu"
  126.     "setWindowsMenu:"
  127.     "arrangeInFront:"
  128.     "removeWindowsItem:"
  129.     "addWindowsItem:title:filename:"
  130.     "changeWindowsItem:title:filename:"
  131.     "updateWindowsItem:"
  132.     "miniaturizeAll:"
  133.     "appWillInit:"
  134.     "appDidInit:"
  135.     "appDidHide:"
  136.     "appDidUnhide:"
  137.     "appDidBecomeActive:"
  138.     "appDidResignActive:"
  139.     "appDidUpdate:"
  140.     "appWillUpdate:"
  141.     "appWillTerminate:"
  142.     "app:willShowHelpPanel:"
  143.     "appAcceptsAnotherFile:"
  144.     "app:openFile:type:"
  145.     "app:openTempFile:type:"
  146.     "app:openFileWithoutUI:type:"
  147.     "app:powerOffIn:andSave:"
  148.     "app:unmounting:"
  149.     "app:unmounted:"
  150.     "app:mounted:"
  151.     "app:fileOperationCompleted:"
  152.     "app:applicationWillLaunch:"
  153.     "app:applicationDidLaunch:"
  154.     "app:applicationDidTerminate:"
  155.     "applicationDefined:"
  156.     "powerOff:"
  157.     "servicesMenu"
  158.     "setServicesMenu:"
  159.     "registerServicesMenuSendTypes:andReturnTypes:"
  160.     "setImportAlpha:"
  161.     "doesImportAlpha"
  162.     "writeSelectionToPasteboard:types:"
  163.     "readSelectionFromPasteboard:"
  164.     "perform:with:afterDelay:cancelPrevious:"
  165.     "awakeFromNib"
  166.     "runFromAppKit"
  167.     "runFromAppKitWithPriority:"
  168.     "inputManager"
  169.     "setInputManager:newIM"
  170.     "resize::"
  171.     "newSize::type:"
  172.     "initFrame:"
  173.     "awake"
  174.     "free"
  175.     "borderType"
  176.     "titlePosition"
  177.     "setBorderType:"
  178.     "setTitlePosition:"
  179.     "title"
  180.     "setTitle:"
  181.     "cell"
  182.     "font"
  183.     "setFont:"
  184.     "getOffsets:"
  185.     "setOffsets::"
  186.     "sizeTo::"
  187.     "sizeToFit"
  188.     "setFrameFromContentFrame:"
  189.     "contentView"
  190.     "setContentView:"
  191.     "addSubview:"
  192.     "replaceSubview:with:"
  193.     "drawSelf::"
  194.     "write:"
  195.     "read:"
  196.     "newFrame:"
  197.     "init"
  198.     "initFrame:"
  199.     "initFrame:title:tag:target:action:key:enabled:"
  200.     "initFrame:icon:tag:target:action:key:enabled:"
  201.     "title"
  202.     "setTitle:"
  203.     "setTitleNoCopy:"
  204.     "altTitle"
  205.     "setAltTitle:"
  206.     "icon"
  207.     "setIcon:"
  208.     "altIcon"
  209.     "setAltIcon:"
  210.     "image"
  211.     "setImage:"
  212.     "altImage"
  213.     "setAltImage:"
  214.     "iconPosition"
  215.     "setIconPosition:"
  216.     "setIcon:position:"
  217.     "setType:"
  218.     "state"
  219.     "setState:"
  220.     "isBordered"
  221.     "setBordered:"
  222.     "isTransparent"
  223.     "setTransparent:"
  224.     "setPeriodicDelay:andInterval:"
  225.     "getPeriodicDelay:andInterval:"
  226.     "keyEquivalent"
  227.     "setKeyEquivalent:"
  228.     "sound"
  229.     "setSound:"
  230.     "display"
  231.     "highlight:"
  232.     "performKeyEquivalent:"
  233.     "performClick:"
  234.     "acceptsFirstMouse"
  235.     "setCellClass:"
  236.     "new"
  237.     "newFrame:"
  238.     "newFrame:title:tag:target:action:key:enabled:"
  239.     "newFrame:icon:tag:target:action:key:enabled:"
  240.     "init"
  241.     "initTextCell:"
  242.     "initIconCell:"
  243.     "copyFromZone:"
  244.     "free"
  245.     "title"
  246.     "setTitle:"
  247.     "setTitleNoCopy:"
  248.     "altTitle"
  249.     "setAltTitle:"
  250.     "icon"
  251.     "setIcon:"
  252.     "altIcon"
  253.     "setAltIcon:"
  254.     "image"
  255.     "setImage:"
  256.     "altImage"
  257.     "setAltImage:"
  258.     "iconPosition"
  259.     "setIconPosition:"
  260.     "sound"
  261.     "setSound:"
  262.     "highlightsBy"
  263.     "setHighlightsBy:"
  264.     "showsStateBy"
  265.     "setShowsStateBy:"
  266.     "setType:"
  267.     "isOpaque"
  268.     "stringValue"
  269.     "setStringValue:"
  270.     "setStringValueNoCopy:"
  271.     "intValue"
  272.     "setIntValue:"
  273.     "floatValue"
  274.     "setFloatValue:"
  275.     "doubleValue"
  276.     "setDoubleValue:"
  277.     "setFont:"
  278.     "isBordered"
  279.     "setBordered:"
  280.     "isTransparent"
  281.     "setTransparent:"
  282.     "setPeriodicDelay:andInterval:"
  283.     "getPeriodicDelay:andInterval:"
  284.     "keyEquivalent"
  285.     "setKeyEquivalent:"
  286.     "setKeyEquivalentFont:"
  287.     "setKeyEquivalentFont:size:"
  288.     "getParameter:"
  289.     "setParameter:to:"
  290.     "getDrawRect:"
  291.     "getTitleRect:"
  292.     "getIconRect:"
  293.     "calcCellSize:inRect:"
  294.     "drawSelf:inView:"
  295.     "drawInside:inView:"
  296.     "highlight:inView:lit:"
  297.     "trackMouse:inRect:ofView:"
  298.     "performClick:"
  299.     "write:"
  300.     "read:"
  301.     "new"
  302.     "newTextCell"
  303.     "newTextCell:"
  304.     "newIconCell"
  305.     "newIconCell:"
  306.     "play"
  307.     "stop"
  308.     "init"
  309.     "initTextCell:"
  310.     "initIconCell:"
  311.     "copyFromZone:"
  312.     "awake"
  313.     "free"
  314.     "controlView"
  315.     "type"
  316.     "setType:"
  317.     "state"
  318.     "setState:"
  319.     "incrementState"
  320.     "target"
  321.     "setTarget:"
  322.     "action"
  323.     "setAction:"
  324.     "tag"
  325.     "setTag:"
  326.     "isOpaque"
  327.     "isEnabled"
  328.     "setEnabled:"
  329.     "sendActionOn:"
  330.     "isContinuous"
  331.     "setContinuous:"
  332.     "isEditable"
  333.     "setEditable:"
  334.     "isSelectable"
  335.     "setSelectable:"
  336.     "isBordered"
  337.     "setBordered:"
  338.     "isBezeled"
  339.     "setBezeled:"
  340.     "isScrollable"
  341.     "setScrollable:"
  342.     "isHighlighted"
  343.     "alignment"
  344.     "setAlignment:"
  345.     "setWrap:"
  346.     "font"
  347.     "setFont:"
  348.     "entryType"
  349.     "setEntryType:"
  350.     "isEntryAcceptable:"
  351.     "setFloatingPointFormat:left:right:"
  352.     "keyEquivalent"
  353.     "stringValue"
  354.     "setStringValue:"
  355.     "setStringValueNoCopy:"
  356.     "setStringValueNoCopy:shouldFree:"
  357.     "intValue"
  358.     "setIntValue:"
  359.     "floatValue"
  360.     "setFloatValue:"
  361.     "doubleValue"
  362.     "setDoubleValue:"
  363.     "takeIntValueFrom:"
  364.     "takeFloatValueFrom:"
  365.     "takeDoubleValueFrom:"
  366.     "takeStringValueFrom:"
  367.     "icon"
  368.     "setIcon:"
  369.     "getParameter:"
  370.     "setParameter:to:"
  371.     "getIconRect:"
  372.     "getTitleRect:"
  373.     "getDrawRect:"
  374.     "calcCellSize:"
  375.     "calcCellSize:inRect:"
  376.     "calcDrawInfo:"
  377.     "setTextAttributes:"
  378.     "drawInside:inView:"
  379.     "drawSelf:inView:"
  380.     "highlight:inView:lit:"
  381.     "mouseDownFlags"
  382.     "getPeriodicDelay:andInterval:"
  383.     "startTrackingAt:inView:"
  384.     "continueTracking:at:inView:"
  385.     "stopTracking:at:inView:mouseIsUp:"
  386.     "trackMouse:inRect:ofView:"
  387.     "edit:inView:editor:delegate:event:"
  388.     "select:inView:editor:delegate:start:length:"
  389.     "endEditing:"
  390.     "write:"
  391.     "read:"
  392.     "resetCursorRect:inView:"
  393.     "prefersTrackingUntilMouseUp"
  394.     "new"
  395.     "newTextCell"
  396.     "newTextCell:"
  397.     "newIconCell"
  398.     "newIconCell:"
  399.     "cellUsesIM"
  400.     "setCellUsesIM:"
  401.     "free"
  402.     "setAccessoryView:"
  403.     "accessoryView"
  404.     "pickedButton:"
  405.     "pickedList:"
  406.     "readPrintInfo:printerFlag"
  407.     "writePrintInfo:printerFlag"
  408.     "runModal"
  409.     "runModalFax"
  410.     "_selectFaxByName:"
  411.     "new"
  412.     "newContent:style:backing:buttonMask:defer:"
  413.     "allocFromZone:"
  414.     "alloc"
  415.     "init"
  416.     "imPortName"
  417.     "setIMPortName:"
  418.     "free"
  419.     "setDelegate:"
  420.     "delegate"
  421.     "setAutoConnect:"
  422.     "imGetCommandKeyFirst:"
  423.     "imReturnINT"
  424.     "imReturnID"
  425.     "imReturnBOOL"
  426.     "imReturnSTR"
  427.     "imReturnPTR"
  428.     "imBeginSession"
  429.     "imEndSession"
  430.     "imProcessEvent:from:"
  431.     "imNotifyResponderWillChange"
  432.     "imNotifyResponderDidChange:"
  433.     "imNotifyActivated"
  434.     "imNotifyDeactivated"
  435.     "imAppDidBecomeActive"
  436.     "imAppDidResignActive"
  437.     "imKeyWindowWillChange:"
  438.     "imKeyWindowDidChange:"
  439.     "imFirstResponderWillChange:"
  440.     "imFirstResponderDidChange:"
  441.     "imTrapMouseAction:"
  442.     "imCancelInput"
  443.     "imSendInput"
  444.     "imInsertionWillChange:"
  445.     "imMouseDownAt::clickCount:keyState:"
  446.     "imMouseDraggedAt::keyState:"
  447.     "imMouseUpAt::clickCount:keyState:"
  448.     "imIsCommunicating"
  449.     "imCurrentInputMode"
  450.     "imName"
  451.     "imVersion"
  452.     "imResponderDidFree:"
  453.     "initFrame:"
  454.     "setBackgroundGray:"
  455.     "backgroundGray"
  456.     "setBackgroundColor:"
  457.     "backgroundColor"
  458.     "drawSelf::"
  459.     "setDocView:"
  460.     "docView"
  461.     "getDocRect:"
  462.     "setDocCursor:"
  463.     "resetCursorRects"
  464.     "getDocVisibleRect:"
  465.     "descendantFrameChanged:"
  466.     "descendantFlipped:"
  467.     "setCopyOnScroll:"
  468.     "setDisplayOnScroll:"
  469.     "autoscroll:"
  470.     "constrainScroll:"
  471.     "rawScroll:"
  472.     "write:"
  473.     "read:"
  474.     "free"
  475.     "rotate:"
  476.     "rotateTo:"
  477.     "setDrawRotation:"
  478.     "awake"
  479.     "moveTo::"
  480.     "sizeTo::"
  481.     "setDrawOrigin::"
  482.     "setDrawSize::"
  483.     "translate::"
  484.     "scale::"
  485.     "initialize"
  486.     "newFrame:"
  487.     "reflectScroll:"
  488.     "scrollClip:to:"
  489.     "initFrame:"
  490.     "free"
  491.     "sizeToFit"
  492.     "sizeTo::"
  493.     "calcSize"
  494.     "cell"
  495.     "setCell:"
  496.     "selectedCell"
  497.     "target"
  498.     "setTarget:"
  499.     "action"
  500.     "setAction:"
  501.     "tag"
  502.     "setTag:"
  503.     "selectedTag"
  504.     "ignoreMultiClick:"
  505.     "mouseDown:"
  506.     "mouseDownFlags"
  507.     "sendActionOn:"
  508.     "isContinuous"
  509.     "setContinuous:"
  510.     "isEnabled"
  511.     "setEnabled:"
  512.     "setFloatingPointFormat:left:right:"
  513.     "alignment"
  514.     "setAlignment:"
  515.     "font"
  516.     "setFont:"
  517.     "setStringValueNoCopy:shouldFree:"
  518.     "setStringValue:"
  519.     "setStringValueNoCopy:"
  520.     "setIntValue:"
  521.     "setFloatValue:"
  522.     "setDoubleValue:"
  523.     "stringValue"
  524.     "intValue"
  525.     "floatValue"
  526.     "doubleValue"
  527.     "update"
  528.     "updateCell:"
  529.     "updateCellInside:"
  530.     "drawCellInside:"
  531.     "drawCell:"
  532.     "selectCell:"
  533.     "drawSelf::"
  534.     "sendAction:to:"
  535.     "takeIntValueFrom:"
  536.     "takeFloatValueFrom:"
  537.     "takeDoubleValueFrom:"
  538.     "takeStringValueFrom:"
  539.     "currentEditor"
  540.     "abortEditing"
  541.     "validateEditing"
  542.     "resetCursorRects"
  543.     "write:"
  544.     "read:"
  545.     "setCellClass:"
  546.     "newFrame:"
  547.     "awake"
  548.     "free"
  549.     "pointSize"
  550.     "name"
  551.     "familyName"
  552.     "displayName"
  553.     "fontNum"
  554.     "style"
  555.     "setStyle:"
  556.     "matrix"
  557.     "metrics"
  558.     "readMetrics:"
  559.     "hasMatrix"
  560.     "set"
  561.     "getWidthOf:"
  562.     "screenFont"
  563.     "finishUnarchiving"
  564.     "write:"
  565.     "read:"
  566.     "mappingScheme"
  567.     "isBaseFont"
  568.     "characterSet"
  569.     "initialize"
  570.     "allocFromZone:"
  571.     "newFont:size:style:matrix:"
  572.     "newFont:size:"
  573.     "newFont:size:matrix:"
  574.     "useFont:"
  575.     "userFontOfSize:matrix:"
  576.     "userFixedPitchFontOfSize:matrix:"
  577.     "systemFontOfSize:matrix:"
  578.     "boldSystemFontOfSize:matrix:"
  579.     "setUserFont:"
  580.     "setUserFixedPitchFont:"
  581.     "isMultiple"
  582.     "selFont"
  583.     "setSelFont:isMultiple:"
  584.     "convertFont:"
  585.     "getFontMenu:"
  586.     "getFontPanel:"
  587.     "findFont:traits:weight:size:"
  588.     "getFamily:traits:weight:size:ofFont:"
  589.     "availableFonts"
  590.     "convert:toSize:"
  591.     "convert:toFace:"
  592.     "convert:toFamily:"
  593.     "convert:toHaveTrait:"
  594.     "convert:toNotHaveTrait:"
  595.     "convertWeight:of:"
  596.     "addFontTrait:"
  597.     "removeFontTrait:"
  598.     "modifyFont:"
  599.     "orderFrontFontPanel:"
  600.     "modifyFontViaPanel:"
  601.     "isEnabled"
  602.     "setEnabled:"
  603.     "action"
  604.     "setAction:"
  605.     "finishUnarchiving"
  606.     "sendAction"
  607.     "setDelegate:"
  608.     "delegate"
  609.     "setFontPanelFactory:"
  610.     "setFontManagerFactory:"
  611.     "new"
  612.     "allocFromZone:"
  613.     "alloc"
  614.     "fontManager:willIncludeFont:"
  615.     "accessoryView"
  616.     "setAccessoryView:"
  617.     "textDidEnd:endChar:"
  618.     "textDidGetKeys:isEmpty:"
  619.     "orderWindow:relativeTo:"
  620.     "windowWillResize:toSize:"
  621.     "setPanelFont:isMultiple:"
  622.     "panelConvertFont:"
  623.     "worksWhenModal"
  624.     "isEnabled"
  625.     "setEnabled:"
  626.     "new"
  627.     "newContent:style:backing:buttonMask:defer:"
  628.     "allocFromZone:"
  629.     "alloc"
  630.     "initFrame:"
  631.     "calcSize"
  632.     "sizeTo::"
  633.     "sizeToFit"
  634.     "selectedIndex"
  635.     "setEntryWidth:"
  636.     "setInterline:"
  637.     "setBordered:"
  638.     "setBezeled:"
  639.     "setTitleAlignment:"
  640.     "setTextAlignment:"
  641.     "setFont:"
  642.     "setTitleFont:"
  643.     "setTextFont:"
  644.     "drawCellAt:"
  645.     "titleAt:"
  646.     "setTitle:at:"
  647.     "addEntry:"
  648.     "addEntry:tag:target:action:"
  649.     "insertEntry:at:"
  650.     "insertEntry:at:tag:target:action:"
  651.     "removeEntryAt:"
  652.     "setTag:at:"
  653.     "setTarget:at:"
  654.     "setAction:at:"
  655.     "findIndexWithTag:"
  656.     "stringValueAt:"
  657.     "setStringValue:at:"
  658.     "intValueAt:"
  659.     "setIntValue:at:"
  660.     "floatValueAt:"
  661.     "setFloatValue:at:"
  662.     "doubleValueAt:"
  663.     "setDoubleValue:at:"
  664.     "selectTextAt:"
  665.     "setCellClass:"
  666.     "newFrame:"
  667.     "init"
  668.     "initTextCell:"
  669.     "free"
  670.     "copyFromZone:"
  671.     "titleWidth:"
  672.     "titleWidth"
  673.     "setTitleWidth:"
  674.     "title"
  675.     "setTitle:"
  676.     "titleFont"
  677.     "setTitleFont:"
  678.     "titleAlignment"
  679.     "setTitleAlignment:"
  680.     "setEnabled:"
  681.     "isOpaque"
  682.     "calcCellSize:inRect:"
  683.     "drawInside:inView:"
  684.     "drawSelf:inView:"
  685.     "trackMouse:inRect:ofView:"
  686.     "resetCursorRect:inView:"
  687.     "write:"
  688.     "read:"
  689.     "new"
  690.     "newTextCell"
  691.     "newTextCell:"
  692.     "init"
  693.     "free"
  694.     "timeout"
  695.     "setTimeout:"
  696.     "priority"
  697.     "setPriority:"
  698.     "listenPort"
  699.     "signaturePort"
  700.     "delegate"
  701.     "setDelegate:"
  702.     "setServicesDelegate:"
  703.     "servicesDelegate"
  704.     "portName"
  705.     "checkInAs:"
  706.     "usePrivatePort"
  707.     "checkOut"
  708.     "addPort"
  709.     "removePort"
  710.     "remoteMethodFor:"
  711.     "messageReceived:"
  712.     "write:"
  713.     "read:"
  714.     "msgQuit:"
  715.     "msgCalc:"
  716.     "msgDirectory:ok:"
  717.     "msgVersion:ok:"
  718.     "msgFile:ok:"
  719.     "msgPrint:ok:"
  720.     "msgSelection:length:asType:ok:"
  721.     "msgSetPosition:posType:andSelect:ok:"
  722.     "msgPosition:posType:ok:"
  723.     "msgCopyAsType:ok:"
  724.     "msgCutAsType:ok:"
  725.     "msgPaste:"
  726.     "performRemoteMethod:paramList:"
  727.     "initialize"
  728.     "run"
  729.     "new"
  730.     "initFrame:"
  731.     "initFrame:mode:prototype:numRows:numCols:"
  732.     "initFrame:mode:cellClass:numRows:numCols:"
  733.     "free"
  734.     "setCellClass:"
  735.     "prototype"
  736.     "setPrototype:"
  737.     "makeCellAt::"
  738.     "mode"
  739.     "setMode:"
  740.     "setEmptySelectionEnabled:"
  741.     "isEmptySelectionEnabled"
  742.     "sendAction:to:forAllCells:"
  743.     "cellList"
  744.     "selectedCell"
  745.     "getSelectedCells:"
  746.     "selectedRow"
  747.     "selectedCol"
  748.     "setSelectionByRect:"
  749.     "isSelectionByRect"
  750.     "setSelectionFrom:to:anchor:lit:"
  751.     "clearSelectedCell"
  752.     "selectCellAt::"
  753.     "selectAll:"
  754.     "selectCell:"
  755.     "selectCellWithTag:"
  756.     "getCellSize:"
  757.     "setCellSize:"
  758.     "getIntercell:"
  759.     "setIntercell:"
  760.     "setEnabled:"
  761.     "setScrollable:"
  762.     "font"
  763.     "setFont:"
  764.     "backgroundGray"
  765.     "setBackgroundGray:"
  766.     "setBackgroundColor:"
  767.     "backgroundColor"
  768.     "setBackgroundTransparent:"
  769.     "isBackgroundTransparent"
  770.     "setCellBackgroundColor:"
  771.     "cellBackgroundColor"
  772.     "setCellBackgroundTransparent:"
  773.     "isCellBackgroundTransparent"
  774.     "cellBackgroundGray"
  775.     "setCellBackgroundGray:"
  776.     "setState:at::"
  777.     "setIcon:at::"
  778.     "setTitle:at::"
  779.     "cellCount"
  780.     "getNumRows:numCols:"
  781.     "cellAt::"
  782.     "getCellFrame:at::"
  783.     "getRow:andCol:ofCell:"
  784.     "getRow:andCol:forPoint:"
  785.     "renewRows:cols:"
  786.     "putCell:at::"
  787.     "addRow"
  788.     "insertRowAt:"
  789.     "removeRowAt:andFree:"
  790.     "addCol"
  791.     "insertColAt:"
  792.     "removeColAt:andFree:"
  793.     "findCellWithTag:"
  794.     "setTag:at::"
  795.     "target"
  796.     "setTarget:"
  797.     "setTarget:at::"
  798.     "action"
  799.     "setAction:"
  800.     "doubleAction"
  801.     "setDoubleAction:"
  802.     "errorAction"
  803.     "setErrorAction:"
  804.     "setAction:at::"
  805.     "setTag:target:action:at::"
  806.     "setAutosizeCells:"
  807.     "doesAutosizeCells"
  808.     "sizeTo::"
  809.     "sizeToCells"
  810.     "sizeToFit"
  811.     "validateSize:"
  812.     "calcSize"
  813.     "drawCell:"
  814.     "drawCellInside:"
  815.     "drawCellAt::"
  816.     "highlightCellAt::lit:"
  817.     "drawSelf::"
  818.     "display"
  819.     "setAutoscroll:"
  820.     "scrollCellToVisible::"
  821.     "setReaction:"
  822.     "mouseDownFlags"
  823.     "mouseDown:"
  824.     "performKeyEquivalent:"
  825.     "sendAction:to:"
  826.     "sendAction"
  827.     "sendDoubleAction"
  828.     "textDelegate"
  829.     "setTextDelegate:"
  830.     "textWillEnd:"
  831.     "textWillChange:"
  832.     "textDidEnd:endChar:"
  833.     "textDidChange:"
  834.     "textDidGetKeys:isEmpty:"
  835.     "selectText:"
  836.     "selectTextAt::"
  837.     "setPreviousText:"
  838.     "setNextText:"
  839.     "acceptsFirstMouse"
  840.     "write:"
  841.     "read:"
  842.     "resetCursorRects"
  843.     "initialize"
  844.     "setCellClass:"
  845.     "newFrame:"
  846.     "newFrame:mode:prototype:numRows:numCols:"
  847.     "newFrame:mode:cellClass:numRows:numCols:"
  848.     "setIMEnabled:"
  849.     "textUsesIM:"
  850.     "init"
  851.     "initTitle:"
  852.     "addItem:action:keyEquivalent:"
  853.     "setSubmenu:forItem:"
  854.     "itemList"
  855.     "setItemList:"
  856.     "display"
  857.     "sizeToFit"
  858.     "moveTopLeftTo::"
  859.     "windowMoved:"
  860.     "close"
  861.     "update"
  862.     "setAutoupdate:"
  863.     "findCellWithTag:"
  864.     "getLocation:forSubmenu:"
  865.     "mouseDown:"
  866.     "rightMouseDown:"
  867.     "awake"
  868.     "write:"
  869.     "read:"
  870.     "setMenuZone:"
  871.     "menuZone"
  872.     "new"
  873.     "newTitle:"
  874.     "submenuAction:"
  875.     "initTextCell:"
  876.     "init"
  877.     "setUpdateAction:forMenu:"
  878.     "userKeyEquivalent"
  879.     "updateAction"
  880.     "trackMouse:inRect:ofView:"
  881.     "hasSubmenu"
  882.     "write:"
  883.     "read:"
  884.     "useUserKeyEquivalents:"
  885.     "newTextCell:"
  886.     "newTextCell"
  887.     "new"
  888.     "initFromSection:"
  889.     "initFromFile:"
  890.     "initFromStream:"
  891.     "initData:fromRect:"
  892.     "initData:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpace:bytesPerRow:bitsPerPixel:"
  893.     "initDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpace:bytesPerRow:bitsPerPixel:"
  894.     "data"
  895.     "getDataPlanes:"
  896.     "isPlanar"
  897.     "samplesPerPixel"
  898.     "bitsPerPixel"
  899.     "bytesPerRow"
  900.     "bytesPerPlane"
  901.     "numPlanes"
  902.     "colorSpace"
  903.     "drawIn:"
  904.     "draw"
  905.     "getCompression:andFactor:"
  906.     "setCompression:andFactor:"
  907.     "writeTIFF:"
  908.     "writeTIFF:usingCompression:"
  909.     "writeTIFF:usingCompression:andFactor:"
  910.     "canBeCompressedUsing:"
  911.     "read:"
  912.     "write:"
  913.     "copyFromZone:"
  914.     "free"
  915.     "sizeImage:"
  916.     "sizeImage:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpace:"
  917.     "newListFromSection:"
  918.     "newListFromFile:"
  919.     "newListFromStream:"
  920.     "newListFromSection:zone:"
  921.     "newListFromFile:zone:"
  922.     "newListFromStream:zone:"
  923.     "getTIFFCompressionTypes:count:"
  924.     "localizedNameForTIFFCompressionType:"
  925.     "setUnpackedImageDataAcceptable:"
  926.     "isUnpackedImageDataAcceptable"
  927.     "newFromSection:"
  928.     "newFromFile:"
  929.     "newFromStream:"
  930.     "newData:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpace:"
  931.     "newData:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpace:bytesPerRow:bitsPerPixel:"
  932.     "newDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpace:bytesPerRow:bitsPerPixel:"
  933.     "readImage:into:"
  934.     "initFrame:"
  935.     "free"
  936.     "action"
  937.     "setAction:"
  938.     "target"
  939.     "setTarget:"
  940.     "doubleAction"
  941.     "setDoubleAction:"
  942.     "setMatrixClass:"
  943.     "setCellClass:"
  944.     "cellPrototype"
  945.     "setCellPrototype:"
  946.     "delegate"
  947.     "setDelegate:"
  948.     "setEnabled:"
  949.     "setMultipleSelectionEnabled:"
  950.     "isMultipleSelectionEnabled"
  951.     "setBranchSelectionEnabled:"
  952.     "isBranchSelectionEnabled"
  953.     "setEmptySelectionEnabled:"
  954.     "isEmptySelectionEnabled"
  955.     "setHorizontalScrollerEnabled:"
  956.     "isHorizontalScrollerEnabled"
  957.     "setHorizontalScrollButtonsEnabled:"
  958.     "areHorizontalScrollButtonsEnabled"
  959.     "reuseColumns:"
  960.     "separateColumns:"
  961.     "columnsAreSeparated"
  962.     "useScrollButtons:"
  963.     "useScrollBars:"
  964.     "getTitleFromPreviousColumn:"
  965.     "isTitled"
  966.     "setTitled:"
  967.     "getTitleFrame:ofColumn:"
  968.     "setTitle:ofColumn:"
  969.     "titleOfColumn:"
  970.     "drawTitle:inRect:ofColumn:"
  971.     "clearTitleInRect:ofColumn:"
  972.     "titleHeight"
  973.     "loadColumnZero"
  974.     "isLoaded"
  975.     "setPathSeparator:"
  976.     "setPath:"
  977.     "getPath:toColumn:"
  978.     "displayColumn:"
  979.     "reloadColumn:"
  980.     "validateVisibleColumns"
  981.     "displayAllColumns"
  982.     "scrollColumnsRightBy:"
  983.     "scrollColumnsLeftBy:"
  984.     "scrollColumnToVisible:"
  985.     "scrollUpOrDown:"
  986.     "reflectScroll:"
  987.     "scrollViaScroller:"
  988.     "updateScroller"
  989.     "setLastColumn:"
  990.     "addColumn"
  991.     "setMinColumnWidth:"
  992.     "minColumnWidth"
  993.     "setMaxVisibleColumns:"
  994.     "maxVisibleColumns"
  995.     "numVisibleColumns"
  996.     "firstVisibleColumn"
  997.     "lastVisibleColumn"
  998.     "lastColumn"
  999.     "selectedColumn"
  1000.     "selectedCell"
  1001.     "getSelectedCells:"
  1002.     "columnOf:"
  1003.     "matrixInColumn:"
  1004.     "getLoadedCellAtRow:inColumn:"
  1005.     "selectAll:"
  1006.     "getFrame:ofColumn:"
  1007.     "getFrame:ofInsideOfColumn:"
  1008.     "tile"
  1009.     "drawSelf::"
  1010.     "mouseDown:"
  1011.     "sizeTo::"
  1012.     "sizeToFit"
  1013.     "acceptArrowKeys:andSendActionMessages:"
  1014.     "keyDown:"
  1015.     "acceptsFirstResponder"
  1016.     "doClick:"
  1017.     "doDoubleClick:"
  1018.     "sendAction"
  1019.     "newFrame:"
  1020.     "browser:getNumRowsInColumn:"
  1021.     "browser:fillMatrix:inColumn:"
  1022.     "browser:loadCell:atRow:inColumn:"
  1023.     "browser:titleOfColumn:"
  1024.     "browser:selectCell:inColumn:"
  1025.     "browser:columnIsValid:"
  1026.     "browserWillScroll:"
  1027.     "browserDidScroll:"
  1028.     "init"
  1029.     "initTextCell:"
  1030.     "free"
  1031.     "isLeaf"
  1032.     "setLeaf:"
  1033.     "isLoaded"
  1034.     "setLoaded:"
  1035.     "reset"
  1036.     "set"
  1037.     "setImage:"
  1038.     "image"
  1039.     "setAltImage:"
  1040.     "altImage"
  1041.     "isOpaque"
  1042.     "calcCellSize:inRect:"
  1043.     "drawInside:inView:"
  1044.     "drawSelf:inView:"
  1045.     "highlight:inView:lit:"
  1046.     "branchIcon"
  1047.     "branchIconH"
  1048.     "new"
  1049.     "newTextCell"
  1050.     "newTextCell:"
  1051.     "initFromWindow:rect:"
  1052.     "getWindow:andRect:"
  1053.     "draw"
  1054.     "read:"
  1055.     "write:"
  1056.     "copyFromZone:"
  1057.     "free"
  1058.     "newFromWindow:rect:"
  1059.     "init"
  1060.     "initWithName:"
  1061.     "initWithName:fromFile:"
  1062.     "freeAndRemoveFile"
  1063.     "free"
  1064.     "name"
  1065.     "colorCount"
  1066.     "nameOfColorAt:"
  1067.     "setColorNamed:color:"
  1068.     "removeColorNamed:"
  1069.     "colorNamed:"
  1070.     "localizedNameForColorNamed:"
  1071.     "generatesNamedColors"
  1072.     "isEditable"
  1073.     "saveTo:"
  1074.     "read:"
  1075.     "write:"
  1076.     "availableColorLists"
  1077.     "findColorListNamed:"
  1078.     "colorListDidChange:colorName:"
  1079.     "setAccessoryView:"
  1080.     "accessoryView"
  1081.     "setContinuous:"
  1082.     "isContinuous"
  1083.     "setShowAlpha:"
  1084.     "doesShowAlpha"
  1085.     "updateCustomColorList"
  1086.     "setMode:"
  1087.     "mode"
  1088.     "setColor:"
  1089.     "color"
  1090.     "alpha"
  1091.     "setAction:"
  1092.     "setTarget:"
  1093.     "attachColorList:"
  1094.     "detachColorList:"
  1095.     "read:"
  1096.     "dragColor:withEvent:fromView:"
  1097.     "sharedInstance:"
  1098.     "setPickerMask:"
  1099.     "setPickerMode:"
  1100.     "allocFromZone:"
  1101.     "alloc"
  1102.     "acceptColor:atPoint:"
  1103.     "initFromPickerMask:withColorPanel:"
  1104.     "provideNewButtonImage"
  1105.     "insertNewButtonImage:in:"
  1106.     "viewSizeChanged:"
  1107.     "insertionOrder"
  1108.     "attachColorList:"
  1109.     "detachColorList:"
  1110.     "updateColorList:"
  1111.     "setMode:"
  1112.     "initFrame:"
  1113.     "deactivate"
  1114.     "activate:"
  1115.     "isActive"
  1116.     "isContinuous"
  1117.     "setContinuous:"
  1118.     "drawWellInside:"
  1119.     "drawSelf::"
  1120.     "setEnabled:"
  1121.     "isBordered"
  1122.     "setBordered:"
  1123.     "awake"
  1124.     "acceptsFirstMouse"
  1125.     "mouseDown:"
  1126.     "takeColorFrom:"
  1127.     "setColor:"
  1128.     "color"
  1129.     "target"
  1130.     "setTarget:"
  1131.     "action"
  1132.     "setAction:"
  1133.     "deactivateAllWells"
  1134.     "activeWellsTakeColorFrom:"
  1135.     "activeWellsTakeColorFrom:continuous:"
  1136.     "init"
  1137.     "initFromImage:"
  1138.     "image"
  1139.     "setImage:"
  1140.     "setHotSpot:"
  1141.     "push"
  1142.     "pop"
  1143.     "set"
  1144.     "setOnMouseExited:"
  1145.     "setOnMouseEntered:"
  1146.     "mouseEntered:"
  1147.     "mouseExited:"
  1148.     "read:"
  1149.     "write:"
  1150.     "pop"
  1151.     "currentCursor"
  1152.     "newFromImage:"
  1153.     "initDrawMethod:inObject:"
  1154.     "draw"
  1155.     "read:"
  1156.     "write:"
  1157.     "newDrawMethod:inObject:"
  1158.     "initLinkedToSourceSelection:managedBy:supportingTypes:count:"
  1159.     "initLinkedToFile:"
  1160.     "initFromPasteboard:"
  1161.     "initFromFile:"
  1162.     "copyFromZone:"
  1163.     "writeToPasteboard:"
  1164.     "writeToFile:"
  1165.     "saveLinkIn:"
  1166.     "types"
  1167.     "sourceSelection"
  1168.     "destinationSelection"
  1169.     "sourceFilename"
  1170.     "destinationFilename"
  1171.     "sourceAppName"
  1172.     "destinationAppName"
  1173.     "manager"
  1174.     "lastUpdateTime"
  1175.     "linkNumber"
  1176.     "disposition"
  1177.     "updateDestination"
  1178.     "openSource"
  1179.     "break"
  1180.     "setUpdateMode:"
  1181.     "updateMode"
  1182.     "sourceEdited"
  1183.     "init"
  1184.     "initWithDelegate:"
  1185.     "initWithDelegate:fromFile:"
  1186.     "free"
  1187.     "delegate"
  1188.     "filename"
  1189.     "isEdited"
  1190.     "setInteractsWithUser:"
  1191.     "interactsWithUser"
  1192.     "setLinksVerifiedByDelegate:"
  1193.     "areLinksVerifiedByDelegate"
  1194.     "documentSaved"
  1195.     "documentReverted"
  1196.     "documentSavedAs:"
  1197.     "documentSavedTo:"
  1198.     "documentClosed"
  1199.     "documentEdited"
  1200.     "addLink:at:"
  1201.     "addLinkAsMarker:at:"
  1202.     "writeLinksToPasteboard:"
  1203.     "addLinkPreviouslyAt:fromPasteboard:at:"
  1204.     "setLinkOutlinesVisible:"
  1205.     "areLinkOutlinesVisible"
  1206.     "breakAllLinks"
  1207.     "findDestinationLinkWithSelection:"
  1208.     "prepareEnumerationState:forLinksOfType:"
  1209.     "nextLinkUsing:"
  1210.     "createSelection"
  1211.     "setSelection:"
  1212.     "showSelection:"
  1213.     "copyToPasteboard:at:cheapCopyAllowed:"
  1214.     "pasteFromPasteboard:at:"
  1215.     "importFile:at:"
  1216.     "windowForSelection:"
  1217.     "dataLinkManagerCloseDocument:"
  1218.     "dataLinkManager:didBreakLink:"
  1219.     "dataLinkManagerRedrawLinkOutlines:"
  1220.     "dataLinkManagerDidEditLinks:"
  1221.     "dataLinkManagerTracksLinksIndividually:"
  1222.     "dataLinkManager:startTrackingLink:"
  1223.     "dataLinkManager:stopTrackingLink:"
  1224.     "dataLinkManager:isUpdateNeededForLink:"
  1225.     "setLink:andManager:isMultiple:"
  1226.     "getLink:andManager:isMultiple:"
  1227.     "setAccessoryView:"
  1228.     "accessoryView"
  1229.     "pickedBreakLink:"
  1230.     "pickedOpenSource:"
  1231.     "pickedUpdateDestination:"
  1232.     "pickedUpdateMode:"
  1233.     "pickedBreakAllLinks:"
  1234.     "new"
  1235.     "newContent:style:backing:buttonMask:defer:"
  1236.     "allocFromZone:"
  1237.     "alloc"
  1238.     "setLink:andManager:isMultiple:"
  1239.     "getLink:andManager:isMultiple:"
  1240.     "orderFrontDataLinkPanel:"
  1241.     "initFromSection:"
  1242.     "initFromFile:"
  1243.     "initFromStream:"
  1244.     "drawIn:"
  1245.     "draw"
  1246.     "prepareGState"
  1247.     "getEPS:length:"
  1248.     "getBoundingBox:"
  1249.     "read:"
  1250.     "write:"
  1251.     "copyFromZone:"
  1252.     "free"
  1253.     "newListFromSection:"
  1254.     "newListFromFile:"
  1255.     "newListFromStream:"
  1256.     "newListFromSection:zone:"
  1257.     "newListFromFile:zone:"
  1258.     "newListFromStream:zone:"
  1259.     "newFromSection:"
  1260.     "newFromFile:"
  1261.     "newFromStream:"
  1262.     "addSupplement:inPath:"
  1263.     "commandKey:"
  1264.     "free"
  1265.     "helpDirectory"
  1266.     "helpFile"
  1267.     "makeFirstResponder:"
  1268.     "print:"
  1269.     "printPanel:"
  1270.     "sendEvent:"
  1271.     "showFile:atMarker:"
  1272.     "showHelpAttachedTo:"
  1273.     "splitViewDidResizeSubviews:"
  1274.     "splitView:getMinY:maxY:ofSubviewAt:"
  1275.     "splitView:resizeSubviews:"
  1276.     "textDidGetKeys:isEmpty:"
  1277.     "textDidRead:paperSize:"
  1278.     "textPath:forText:maxLength:"
  1279.     "windowDidMove:"
  1280.     "windowWillResize:toSize:"
  1281.     "alloc"
  1282.     "attachHelpFile:markerName:to:"
  1283.     "detachHelpFrom:"
  1284.     "isClickForHelpEnabled"
  1285.     "new"
  1286.     "newForDirectory:"
  1287.     "setClickForHelpEnabled:"
  1288.     "setEnableIMHelp:"
  1289.     "init"
  1290.     "initSize:"
  1291.     "initFromFile:"
  1292.     "initFromSection:"
  1293.     "initFromStream:"
  1294.     "initFromPasteboard:"
  1295.     "initFromImage:rect:"
  1296.     "getImage:rect:"
  1297.     "setSize:"
  1298.     "getSize:"
  1299.     "free"
  1300.     "copyFromZone:"
  1301.     "setName:"
  1302.     "name"
  1303.     "setFlipped:"
  1304.     "isFlipped"
  1305.     "setScalable:"
  1306.     "isScalable"
  1307.     "setDataRetained:"
  1308.     "isDataRetained"
  1309.     "setUnique:"
  1310.     "isUnique"
  1311.     "setCacheDepthBounded:"
  1312.     "isCacheDepthBounded"
  1313.     "setBackgroundColor:"
  1314.     "backgroundColor"
  1315.     "setEPSUsedOnResolutionMismatch:"
  1316.     "isEPSUsedOnResolutionMismatch"
  1317.     "setColorMatchPreferred:"
  1318.     "isColorMatchPreferred"
  1319.     "setMatchedOnMultipleResolution:"
  1320.     "isMatchedOnMultipleResolution"
  1321.     "dissolve:toPoint:"
  1322.     "dissolve:fromRect:toPoint:"
  1323.     "composite:toPoint:"
  1324.     "composite:fromRect:toPoint:"
  1325.     "drawRepresentation:inRect:"
  1326.     "recache"
  1327.     "writeTIFF:"
  1328.     "writeTIFF:allRepresentations:"
  1329.     "writeTIFF:allRepresentations:usingCompression:andFactor:"
  1330.     "write:"
  1331.     "read:"
  1332.     "finishUnarchiving"
  1333.     "loadFromStream:"
  1334.     "loadFromFile:"
  1335.     "useFromFile:"
  1336.     "useFromSection:"
  1337.     "useDrawMethod:inObject:"
  1338.     "useRepresentation:"
  1339.     "useCacheWithDepth:"
  1340.     "removeRepresentation:"
  1341.     "lockFocus"
  1342.     "lockFocusOn:"
  1343.     "unlockFocus"
  1344.     "lastRepresentation"
  1345.     "bestRepresentation"
  1346.     "representationList"
  1347.     "setDelegate:"
  1348.     "delegate"
  1349.     "findImageNamed:"
  1350.     "registerImageRep:"
  1351.     "unregisterImageRep:"
  1352.     "imageRepForFileType:"
  1353.     "imageRepForPasteboardType:"
  1354.     "imageRepForStream:"
  1355.     "imageUnfilteredFileTypes"
  1356.     "imageFileTypes"
  1357.     "imageUnfilteredPasteboardTypes"
  1358.     "imagePasteboardTypes"
  1359.     "canInitFromPasteboard:"
  1360.     "new"
  1361.     "newSize:"
  1362.     "newFromFile:"
  1363.     "newFromSection:"
  1364.     "newFromStream:"
  1365.     "newFromImage:rect:"
  1366.     "imageDidNotDraw:inRect:"
  1367.     "drawAt:"
  1368.     "drawIn:"
  1369.     "draw"
  1370.     "setSize:"
  1371.     "getSize:"
  1372.     "setAlpha:"
  1373.     "hasAlpha"
  1374.     "setOpaque:"
  1375.     "isOpaque"
  1376.     "setNumColors:"
  1377.     "numColors"
  1378.     "setBitsPerSample:"
  1379.     "bitsPerSample"
  1380.     "setPixelsWide:"
  1381.     "pixelsWide"
  1382.     "setPixelsHigh:"
  1383.     "pixelsHigh"
  1384.     "read:"
  1385.     "write:"
  1386.     "initFromPasteboard:"
  1387.     "imageUnfilteredFileTypes"
  1388.     "imageFileTypes"
  1389.     "imageUnfilteredPasteboardTypes"
  1390.     "imagePasteboardTypes"
  1391.     "canLoadFromStream:"
  1392.     "canInitFromPasteboard:"
  1393.     "init"
  1394.     "free"
  1395.     "journalerDidEnd:"
  1396.     "journalerDidUserAbort:"
  1397.     "delegate"
  1398.     "setDelegate:"
  1399.     "getEventStatus:soundStatus:eventStream:soundfile:"
  1400.     "setEventStatus:soundStatus:eventStream:soundfile:"
  1401.     "recordDevice"
  1402.     "setRecordDevice:"
  1403.     "listener"
  1404.     "speaker"
  1405.     "name"
  1406.     "domain"
  1407.     "host"
  1408.     "type"
  1409.     "note"
  1410.     "isColor"
  1411.     "acceptsBinary"
  1412.     "isOutputStackInReverseOrder"
  1413.     "pageSizeForPaper:"
  1414.     "imageRectForPaper:"
  1415.     "languageLevel"
  1416.     "isFontAvailable:"
  1417.     "isReallyAPrinter"
  1418.     "statusForTable:"
  1419.     "isValid"
  1420.     "isKey:inTable:"
  1421.     "stringForKey:inTable:"
  1422.     "sizeForKey:inTable:"
  1423.     "rectForKey:inTable:"
  1424.     "intForKey:inTable:"
  1425.     "floatForKey:inTable:"
  1426.     "booleanForKey:inTable:"
  1427.     "dataForKey:inTable:length:"
  1428.     "stringListForKey:inTable:"
  1429.     "init"
  1430.     "free"
  1431.     "newForName:"
  1432.     "newForName:host:"
  1433.     "newForName:host:domain:includeUnavailable:"
  1434.     "newForType:"
  1435.     "printerTypes:custom:"
  1436.     "initWithDescription:length:"
  1437.     "initWithDescriptionNoCopy:length:"
  1438.     "initFromPasteboard:"
  1439.     "descriptionOfLength:"
  1440.     "copyFromZone:"
  1441.     "isEqual:"
  1442.     "writeToPasteboard:"
  1443.     "isWellKnownSelection"
  1444.     "emptySelection"
  1445.     "allSelection"
  1446.     "currentSelection"
  1447.     "spellingPanel"
  1448.     "accessoryView"
  1449.     "setAccessoryView:"
  1450.     "ignoredWordsForSpellDocument:"
  1451.     "setIgnoredWords:forSpellDocument:"
  1452.     "closeSpellDocument:"
  1453.     "language"
  1454.     "setLanguage:"
  1455.     "setWordFieldValue:"
  1456.     "sharedInstance"
  1457.     "sharedInstance:"
  1458.     "setDelegate:"
  1459.     "delegate"
  1460.     "registerLanguage:byVendor:"
  1461.     "isInUserDictionary:caseSensitive:"
  1462.     "addGuess:"
  1463.     "run"
  1464.     "spellServer:suggestGuessesForWord:inLanguage:"
  1465.     "spellServer:didLearnWord:inLanguage:"
  1466.     "spellServer:didForgetWord:inLanguage:"
  1467.     "initFrame:"
  1468.     "delegate"
  1469.     "setDelegate:"
  1470.     "adjustSubviews"
  1471.     "dividerHeight"
  1472.     "drawDivider:"
  1473.     "mouseDown:"
  1474.     "drawSelf::"
  1475.     "resizeSubviews:"
  1476.     "setAutoresizeSubviews:"
  1477.     "acceptsFirstMouse"
  1478.     "splitView:resizeSubviews:"
  1479.     "splitView:getMinY:maxY:ofSubviewAt:"
  1480.     "splitViewDidResizeSubviews:"
  1481.     "free"
  1482.     "allowMultipleFiles:"
  1483.     "chooseDirectories:"
  1484.     "filenames"
  1485.     "runModalForDirectory:file:types:"
  1486.     "runModalForTypes:"
  1487.     "runModalForDirectory:file:"
  1488.     "setOpenPanelFactory:"
  1489.     "new"
  1490.     "newContent:style:backing:buttonMask:defer:"
  1491.     "free"
  1492.     "setAccessoryView:"
  1493.     "accessoryView"
  1494.     "pickedButton:"
  1495.     "pickedPaperSize:"
  1496.     "pickedOrientation:"
  1497.     "pickedLayout:"
  1498.     "pickedUnits:"
  1499.     "textWillChange:"
  1500.     "textDidEnd:endChar:"
  1501.     "readPrintInfo"
  1502.     "writePrintInfo"
  1503.     "runModal"
  1504.     "convertOldFactor:newFactor:"
  1505.     "new"
  1506.     "newContent:style:backing:buttonMask:defer:"
  1507.     "allocFromZone:"
  1508.     "alloc"
  1509.     "initContent:style:backing:buttonMask:defer:"
  1510.     "init"
  1511.     "commandKey:"
  1512.     "keyDown:"
  1513.     "isFloatingPanel"
  1514.     "setFloatingPanel:"
  1515.     "doesBecomeKeyOnlyIfNeeded"
  1516.     "setBecomeKeyOnlyIfNeeded:"
  1517.     "worksWhenModal"
  1518.     "setWorksWhenModal:"
  1519.     "newContent:style:backing:buttonMask:defer:"
  1520.     "new"
  1521.     "name"
  1522.     "free"
  1523.     "freeGlobally"
  1524.     "declareTypes:num:owner:"
  1525.     "addTypes:num:owner:"
  1526.     "changeCount"
  1527.     "writeType:data:length:"
  1528.     "writeType:fromStream:"
  1529.     "types"
  1530.     "findAvailableTypeFrom:num:"
  1531.     "readType:data:length:"
  1532.     "readTypeToStream:"
  1533.     "deallocatePasteboardData:length:"
  1534.     "new"
  1535.     "newName:"
  1536.     "newUnique"
  1537.     "typesFilterableTo:"
  1538.     "newByFilteringFile:"
  1539.     "newByFilteringData:ofType:"
  1540.     "newByFilteringTypesInPasteboard:"
  1541.     "allocFromZone:"
  1542.     "alloc"
  1543.     "writeFileContents:"
  1544.     "readFileContentsType:toFile:"
  1545.     "pasteboard:provideData:"
  1546.     "pasteboardChangedOwner:"
  1547.     "init"
  1548.     "popUp:"
  1549.     "addItem:"
  1550.     "insertItem:at:"
  1551.     "removeItem:"
  1552.     "removeItemAt:"
  1553.     "count"
  1554.     "changeButtonTitle:"
  1555.     "indexOfItem:"
  1556.     "font"
  1557.     "setFont:"
  1558.     "selectedItem"
  1559.     "getButtonFrame:"
  1560.     "action"
  1561.     "setAction:"
  1562.     "target"
  1563.     "setTarget:"
  1564.     "sizeWindow::"
  1565.     "new"
  1566.     "init"
  1567.     "free"
  1568.     "setPaperType:andAdjust:"
  1569.     "paperType"
  1570.     "setPaperRect:andAdjust:"
  1571.     "paperRect"
  1572.     "setMarginLeft:right:top:bottom:"
  1573.     "getMarginLeft:right:top:bottom:"
  1574.     "setScalingFactor:"
  1575.     "scalingFactor"
  1576.     "setOrientation:andAdjust:"
  1577.     "orientation"
  1578.     "setHorizCentered:"
  1579.     "isHorizCentered"
  1580.     "setVertCentered:"
  1581.     "isVertCentered"
  1582.     "setHorizPagination:"
  1583.     "horizPagination"
  1584.     "setVertPagination:"
  1585.     "vertPagination"
  1586.     "setOutputFile:"
  1587.     "outputFile"
  1588.     "setPageOrder:"
  1589.     "pageOrder"
  1590.     "setAllPages:"
  1591.     "isAllPages"
  1592.     "setFirstPage:"
  1593.     "firstPage"
  1594.     "setLastPage:"
  1595.     "lastPage"
  1596.     "currentPage"
  1597.     "setCopies:"
  1598.     "copies"
  1599.     "setContext:"
  1600.     "context"
  1601.     "setPagesPerSheet:"
  1602.     "pagesPerSheet"
  1603.     "setReversePageOrder:"
  1604.     "reversePageOrder"
  1605.     "setPrinter:"
  1606.     "printer"
  1607.     "setPaperFeed:"
  1608.     "paperFeed"
  1609.     "initializeJobDefaults"
  1610.     "setJobFeature:toValue:"
  1611.     "valueForJobFeature:"
  1612.     "removeJobFeature:"
  1613.     "jobFeatures"
  1614.     "write:"
  1615.     "read:"
  1616.     "getDefaultPrinter"
  1617.     "setDefaultPrinter:"
  1618.     "new"
  1619.     "free"
  1620.     "setAccessoryView:"
  1621.     "accessoryView"
  1622.     "pickedButton:"
  1623.     "textWillChange:"
  1624.     "pickedAllPages:"
  1625.     "changePrinter:"
  1626.     "updateFromPrintInfo"
  1627.     "finalWritePrintInfo"
  1628.     "runModal"
  1629.     "display"
  1630.     "new"
  1631.     "newContent:style:backing:buttonMask:defer:"
  1632.     "allocFromZone:"
  1633.     "alloc"
  1634.     "nextResponder"
  1635.     "setNextResponder:"
  1636.     "tryToPerform:with:"
  1637.     "performKeyEquivalent:"
  1638.     "validRequestorForSendType:andReturnType:"
  1639.     "mouseDown:"
  1640.     "rightMouseDown:"
  1641.     "mouseUp:"
  1642.     "rightMouseUp:"
  1643.     "mouseMoved:"
  1644.     "mouseDragged:"
  1645.     "rightMouseDragged:"
  1646.     "mouseEntered:"
  1647.     "mouseExited:"
  1648.     "keyDown:"
  1649.     "keyUp:"
  1650.     "flagsChanged:"
  1651.     "noResponderFor:"
  1652.     "acceptsFirstResponder"
  1653.     "becomeFirstResponder"
  1654.     "resignFirstResponder"
  1655.     "write:"
  1656.     "read:"
  1657.     "free"
  1658.     "helpRequested:eventPtr"
  1659.     "free"
  1660.     "ok:"
  1661.     "cancel:"
  1662.     "runModalForDirectory:file:"
  1663.     "runModal"
  1664.     "filename"
  1665.     "directory"
  1666.     "setDirectory:"
  1667.     "setPrompt:"
  1668.     "setTitle:"
  1669.     "requiredFileType"
  1670.     "setRequiredFileType:"
  1671.     "setTreatsFilePackagesAsDirectories:"
  1672.     "doesTreatFilePackagesAsDirectories"
  1673.     "accessoryView"
  1674.     "setAccessoryView:"
  1675.     "selectText:"
  1676.     "textDidEnd:endChar:"
  1677.     "textDidGetKeys:isEmpty:"
  1678.     "commandKey:"
  1679.     "setDelegate:"
  1680.     "setSavePanelFactory:"
  1681.     "newContent:style:backing:buttonMask:defer:"
  1682.     "allocFromZone:"
  1683.     "alloc"
  1684.     "panelValidateFilenames:"
  1685.     "panel:filterFile:inDirectory:"
  1686.     "panel:compareFilenames::checkCase:"
  1687.     "initFrame:"
  1688.     "getDocVisibleRect:"
  1689.     "getContentSize:"
  1690.     "resizeSubviews:"
  1691.     "drawSelf::"
  1692.     "setDocView:"
  1693.     "docView"
  1694.     "setDocCursor:"
  1695.     "borderType"
  1696.     "setBorderType:"
  1697.     "setBackgroundGray:"
  1698.     "backgroundGray"
  1699.     "setBackgroundColor:"
  1700.     "backgroundColor"
  1701.     "setVertScrollerRequired:"
  1702.     "setHorizScrollerRequired:"
  1703.     "vertScroller"
  1704.     "horizScroller"
  1705.     "setVertScroller:"
  1706.     "setHorizScroller:"
  1707.     "setLineScroll:"
  1708.     "setPageScroll:"
  1709.     "setCopyOnScroll:"
  1710.     "setDisplayOnScroll:"
  1711.     "setDynamicScrolling:"
  1712.     "tile"
  1713.     "reflectScroll:"
  1714.     "write:"
  1715.     "read:"
  1716.     "getFrameSize:forContentSize:horizScroller:vertScroller:borderType:"
  1717.     "getContentSize:forFrameSize:horizScroller:vertScroller:borderType:"
  1718.     "newFrame:"
  1719.     "new"
  1720.     "toggleRuler:"
  1721.     "ruler"
  1722.     "initFrame:"
  1723.     "drawParts"
  1724.     "awake"
  1725.     "calcRect:forPart:"
  1726.     "checkSpaceForParts"
  1727.     "target"
  1728.     "setTarget:"
  1729.     "action"
  1730.     "setAction:"
  1731.     "sizeTo::"
  1732.     "setArrowsPosition:"
  1733.     "drawArrow::"
  1734.     "drawKnob"
  1735.     "drawSelf::"
  1736.     "highlight:"
  1737.     "testPart:"
  1738.     "trackKnob:"
  1739.     "trackScrollButtons:"
  1740.     "mouseDown:"
  1741.     "hitPart"
  1742.     "floatValue"
  1743.     "setFloatValue::"
  1744.     "setFloatValue:"
  1745.     "acceptsFirstMouse"
  1746.     "write:"
  1747.     "read:"
  1748.     "newFrame:"
  1749.     "init"
  1750.     "initTextCell:"
  1751.     "awake"
  1752.     "isOpaque"
  1753.     "setLeaf:"
  1754.     "isLeaf"
  1755.     "calcCellSize:inRect:"
  1756.     "drawSelf:inView:"
  1757.     "drawInside:inView:"
  1758.     "highlight:inView:lit:"
  1759.     "new"
  1760.     "newTextCell"
  1761.     "newTextCell:"
  1762.     "initFrame:"
  1763.     "sizeToFit"
  1764.     "minValue"
  1765.     "setMinValue:"
  1766.     "maxValue"
  1767.     "setMaxValue:"
  1768.     "setTitleCell:"
  1769.     "titleCell"
  1770.     "setTitleGray:"
  1771.     "titleGray"
  1772.     "setTitleColor:"
  1773.     "titleColor"
  1774.     "setTitleFont:"
  1775.     "titleFont"
  1776.     "title"
  1777.     "setTitle:"
  1778.     "setTitleNoCopy:"
  1779.     "setKnobThickness:"
  1780.     "knobThickness"
  1781.     "setImage:"
  1782.     "image"
  1783.     "isVertical"
  1784.     "setEnabled:"
  1785.     "mouseDown:"
  1786.     "acceptsFirstMouse"
  1787.     "setCellClass:"
  1788.     "newFrame:"
  1789.     "init"
  1790.     "awake"
  1791.     "minValue"
  1792.     "setMinValue:"
  1793.     "maxValue"
  1794.     "setMaxValue:"
  1795.     "setAltIncrementValue:"
  1796.     "altIncrementValue"
  1797.     "isVertical"
  1798.     "stringValue"
  1799.     "setStringValue:"
  1800.     "intValue"
  1801.     "setIntValue:"
  1802.     "floatValue"
  1803.     "setFloatValue:"
  1804.     "doubleValue"
  1805.     "setDoubleValue:"
  1806.     "setContinuous:"
  1807.     "isContinuous"
  1808.     "isOpaque"
  1809.     "calcCellSize:inRect:"
  1810.     "setTitleGray:"
  1811.     "titleGray"
  1812.     "setTitleColor:"
  1813.     "titleColor"
  1814.     "setTitleFont:"
  1815.     "titleFont"
  1816.     "title"
  1817.     "setTitle:"
  1818.     "setTitleNoCopy:"
  1819.     "setTitleCell:"
  1820.     "titleCell"
  1821.     "setEnabled:"
  1822.     "setKnobThickness:"
  1823.     "knobThickness"
  1824.     "setImage:"
  1825.     "image"
  1826.     "getKnobRect:flipped:"
  1827.     "drawKnob:"
  1828.     "drawKnob"
  1829.     "drawBarInside:flipped:"
  1830.     "drawSelf:inView:"
  1831.     "drawInside:inView:"
  1832.     "startTrackingAt:inView:"
  1833.     "continueTracking:at:inView:"
  1834.     "stopTracking:at:inView:mouseIsUp:"
  1835.     "trackMouse:inRect:ofView:"
  1836.     "write:"
  1837.     "read:"
  1838.     "prefersTrackingUntilMouseUp"
  1839.     "new"
  1840.     "init"
  1841.     "free"
  1842.     "delegate"
  1843.     "setDelegate:"
  1844.     "sendPort"
  1845.     "setSendPort:"
  1846.     "replyPort"
  1847.     "setReplyPort:"
  1848.     "sendTimeout"
  1849.     "setSendTimeout:"
  1850.     "replyTimeout"
  1851.     "setReplyTimeout:"
  1852.     "performRemoteMethod:"
  1853.     "performRemoteMethod:with:length:"
  1854.     "write:"
  1855.     "read:"
  1856.     "sendOpenFileMsg:ok:andDeactivateSelf:"
  1857.     "sendOpenTempFileMsg:ok:andDeactivateSelf:"
  1858.     "openFile:ok:"
  1859.     "openTempFile:ok:"
  1860.     "msgQuit:"
  1861.     "msgCalc:"
  1862.     "msgDirectory:ok:"
  1863.     "msgVersion:ok:"
  1864.     "msgFile:ok:"
  1865.     "msgPrint:ok:"
  1866.     "msgSelection:length:asType:ok:"
  1867.     "msgSetPosition:posType:andSelect:ok:"
  1868.     "msgPosition:posType:ok:"
  1869.     "msgCopyAsType:ok:"
  1870.     "msgCutAsType:ok:"
  1871.     "msgPaste:"
  1872.     "new"
  1873.     "initFrame:text:alignment:"
  1874.     "initFrame:"
  1875.     "free"
  1876.     "renewRuns:text:frame:tag:"
  1877.     "renewFont:text:frame:tag:"
  1878.     "renewFont:size:style:text:frame:tag:"
  1879.     "setEditable:"
  1880.     "isEditable"
  1881.     "adjustPageHeightNew:top:bottom:limit:"
  1882.     "getParagraph:start:end:rect:"
  1883.     "textLength"
  1884.     "byteLength"
  1885.     "getSubstring:start:length:"
  1886.     "setText:"
  1887.     "readText:"
  1888.     "readRichText:"
  1889.     "writeText:"
  1890.     "writeRichText:"
  1891.     "writeRichText:from:to:"
  1892.     "setCharFilter:"
  1893.     "charFilter"
  1894.     "setTextFilter:"
  1895.     "textFilter"
  1896.     "preSelSmartTable"
  1897.     "setPreSelSmartTable:"
  1898.     "postSelSmartTable"
  1899.     "setPostSelSmartTable:"
  1900.     "charCategoryTable"
  1901.     "setCharCategoryTable:"
  1902.     "breakTable"
  1903.     "setBreakTable:"
  1904.     "clickTable"
  1905.     "setClickTable:"
  1906.     "setTag:"
  1907.     "tag"
  1908.     "setDelegate:"
  1909.     "delegate"
  1910.     "setBackgroundGray:"
  1911.     "backgroundGray"
  1912.     "setBackgroundColor:"
  1913.     "backgroundColor"
  1914.     "setTextGray:"
  1915.     "setTextColor:"
  1916.     "textGray"
  1917.     "textColor"
  1918.     "selGray"
  1919.     "runGray:"
  1920.     "runColor:"
  1921.     "selColor"
  1922.     "windowChanged:"
  1923.     "stream"
  1924.     "write:"
  1925.     "read:"
  1926.     "readRichText:atPosition:"
  1927.     "finishReadingRichText"
  1928.     "startReadingRichText"
  1929.     "setRetainedWhileDrawing:"
  1930.     "isRetainedWhileDrawing"
  1931.     "firstTextBlock"
  1932.     "setScanFunc:"
  1933.     "scanFunc"
  1934.     "setDrawFunc:"
  1935.     "drawFunc"
  1936.     "offsetFromPosition:"
  1937.     "positionFromOffset:"
  1938.     "charLength"
  1939.     "setClickFunc:clickFunc"
  1940.     "clickFunc"
  1941.     "wstream"
  1942.     "disableStream"
  1943.     "setOverstrikeDiacriticals:"
  1944.     "overstrikeDiacriticals"
  1945.     "writeRichText:forRun:atPosition:emitDefaultRichText:"
  1946.     "initialize"
  1947.     "excludeFromServicesMenu:"
  1948.     "getDefaultFont"
  1949.     "setDefaultFont:"
  1950.     "newFrame:text:alignment:"
  1951.     "new"
  1952.     "newFrame:"
  1953.     "getMaxSize:"
  1954.     "getMinSize:"
  1955.     "isHorizResizable"
  1956.     "isVertResizable"
  1957.     "moveTo::"
  1958.     "resizeText::"
  1959.     "setMaxSize:"
  1960.     "setMinSize:"
  1961.     "setHorizResizable:"
  1962.     "setVertResizable:"
  1963.     "sizeTo::"
  1964.     "sizeToFit"
  1965.     "alignment"
  1966.     "calcLine"
  1967.     "calcParagraphStyle::"
  1968.     "charWrap"
  1969.     "descentLine"
  1970.     "getMarginLeft:right:top:bottom:"
  1971.     "getMinWidth:minHeight:maxWidth:maxHeight:"
  1972.     "defaultParaStyle"
  1973.     "lineHeight"
  1974.     "setAlignment:"
  1975.     "setCharWrap:"
  1976.     "setDescentLine:"
  1977.     "setLineHeight:"
  1978.     "setMarginLeft:right:top:bottom:"
  1979.     "setNoWrap"
  1980.     "setParaStyle:"
  1981.     "lineFromPosition:"
  1982.     "positionFromLine:"
  1983.     "drawSelf::"
  1984.     "acceptsFirstResponder"
  1985.     "becomeFirstResponder"
  1986.     "becomeKeyWindow"
  1987.     "clear:"
  1988.     "copy:"
  1989.     "cut:"
  1990.     "delete:"
  1991.     "keyDown:"
  1992.     "mouseDown:"
  1993.     "moveCaret:"
  1994.     "paste:"
  1995.     "pasteRuler:"
  1996.     "pasteFont:"
  1997.     "resignFirstResponder"
  1998.     "resignKeyWindow"
  1999.     "selectAll:"
  2000.     "selectText:"
  2001.     "copyRuler:"
  2002.     "copyFont:"
  2003.     "toggleRuler:"
  2004.     "isRulerVisible"
  2005.     "getSel::"
  2006.     "hideCaret"
  2007.     "isSelectable"
  2008.     "replaceSel:"
  2009.     "replaceSel:length:"
  2010.     "replaceSel:length:runs:"
  2011.     "replaceSelWithRichText:"
  2012.     "scrollSelToVisible"
  2013.     "selectError"
  2014.     "selectNull"
  2015.     "setSel::"
  2016.     "setSelectable:"
  2017.     "setSelGray:"
  2018.     "setSelColor:color"
  2019.     "showCaret"
  2020.     "subscript:"
  2021.     "superscript:"
  2022.     "underline:"
  2023.     "unscript:"
  2024.     "validRequestorForSendType:andReturnType:"
  2025.     "readSelectionFromPasteboard:"
  2026.     "writeSelectionToPasteboard:types:"
  2027.     "changeFont:"
  2028.     "font"
  2029.     "isFontPanelEnabled"
  2030.     "isMonoFont"
  2031.     "setFont:"
  2032.     "setFont:paraStyle:"
  2033.     "setSelFontFamily:"
  2034.     "setSelFontSize:"
  2035.     "setSelFontStyle:"
  2036.     "setSelFont:"
  2037.     "setSelFont:paraStyle:"
  2038.     "setFontPanelEnabled:"
  2039.     "setMonoFont:"
  2040.     "changeTabStopAt:to:"
  2041.     "setSelProp:to:"
  2042.     "alignSelLeft:"
  2043.     "alignSelRight:"
  2044.     "alignSelCenter:"
  2045.     "showGuessPanel:"
  2046.     "checkSpelling:"
  2047.     "replaceSelWithCell:"
  2048.     "replaceSelWithView:"
  2049.     "getLocation:ofCell:"
  2050.     "setLocation:ofCell:"
  2051.     "getLocation:ofView:"
  2052.     "registerDirective:forClass:"
  2053.     "findText:ignoreCase:ignoreCasebackwards:backwardswrap:wrap"
  2054.     "saveRTFDTo:removeBackup:errorHandler:errorHandler"
  2055.     "openRTFDFrom:"
  2056.     "writeRTFDTo:"
  2057.     "readRTFDFrom:"
  2058.     "writeRTFDSelectionTo:"
  2059.     "replaceSelWithRTFD:"
  2060.     "setGraphicsImportEnabled:flag"
  2061.     "isGraphicsImportEnabled"
  2062.     "textWillResize:"
  2063.     "textDidResize:oldBounds:invalid:"
  2064.     "textWillChange:"
  2065.     "textDidChange:"
  2066.     "textWillEnd:"
  2067.     "textDidEnd:endChar:"
  2068.     "textDidGetKeys:isEmpty:"
  2069.     "textWillSetSel:toFont:"
  2070.     "textWillConvert:fromFont:toFont:"
  2071.     "textWillStartReadingRichText:"
  2072.     "textWillFinishReadingRichText:"
  2073.     "textWillWrite:paperSize:"
  2074.     "textDidRead:paperSize:"
  2075.     "textWillWriteRichText:stream:forRun:atPosition:emitDefaultRichText:"
  2076.     "textWillReadRichText:stream:atPosition:"
  2077.     "textPath:forText:maxLength:"
  2078.     "highlight:inView:lit:"
  2079.     "drawSelf:inView:"
  2080.     "trackMouse:inRect:ofView:"
  2081.     "calcCellSize:"
  2082.     "readRichText:forView:"
  2083.     "writeRichText:forView:"
  2084.     "initFrame:"
  2085.     "sizeTo::"
  2086.     "setBackgroundGray:"
  2087.     "backgroundGray"
  2088.     "setTextGray:"
  2089.     "textGray"
  2090.     "setBackgroundColor:"
  2091.     "backgroundColor"
  2092.     "setBackgroundTransparent:"
  2093.     "isBackgroundTransparent"
  2094.     "setTextColor:"
  2095.     "textColor"
  2096.     "drawCellInside:"
  2097.     "setEnabled:"
  2098.     "isBordered"
  2099.     "setBordered:"
  2100.     "isBezeled"
  2101.     "setBezeled:"
  2102.     "isEditable"
  2103.     "setEditable:"
  2104.     "isSelectable"
  2105.     "setSelectable:"
  2106.     "setPreviousText:"
  2107.     "previousText"
  2108.     "setNextText:"
  2109.     "nextText"
  2110.     "mouseDown:"
  2111.     "errorAction"
  2112.     "setErrorAction:"
  2113.     "selectText:"
  2114.     "textDelegate"
  2115.     "setTextDelegate:"
  2116.     "textWillEnd:"
  2117.     "textDidEnd:endChar:"
  2118.     "textWillChange:"
  2119.     "textDidChange:"
  2120.     "textDidGetKeys:isEmpty:"
  2121.     "acceptsFirstResponder"
  2122.     "write:"
  2123.     "read:"
  2124.     "setCellClass:"
  2125.     "newFrame:"
  2126.     "setIMEnabled:"
  2127.     "isIMEnabled"
  2128.     "textUsesIM:"
  2129.     "init"
  2130.     "initTextCell:"
  2131.     "copyFromZone:"
  2132.     "isOpaque"
  2133.     "backgroundGray"
  2134.     "setBezeled:"
  2135.     "setBackgroundGray:"
  2136.     "textGray"
  2137.     "setTextGray:"
  2138.     "setBackgroundColor:"
  2139.     "backgroundColor"
  2140.     "setBackgroundTransparent:"
  2141.     "isBackgroundTransparent"
  2142.     "setTextColor:"
  2143.     "textColor"
  2144.     "drawSelf:inView:"
  2145.     "drawInside:inView:"
  2146.     "setTextAttributes:"
  2147.     "trackMouse:inRect:ofView:"
  2148.     "write:"
  2149.     "read:"
  2150.     "new"
  2151.     "newTextCell"
  2152.     "newTextCell:"
  2153.     "init"
  2154.     "initFrame:"
  2155.     "awake"
  2156.     "free"
  2157.     "window"
  2158.     "superview"
  2159.     "subviews"
  2160.     "isDescendantOf:"
  2161.     "findAncestorSharedWith:"
  2162.     "opaqueAncestor"
  2163.     "addSubview:"
  2164.     "addSubview::relativeTo:"
  2165.     "windowChanged:"
  2166.     "removeFromSuperview"
  2167.     "replaceSubview:with:"
  2168.     "notifyAncestorWhenFrameChanged:"
  2169.     "suspendNotifyAncestorWhenFrameChanged:"
  2170.     "notifyWhenFlipped:"
  2171.     "descendantFrameChanged:"
  2172.     "descendantFlipped:"
  2173.     "resizeSubviews:"
  2174.     "superviewSizeChanged:"
  2175.     "setAutoresizeSubviews:"
  2176.     "setAutosizing:"
  2177.     "autosizing"
  2178.     "moveTo::"
  2179.     "sizeTo::"
  2180.     "setFrame:"
  2181.     "rotateTo:"
  2182.     "moveBy::"
  2183.     "sizeBy::"
  2184.     "rotateBy:"
  2185.     "getFrame:"
  2186.     "frameAngle"
  2187.     "setDrawOrigin::"
  2188.     "setDrawSize::"
  2189.     "setDrawRotation:"
  2190.     "translate::"
  2191.     "scale::"
  2192.     "rotate:"
  2193.     "getBounds:"
  2194.     "boundsAngle"
  2195.     "setFlipped:"
  2196.     "isFlipped"
  2197.     "isRotatedFromBase"
  2198.     "isRotatedOrScaledFromBase"
  2199.     "setOpaque:"
  2200.     "isOpaque"
  2201.     "convertPointFromSuperview:"
  2202.     "convertPointToSuperview:"
  2203.     "convertRectFromSuperview:"
  2204.     "convertRectToSuperview:"
  2205.     "convertPoint:fromView:"
  2206.     "convertPoint:toView:"
  2207.     "convertSize:fromView:"
  2208.     "convertSize:toView:"
  2209.     "convertRect:fromView:"
  2210.     "convertRect:toView:"
  2211.     "centerScanRect:"
  2212.     "canDraw"
  2213.     "setAutodisplay:"
  2214.     "isAutodisplay"
  2215.     "setNeedsDisplay:"
  2216.     "needsDisplay"
  2217.     "update"
  2218.     "drawInSuperview"
  2219.     "gState"
  2220.     "allocateGState"
  2221.     "freeGState"
  2222.     "notifyToInitGState:"
  2223.     "initGState"
  2224.     "renewGState"
  2225.     "clipToFrame:"
  2226.     "lockFocus"
  2227.     "unlockFocus"
  2228.     "isFocusView"
  2229.     "setClipping:"
  2230.     "doesClip"
  2231.     "getVisibleRect:"
  2232.     "displayIfNeeded"
  2233.     "display:::"
  2234.     "displayFromOpaqueAncestor:::"
  2235.     "display::"
  2236.     "display"
  2237.     "drawSelf::"
  2238.     "scrollPoint:"
  2239.     "scrollRectToVisible:"
  2240.     "autoscroll:"
  2241.     "adjustScroll:"
  2242.     "calcUpdateRects::::"
  2243.     "invalidate::"
  2244.     "scrollRect:by:"
  2245.     "hitTest:"
  2246.     "mouse:inRect:"
  2247.     "findViewWithTag:"
  2248.     "tag"
  2249.     "performKeyEquivalent:"
  2250.     "acceptsFirstMouse"
  2251.     "shouldDelayWindowOrderingForEvent:"
  2252.     "addCursorRect:cursor:"
  2253.     "removeCursorRect:cursor:"
  2254.     "discardCursorRects"
  2255.     "resetCursorRects"
  2256.     "shouldDrawColor"
  2257.     "write:"
  2258.     "read:"
  2259.     "newFrame:"
  2260.     "new"
  2261.     "copyPSCodeInside:to:"
  2262.     "writePSCodeInside:to:"
  2263.     "printPSCode:"
  2264.     "faxPSCode:"
  2265.     "faxPSCode:toList:namesnumberList:numberssendAt:whenwantsCover:cFlagwantsNotify:nFlagwantsHires:hFlagfaxName:aString"
  2266.     "knowsPagesFirst:last:"
  2267.     "openSpoolFile:"
  2268.     "beginPSOutput"
  2269.     "beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:title:"
  2270.     "endHeaderComments"
  2271.     "endPrologue"
  2272.     "beginSetup"
  2273.     "endSetup"
  2274.     "beginPage:label:bBox:fonts:"
  2275.     "beginPageSetupRect:placement:"
  2276.     "addToPageSetup"
  2277.     "endPageSetup"
  2278.     "endPage"
  2279.     "beginTrailer"
  2280.     "endTrailer"
  2281.     "endPSOutput"
  2282.     "spoolFile:"
  2283.     "heightAdjustLimit"
  2284.     "widthAdjustLimit"
  2285.     "adjustPageWidthNew:left:right:limit:"
  2286.     "adjustPageHeightNew:top:bottom:limit:"
  2287.     "getRect:forPage:"
  2288.     "placePrintRect:offset:"
  2289.     "drawSheetBorder::"
  2290.     "drawPageBorder::"
  2291.     "dragImage:at:offset:event:pasteboard:source:slideBack:"
  2292.     "registerForDraggedTypes:count:"
  2293.     "unregisterDraggedTypes"
  2294.     "dragFile:fromRect:slideBack:aFlagevent:"
  2295.     "canPrintRIB"
  2296.     "shouldRunPrintPanel:"
  2297.     "init"
  2298.     "initContent:style:backing:buttonMask:defer:"
  2299.     "initContent:style:backing:buttonMask:defer:screen:"
  2300.     "free"
  2301.     "awake"
  2302.     "setTitle:"
  2303.     "setTitleAsFilename:"
  2304.     "setExcludedFromWindowsMenu:"
  2305.     "isExcludedFromWindowsMenu"
  2306.     "setContentView:"
  2307.     "contentView"
  2308.     "setDelegate:"
  2309.     "delegate"
  2310.     "title"
  2311.     "buttonMask"
  2312.     "windowNum"
  2313.     "getFieldEditor:for:"
  2314.     "endEditingFor:"
  2315.     "placeWindowAndDisplay:"
  2316.     "placeWindow:"
  2317.     "placeWindow:screen:"
  2318.     "constrainFrameRect:toScreen:"
  2319.     "sizeWindow::"
  2320.     "moveTo::"
  2321.     "moveTopLeftTo::"
  2322.     "moveTo::screen:"
  2323.     "moveTopLeftTo::screen:"
  2324.     "getFrame:"
  2325.     "getFrame:andScreen:"
  2326.     "getMouseLocation:"
  2327.     "style"
  2328.     "useOptimizedDrawing:"
  2329.     "disableFlushWindow"
  2330.     "reenableFlushWindow"
  2331.     "isFlushWindowDisabled"
  2332.     "flushWindow"
  2333.     "flushWindowIfNeeded"
  2334.     "disableDisplay"
  2335.     "reenableDisplay"
  2336.     "isDisplayEnabled"
  2337.     "displayIfNeeded"
  2338.     "display"
  2339.     "update"
  2340.     "setEventMask:"
  2341.     "addToEventMask:"
  2342.     "removeFromEventMask:"
  2343.     "eventMask"
  2344.     "setTrackingRect:inside:owner:tag:left:right:"
  2345.     "discardTrackingRect:"
  2346.     "makeFirstResponder:"
  2347.     "firstResponder"
  2348.     "sendEvent:"
  2349.     "windowExposed:"
  2350.     "windowMoved:"
  2351.     "screenChanged:"
  2352.     "resizeFlags"
  2353.     "makeKeyWindow"
  2354.     "becomeKeyWindow"
  2355.     "resignKeyWindow"
  2356.     "becomeMainWindow"
  2357.     "resignMainWindow"
  2358.     "displayBorder"
  2359.     "rightMouseDown:"
  2360.     "commandKey:"
  2361.     "close"
  2362.     "setFreeWhenClosed:"
  2363.     "miniaturize:"
  2364.     "deminiaturize:"
  2365.     "tryToPerform:with:"
  2366.     "validRequestorForSendType:andReturnType:"
  2367.     "setBackgroundGray:"
  2368.     "backgroundGray"
  2369.     "setBackgroundColor:"
  2370.     "backgroundColor"
  2371.     "dragFrom::eventNum:"
  2372.     "setHideOnDeactivate:"
  2373.     "doesHideOnDeactivate"
  2374.     "center"
  2375.     "makeKeyAndOrderFront:"
  2376.     "orderFront:"
  2377.     "orderBack:"
  2378.     "orderOut:"
  2379.     "orderWindow:relativeTo:"
  2380.     "orderFrontRegardless"
  2381.     "setMiniwindowIcon:"
  2382.     "setMiniwindowImage:"
  2383.     "setMiniwindowTitle:"
  2384.     "miniwindowIcon"
  2385.     "miniwindowImage"
  2386.     "miniwindowTitle"
  2387.     "setDocEdited:"
  2388.     "isDocEdited"
  2389.     "isVisible"
  2390.     "isKeyWindow"
  2391.     "isMainWindow"
  2392.     "canBecomeKeyWindow"
  2393.     "canBecomeMainWindow"
  2394.     "worksWhenModal"
  2395.     "convertBaseToScreen:"
  2396.     "convertScreenToBase:"
  2397.     "performClose:"
  2398.     "performMiniaturize:"
  2399.     "gState"
  2400.     "setOneShot:"
  2401.     "isOneShot"
  2402.     "faxPSCode:"
  2403.     "printPSCode:"
  2404.     "copyPSCodeInside:to:"
  2405.     "smartFaxPSCode:"
  2406.     "smartPrintPSCode:"
  2407.     "knowsPagesFirst:last:"
  2408.     "openSpoolFile:"
  2409.     "beginPSOutput"
  2410.     "beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:title:"
  2411.     "endHeaderComments"
  2412.     "endPrologue"
  2413.     "beginSetup"
  2414.     "endSetup"
  2415.     "beginPage:label:bBox:fonts:"
  2416.     "beginPageSetupRect:placement:"
  2417.     "endPageSetup"
  2418.     "endPage"
  2419.     "beginTrailer"
  2420.     "endTrailer"
  2421.     "endPSOutput"
  2422.     "spoolFile:"
  2423.     "heightAdjustLimit"
  2424.     "widthAdjustLimit"
  2425.     "getRect:forPage:"
  2426.     "placePrintRect:offset:"
  2427.     "addCursorRect:cursor:forView:"
  2428.     "removeCursorRect:cursor:forView:"
  2429.     "disableCursorRects"
  2430.     "enableCursorRects"
  2431.     "discardCursorRects"
  2432.     "invalidateCursorRectsForView:"
  2433.     "resetCursorRects"
  2434.     "setBackingType:"
  2435.     "backingType"
  2436.     "setAvoidsActivation:"
  2437.     "avoidsActivation"
  2438.     "setDepthLimit:"
  2439.     "depthLimit"
  2440.     "setDynamicDepthLimit:"
  2441.     "hasDynamicDepthLimit"
  2442.     "screen"
  2443.     "bestScreen"
  2444.     "canStoreColor"
  2445.     "counterpart"
  2446.     "saveFrameToString:"
  2447.     "setFrameFromString:"
  2448.     "saveFrameUsingName:"
  2449.     "setFrameUsingName:"
  2450.     "setFrameAutosaveName:"
  2451.     "frameAutosaveName"
  2452.     "getMinSize:"
  2453.     "getMaxSize:"
  2454.     "setMinSize:"
  2455.     "setMaxSize:"
  2456.     "write:"
  2457.     "read:"
  2458.     "getFrameRect:forContentRect:style:"
  2459.     "getContentRect:forFrameRect:style:"
  2460.     "minFrameWidth:forStyle:buttonMask:"
  2461.     "defaultDepthLimit"
  2462.     "removeFrameUsingName:"
  2463.     "newContent:style:backing:buttonMask:defer:"
  2464.     "newContent:style:backing:buttonMask:defer:screen:"
  2465.     "new"
  2466.     "dragImage:at:offset:event:pasteboard:source:slideBack:"
  2467.     "registerForDraggedTypes:count:"
  2468.     "unregisterDraggedTypes"
  2469.     "windowWillClose:"
  2470.     "windowWillReturnFieldEditor:toObject:"
  2471.     "windowWillResize:toSize:"
  2472.     "windowDidResize:"
  2473.     "windowDidExpose:"
  2474.     "windowWillMove:"
  2475.     "windowDidMove:"
  2476.     "windowDidBecomeKey:"
  2477.     "windowDidResignKey:"
  2478.     "windowDidBecomeMain:"
  2479.     "windowDidResignMain:"
  2480.     "windowWillMiniaturize:toMiniwindow:"
  2481.     "windowDidMiniaturize:"
  2482.     "windowDidDeminiaturize:"
  2483.     "windowDidUpdate:"
  2484.     "windowDidChangeScreen:"
  2485.     "draggingSourceOperationMaskForLocal:"
  2486.     "draggedImage:beganAt:"
  2487.     "draggedImage:endedAt:deposited:"
  2488.     "ignoreModifierKeysWhileDragging"
  2489.     "finishUnarchiving"
  2490.     "free"
  2491.     "setFlip:"
  2492.     "_getFrame:aRect"
  2493.     "name"
  2494.     "window"
  2495.     "getSize:"
  2496.     "lockFocus"
  2497.     "unlockFocus"
  2498.     "type"
  2499.     "writeTIFF:stream"
  2500.     "image:withAlpha:width:height:bps:"
  2501.     "image:width:height:bps:spp:"
  2502.     "image:toRect:rectwidth:height:bps:spp:"
  2503.     "imageSize:width:height:bps:spp:inRect:"
  2504.     "readImage:"
  2505.     "readImage:inRect:"
  2506.     "readImage:withAlpha:"
  2507.     "readImage:withAlpha:inRect:"
  2508.     "composite:toPoint:"
  2509.     "composite:fromRect:toPoint:"
  2510.     "write:"
  2511.     "read:"
  2512.     "resize::"
  2513.     "image:toRect:width:height:bps:spp:config:interp:"
  2514.     "imageSize:width:height:bps:spp:config:interp:inRect:"
  2515.     "findBitmapFor:"
  2516.     "getSize:sizefor:"
  2517.     "addName:data:width:height:bps:spp:"
  2518.     "addName:fromTIFF:"
  2519.     "addName:fromMachO:"
  2520.     "addName:bitmap:"
  2521.     "newFromStream:"
  2522.     "newFromTIFF:"
  2523.     "newFromMachO:"
  2524.     "newSize:width:heighttype:"
  2525.     "newRect:aRecttype:aTypewindow:window"
  2526.     "compact"
  2527. }
  2528.