home *** CD-ROM | disk | FTP | other *** search
- MyApplication = {
- SUPERCLASS = Application;
- };
- PVSpeaker = {
- SUPERCLASS = Speaker;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Puppeteer = {
- SUPERCLASS = Object;
- };
- PVJournaler = {
- SUPERCLASS = NXJournaler;
- };
- RemoteView = {
- SUPERCLASS = View;
- };
- Controller = {
- ACTIONS = {
- chooseWindow:;
- flushKeyboardBuffer:;
- attachStrings:;
- bufferOff:;
- bufferOn:;
- printMouseClicks:;
- };
- OUTLETS = {
- mainWindow;
- appNameField;
- textObject;
- chooseWindowButton;
- remoteView;
- };
- SUPERCLASS = Object;
- };
- WindowInfo = {
- SUPERCLASS = Object;
- };
- Speaker = {
- ACTIONS = {
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Object;
- };
- NXJournaler = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
-