root/Trunk/Adium.framework/Versions/A/Resources/PresetNameSheet.nib/classes.nib @ 2

Revision 2, 2.7 KB (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1{
2    IBClasses =     (
3                {
4            CLASS = AIAlternatingRowTableView;
5            LANGUAGE = ObjC;
6            SUPERCLASS = NSTableView;
7        },
8                {
9            CLASS = AIAutoScrollView;
10            LANGUAGE = ObjC;
11            SUPERCLASS = NSScrollView;
12        },
13                {
14            CLASS = AILocalizationButton;
15            LANGUAGE = ObjC;
16            OUTLETS =             {
17                "view_anchorToLeftSide" = NSView;
18                "view_anchorToRightSide" = NSView;
19                "window_anchorOnLeftSide" = NSWindow;
20                "window_anchorOnRightSide" = NSWindow;
21            };
22            SUPERCLASS = NSButton;
23        },
24                {
25            CLASS = AILocalizationTextField;
26            LANGUAGE = ObjC;
27            OUTLETS =             {
28                "view_anchorToLeftSide" = NSView;
29                "view_anchorToRightSide" = NSView;
30                "window_anchorOnLeftSide" = NSWindow;
31                "window_anchorOnRightSide" = NSWindow;
32            };
33            SUPERCLASS = NSTextField;
34        },
35                {
36            ACTIONS =             {
37                sendContent = id;
38            };
39            CLASS = AISendingTextView;
40            LANGUAGE = ObjC;
41            OUTLETS =             {
42                target = id;
43            };
44            SUPERCLASS = NSTextView;
45        },
46                {
47            CLASS = AISmartStepper;
48            LANGUAGE = ObjC;
49            SUPERCLASS = NSStepper;
50        },
51                {
52            ACTIONS =             {
53                closeWindow = id;
54            };
55            CLASS = AIWindowController;
56            LANGUAGE = ObjC;
57            SUPERCLASS = NSWindowController;
58        },
59                {
60            ACTIONS =             {
61                cancel = id;
62                okay = id;
63            };
64            CLASS = ESPresetNameSheetController;
65            LANGUAGE = ObjC;
66            OUTLETS =             {
67                "button_cancel" = NSButton;
68                "button_ok" = NSButton;
69                "label_name" = NSTextField;
70                "scrollView_explanatoryText" = NSScrollView;
71                target = id;
72                "textField_name" = NSTextField;
73                "textView_explanatoryText" = NSTextView;
74                userInfo = id;
75            };
76            SUPERCLASS = AIWindowController;
77        },
78                {
79            CLASS = FirstResponder;
80            LANGUAGE = ObjC;
81            SUPERCLASS = NSObject;
82        },
83                {
84            CLASS = NSButton;
85            LANGUAGE = ObjC;
86            SUPERCLASS = NSControl;
87        },
88                {
89            CLASS = NSObject;
90            LANGUAGE = ObjC;
91        }
92    );
93    IBVersion = 1;
94}
Note: See TracBrowser for help on using the browser.