home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / InterfaceBuilder.app / Resources / English.lproj / WindowSizeInspector.nib / data.classes next >
Encoding:
Text File  |  1996-12-10  |  950 b   |  37 lines

  1. "FirstResponder" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSObject; };
  2. "IBWindowSizeInspector" = {
  3.     ACTIONS = {
  4.         "currentSizeToMinSize:" = id; 
  5.         "setMinSizeFrom:" = id; 
  6.         "setOriginLowerLeft:" = id; 
  7.         "setOriginLowerRight:" = id; 
  8.         "setOriginUpperLeft:" = id; 
  9.         "setOriginUpperRight:" = id; 
  10.         "toggleSwitch:" = id; 
  11.     }; 
  12.     OUTLETS = {
  13.         maxXSwitch = id; 
  14.         maxYSwitch = id; 
  15.         minSizeForm = id; 
  16.         minXSwitch = id; 
  17.         minYSwitch = id; 
  18.         originForm = id; 
  19.         sizeForm = id; 
  20.         windowImageView = id; 
  21.     }; 
  22.     SUPERCLASS = Inspector; 
  23. };
  24. "Inspector" = {
  25.     ACTIONS = {"ok:" = id; "performClick:" = id; "revert:" = id; }; 
  26.     OUTLETS = {
  27.         controller = id; 
  28.         editor = id; 
  29.         object = id; 
  30.         okButton = id; 
  31.         owner = id; 
  32.         revertButton = id; 
  33.         window = id; 
  34.     }; 
  35.     SUPERCLASS = Object; 
  36. };
  37.