home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 3.3J / os33j.iso / usr / lib / NextStep / Workspace.app / WM.app / preferences.bundle / Japanese.lproj / DockPref.nib / data.classes next >
Encoding:
Text File  |  1995-02-07  |  574 b   |  23 lines

  1. Pref = {
  2.     OUTLETS = {contentView = contentView; window = window; }; 
  3.     SUPERCLASS = Object; 
  4. };
  5. WMPathField = {SUPERCLASS = View; };
  6. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  7. DockPref = {
  8.     ACTIONS = {
  9.     "setDockSelection:" = "setDockSelection:"; 
  10.     "toggleAutoLaunch:" = "toggleAutoLaunch:"; 
  11.     }; 
  12.     OUTLETS = {
  13.     iconView = iconView; 
  14.     launchMatrix = launchMatrix; 
  15.     launchSwitch = launchSwitch; 
  16.     pathField = pathField; 
  17.     scrollView = scrollView; 
  18.     shortName = shortName; 
  19.     }; 
  20.     SUPERCLASS = Pref; 
  21. };
  22. AutoLaunchCell = {SUPERCLASS = Cell; };
  23.