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

Revision 2, 2.0 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        {CLASS = AIAutoScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
9        {CLASS = AIImageTextCellView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
10        {
11            CLASS = AILocalizationButton;
12            LANGUAGE = ObjC;
13            OUTLETS = {
14                "view_anchorToLeftSide" = NSView;
15                "view_anchorToRightSide" = NSView;
16                "window_anchorOnLeftSide" = NSWindow;
17                "window_anchorOnRightSide" = NSWindow;
18            };
19            SUPERCLASS = NSButton;
20        },
21        {
22            CLASS = AILocalizationTextField;
23            LANGUAGE = ObjC;
24            OUTLETS = {
25                "view_anchorToLeftSide" = NSView;
26                "view_anchorToRightSide" = NSView;
27                "window_anchorOnLeftSide" = NSWindow;
28                "window_anchorOnRightSide" = NSWindow;
29            };
30            SUPERCLASS = NSTextField;
31        },
32        {
33            CLASS = AIWindowController;
34            LANGUAGE = ObjC;
35            SUPERCLASS = NSWindowController;
36        },
37        {
38            ACTIONS = {cancel = id; save = id; };
39            CLASS = CSNewContactAlertWindowController;
40            LANGUAGE = ObjC;
41            OUTLETS = {
42                "button_OK" = NSButton;
43                "button_cancel" = NSButton;
44                "checkbox_oneTime" = NSButton;
45                delegate = id;
46                headerView = AIImageTextCellView;
47                "label_Action" = NSTextField;
48                "label_Event" = NSTextField;
49                "popUp_action" = NSPopUpButton;
50                "popUp_event" = NSPopUpButton;
51                target = id;
52                "view_auxiliary" = NSView;
53            };
54            SUPERCLASS = AIWindowController;
55        },
56        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
57    );
58    IBVersion = 1;
59}
Note: See TracBrowser for help on using the browser.