home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / usr / lib / NextStep / Resources / Japanese.lproj / PageLayout.nib / data.classes next >
Encoding:
Text File  |  1996-10-07  |  810 b   |  32 lines

  1. PaperView = {SUPERCLASS = View; };
  2. MyApp = {
  3.     ACTIONS = {"hide:" = "hide:"; "terminate:" = "terminate:"; }; 
  4.     OUTLETS = {delegate = delegate; }; 
  5.     SUPERCLASS = Object; 
  6. };
  7. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  8. PageLayout = {
  9.     ACTIONS = {
  10.     "pickedButton:" = "pickedButton:"; 
  11.     "pickedLayout:" = "pickedLayout:"; 
  12.     "pickedOrientation:" = "pickedOrientation:"; 
  13.     "pickedPaperSize:" = "pickedPaperSize:"; 
  14.     "pickedUnits:" = "pickedUnits:"; 
  15.     }; 
  16.     OUTLETS = {
  17.     _paperViewShadow = _paperViewShadow; 
  18.     appIcon = appIcon; 
  19.     cancel = cancel; 
  20.     height = height; 
  21.     layoutList = layoutList; 
  22.     ok = ok; 
  23.     orientation = orientation; 
  24.     paperSizeList = paperSizeList; 
  25.     paperView = paperView; 
  26.     scale = scale; 
  27.     unitsList = unitsList; 
  28.     width = width; 
  29.     }; 
  30.     SUPERCLASS = Window; 
  31. };
  32.