home *** CD-ROM | disk | FTP | other *** search
- "SoundEditor" = {
- ACTIONS = (
- "edit:",
- "erase:",
- "ok:",
- "pause:",
- "play:",
- "playCommand:",
- "record:",
- "recordCommand:",
- "revert:",
- "stopCommand:"
- );
- OUTLETS = (
- editButton,
- editor,
- eraseButton,
- fileIcon,
- iChannels,
- iFormat,
- iInfo,
- iName,
- infoPanel,
- inspectorPanel,
- iOK,
- iRate,
- iRevert,
- iSamples,
- iSeconds,
- iSize,
- meter,
- pauseButton,
- playButton,
- recordButton,
- stopButton,
- window
- );
- SUPERCLASS = NSApplication;
- };
- "FileIcon" = {OUTLETS = (controller); SUPERCLASS = NSView; };
- "FirstResponder" = {
- ACTIONS = (
- "erase:",
- "newFile:",
- "openFile:",
- "revertFile:",
- "saveFile:",
- "saveFileAs:",
- "showInfo:",
- "showPreferences:"
- );
- CATEGORY = LocalActions;
- };
-