home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / TMSClock.1Vmod / TMSClock.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  446 b   |  16 lines

  1. TMSClockView = {SUPERCLASS = View; };
  2. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  3. TMSClock = {
  4.     ACTIONS = {"cancel:" = "cancel:"; "hideMainApp:" = "hideMainApp:"; }; 
  5.     OUTLETS = {
  6.     cancelButton = cancelButton; 
  7.     hideButton = hideButton; 
  8.     myClockPanel = myClockPanel; 
  9.     myClockView = myClockView; 
  10.     myInfoText = myInfoText; 
  11.     newModalWindow = newModalWindow; 
  12.     runningPanel = runningPanel; 
  13.     }; 
  14.     SUPERCLASS = Object; 
  15. };
  16.