home *** CD-ROM | disk | FTP | other *** search
- /* First Responder Actions */
- {
- FirstResponder = {
- SUPERCLASS = NSObject;
- ACTIONS = (
- "alignCenter:",
- "alignLeft:",
- "alignRight:",
- "arrangeInFront:",
- "changeFont:",
- "checkSpelling:",
- "clear:",
- "copy:",
- "copyFont:",
- "copyRuler:",
- "cut:",
- "delete:",
- "deminiaturize:",
- "fax:",
- "hide:",
- "loosenKerning:",
- "lowerBaseline:",
- "makeKeyAndOrderFront:",
- "miniaturize:",
- "orderBack:",
- "orderFront:",
- "orderFrontColorPanel:",
- "orderFrontDataLinkPanel:",
- "orderFrontFontPanel:",
- "orderFrontHelpPanel:",
- "orderOut:",
- "paste:",
- "pasteFont:",
- "pasteRuler:",
- "pause:",
- "performClose:",
- "performMiniaturize:",
- "play:",
- "print:",
- "raiseBaseline:",
- "record:",
- "resume:",
- "run:",
- "runPageLayout:",
- "selectAll:",
- "selectText:",
- "showGuessPanel:",
- "start:",
- "stop:",
- "subscript:",
- "superscript:",
- "terminate:",
- "tightenKerning:",
- "toggleRuler:",
- "turnOffKerning:",
- "turnOffLigatures:",
- "underline:",
- "unscript:",
- "useAllLigatures:",
- "useStandardKerning:",
- "useStandardLigatures:"
- );
- };
- }
-