home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextPrinter / Inform.app / French.lproj / InformPrinterAlert.nib / data.classes next >
Text File  |  1994-08-10  |  381b  |  18 lines

  1. MyApp = {
  2.     ACTIONS = {
  3.         "cancel:" = "cancel:"; 
  4.     "hide:" = "hide:"; 
  5.     "ok:" = "ok:"; 
  6.     "terminate:" = "terminate:"; 
  7.     }; 
  8.     OUTLETS = {
  9.         button1 = button1; 
  10.     button2 = button2; 
  11.     delegate = delegate; 
  12.     text = text; 
  13.     window = window; 
  14.     }; 
  15.     SUPERCLASS = Object; 
  16. };
  17. FirstResponder = {ACTIONS = {"performResize:" = "performResize:"; }; SUPERCLASS = Object; };
  18.