home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 112 / maccd 112.iso / Utilities / Mac OS X / MatrixGL 1.0.dmg / MatrixGL.saver / Contents / Resources / Enter Code Dialog.nib / classes.nib next >
Encoding:
Text File  |  2003-11-10  |  583 b   |  18 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {closeEnterCodeDialog = id; enterCodeEnterButtonPressed = id; }; 
  6.             CLASS = MatrixGLView; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 enterCodeDialogCode = NSTextField; 
  10.                 enterCodeDialogInvalidText = NSTextField; 
  11.                 enterCodeDialogName = NSTextField; 
  12.                 "key_code_dialog" = NSWindow; 
  13.             }; 
  14.             SUPERCLASS = NSView; 
  15.         }
  16.     ); 
  17.     IBVersion = 1; 
  18. }