root/Trunk/Adium.framework/Versions/A/Resources/TextAndButtonsWindow.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 = AILocalizationButton;
5            LANGUAGE = ObjC;
6            OUTLETS =             {
7                "view_anchorToLeftSide" = NSView;
8                "view_anchorToRightSide" = NSView;
9                "window_anchorOnLeftSide" = NSWindow;
10                "window_anchorOnRightSide" = NSWindow;
11            };
12            SUPERCLASS = NSButton;
13        },
14                {
15            ACTIONS =             {
16                closeWindow = id;
17            };
18            CLASS = AIWindowController;
19            LANGUAGE = ObjC;
20            SUPERCLASS = NSWindowController;
21        },
22                {
23            ACTIONS =             {
24                pressedButton = id;
25            };
26            CLASS = ESTextAndButtonsWindowController;
27            LANGUAGE = ObjC;
28            OUTLETS =             {
29                "button_alternate" = NSButton;
30                "button_default" = NSButton;
31                "button_other" = NSButton;
32                imageView = NSImageView;
33                "scrollView_message" = NSScrollView;
34                "scrollView_messageHeader" = NSScrollView;
35                target = id;
36                "textView_message" = NSTextView;
37                "textView_messageHeader" = NSTextView;
38                userInfo = id;
39            };
40            SUPERCLASS = AIWindowController;
41        },
42                {
43            CLASS = FirstResponder;
44            LANGUAGE = ObjC;
45            SUPERCLASS = NSObject;
46        },
47                {
48            CLASS = NSApplication;
49            LANGUAGE = ObjC;
50            SUPERCLASS = NSResponder;
51        },
52                {
53            CLASS = NSButton;
54            LANGUAGE = ObjC;
55            SUPERCLASS = NSControl;
56        },
57                {
58            CLASS = NSButtonCell;
59            LANGUAGE = ObjC;
60            SUPERCLASS = NSActionCell;
61        },
62                {
63            ACTIONS =             {
64                adiumPrint = id;
65                prefsWindowWillClose = "SS_PrefsController";
66            };
67            CLASS = NSObject;
68            LANGUAGE = ObjC;
69        },
70                {
71            CLASS = NSScrollView;
72            LANGUAGE = ObjC;
73            SUPERCLASS = NSView;
74        },
75                {
76            CLASS = NSWindow;
77            LANGUAGE = ObjC;
78            SUPERCLASS = NSResponder;
79        },
80                {
81            CLASS = NSWindowController;
82            LANGUAGE = ObjC;
83            SUPERCLASS = NSResponder;
84        },
85                {
86            CLASS = "SS_PrefsController";
87            LANGUAGE = ObjC;
88            OUTLETS =             {
89                delegate = id;
90            };
91            SUPERCLASS = NSObject;
92        }
93    );
94    IBVersion = 1;
95}
Note: See TracBrowser for help on using the browser.