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

  1. ChoosePrinter = {
  2.     ACTIONS = {"pickedButton:" = "pickedButton:"; }; 
  3.     OUTLETS = {
  4.     appIcon = appIcon; 
  5.     border = border; 
  6.     cancel = cancel; 
  7.     name = name; 
  8.     note = note; 
  9.     ok = ok; 
  10.     type = type; 
  11.     }; 
  12.     SUPERCLASS = Window; 
  13. };
  14. MyApp = {
  15.     ACTIONS = {"hide:" = "hide:"; "terminate:" = "terminate:"; }; 
  16.     OUTLETS = {delegate = delegate; }; 
  17.     SUPERCLASS = Object; 
  18. };
  19. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  20.