home *** CD-ROM | disk | FTP | other *** search
- MenuLocation = {
- SUPERCLASS = Control;
- };
- Command = {
- ACTIONS = {
- loadForm: = "(id)(id)";
- addCommand: = "(id)(id)";
- removeCommand: = "(id)(id)";
- commandTextChanged: = "(id)(id)";
- };
- OUTLETS = {
- commandField;
- window;
- menuLoc;
- removeButton;
- matrix;
- commandKeyField;
- scroll;
- menuStrings;
- addButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- NXBrowser = {
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Control;
- };
- Clock = {
- ACTIONS = {
- increaseSecond:;
- decreaseHour:;
- decreaseSecond:;
- increaseDay:;
- decreaseMinute:;
- increaseMinute:;
- decreaseDay:;
- increaseHour:;
- };
- SUPERCLASS = View;
- };
-