home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / Info.nib / data.classes next >
Text File  |  1995-05-02  |  1KB  |  39 lines

  1. FadeView = {
  2.     ACTIONS = {
  3.     "start:" = "start:"; 
  4.     "stop:" = "stop:"; 
  5.     "takeIncrementFrom:" = "takeIncrementFrom:"; 
  6.     "takePauseDurationFrom:" = "takePauseDurationFrom:"; 
  7.     "takeRandomizeFrom:" = "takeRandomizeFrom:"; 
  8.     "takeShowMethodFrom:" = "takeShowMethodFrom:"; 
  9.     "toggle:" = "toggle:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     increment = increment; 
  13.     label = label; 
  14.     methodType = methodType; 
  15.     pauseLength = pauseLength; 
  16.     pics = pics; 
  17.     randomize = randomize; 
  18.     }; 
  19.     SUPERCLASS = View; 
  20. };
  21. WriteUpInfoPanel = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = PanelInfo; };
  22. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  23. PanelInfo = {
  24.     ACTIONS = {"makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; }; 
  25.     OUTLETS = {
  26.     licenseKey = licenseKey; 
  27.     myInfoPanel = myInfoPanel; 
  28.     panel = panel; 
  29.     versionText = versionText; 
  30.     }; 
  31.     SUPERCLASS = Panel; 
  32. };
  33. PasteUp = {OUTLETS = {infoPanel = infoPanel; }; SUPERCLASS = Object; };
  34. WriteUp = {
  35.     ACTIONS = {"appDidInit:" = "appDidInit:"; }; 
  36.     OUTLETS = {}; 
  37.     SUPERCLASS = PasteUp; 
  38. };
  39.