home *** CD-ROM | disk | FTP | other *** search
- TMSClockView = {SUPERCLASS = View; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- TMSClock = {
- ACTIONS = {"cancel:" = "cancel:"; "hideMainApp:" = "hideMainApp:"; };
- OUTLETS = {
- cancelButton = cancelButton;
- hideButton = hideButton;
- myClockPanel = myClockPanel;
- myClockView = myClockView;
- myInfoText = myInfoText;
- newModalWindow = newModalWindow;
- runningPanel = runningPanel;
- };
- SUPERCLASS = Object;
- };
-