home *** CD-ROM | disk | FTP | other *** search
- WindowDepth = {
- ACTIONS = {
- "itemSelected:" = "itemSelected:";
- "rescanPrefs:" = "rescanPrefs:";
- "setApp:" = "setApp:";
- "setDefault:" = "setDefault:";
- };
- OUTLETS = {
- appRadio = appRadio;
- appSwitch = appSwitch;
- browser = browser;
- defaultRadio = defaultRadio;
- defaultSwitch = defaultSwitch;
- infoPanel = infoPanel;
- window = window;
- };
- SUPERCLASS = Layout;
- };
- MyNXBrowserCell = {SUPERCLASS = NXBrowserCell; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Clock = {
- ACTIONS = {
- "decreaseDay:" = "decreaseDay:";
- "decreaseHour:" = "decreaseHour:";
- "decreaseMinute:" = "decreaseMinute:";
- "decreaseSecond:" = "decreaseSecond:";
- "increaseDay:" = "increaseDay:";
- "increaseHour:" = "increaseHour:";
- "increaseMinute:" = "increaseMinute:";
- "increaseSecond:" = "increaseSecond:";
- "startClock:" = "startClock:";
- "stopClock:" = "stopClock:";
- };
- SUPERCLASS = View;
- };
- Layout = {OUTLETS = {view = view; }; SUPERCLASS = Object; };
-