[BACK]Return to classes.nib CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep / English.lproj / MyDocument.nib

Annotation of OpenXM/src/cfep/English.lproj/MyDocument.nib/classes.nib, Revision 1.1.1.1

1.1       takayama    1: {
                      2:     IBClasses = (
                      3:         {
                      4:             ACTIONS = {"" = id; };
                      5:             CLASS = FirstResponder;
                      6:             LANGUAGE = ObjC;
                      7:             SUPERCLASS = NSObject;
                      8:         },
                      9:         {
                     10:             ACTIONS = {
                     11:                 checkSelectedArea = id;
                     12:                 oxEvaluate = id;
                     13:                 oxEvaluateRegisteredString = id;
                     14:                 oxEvaluateSelected = id;
                     15:                 oxInterrupt = id;
                     16:                 oxRenderOutput = id;
                     17:                 printDocument = id;
                     18:                 readErrData = id;
                     19:                 readInboundData = id;
                     20:                 showHelp = id;
                     21:             };
                     22:             CLASS = MyDocument;
                     23:             LANGUAGE = ObjC;
                     24:             OUTLETS = {
                     25:                 inputCounterField = NSTextField;
                     26:                 myIndicator = NSProgressIndicator;
                     27:                 outputCounterField = NSTextField;
                     28:                 textViewIn = NSTextView;
                     29:                 textViewOut = NSTextView;
                     30:             };
                     31:             SUPERCLASS = NSDocument;
                     32:         }
                     33:     );
                     34:     IBVersion = 1;
                     35: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>