• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyInterpreter/PyInterpreter.nib/
1{
2    IBClasses = (
3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4        {
5            ACTIONS = {historyDown = id; historyUp = id; }; 
6            CLASS = PyInterpreter; 
7            LANGUAGE = ObjC; 
8            OUTLETS = {textView = NSTextView; }; 
9            SUPERCLASS = NSObject; 
10        }, 
11        {
12            CLASS = PyInterpreterTextViewDelegate; 
13            LANGUAGE = ObjC; 
14            OUTLETS = {interpreter = id; scrollView = id; }; 
15            SUPERCLASS = NSObject; 
16        }
17    ); 
18    IBVersion = 1; 
19}