root/Trunk/Adium.framework/Versions/A/Resources/JoinChatWindow.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 = 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            CLASS = AILocalizationTextField;
16            LANGUAGE = ObjC;
17            OUTLETS =             {
18                "view_anchorToLeftSide" = NSView;
19                "view_anchorToRightSide" = NSView;
20                "window_anchorOnLeftSide" = NSWindow;
21                "window_anchorOnRightSide" = NSWindow;
22            };
23            SUPERCLASS = NSTextField;
24        },
25                {
26            CLASS = AIWindowController;
27            LANGUAGE = ObjC;
28            SUPERCLASS = NSWindowController;
29        },
30                {
31            ACTIONS =             {
32                closeWindow = id;
33                joinChat = id;
34            };
35            CLASS = DCJoinChatWindowController;
36            LANGUAGE = ObjC;
37            OUTLETS =             {
38                "button_cancel" = AILocalizationButton;
39                "button_joinChat" = AILocalizationButton;
40                "label_account" = AILocalizationTextField;
41                "popUp_service" = NSPopUpButton;
42                "view_customView" = NSView;
43            };
44            SUPERCLASS = AIWindowController;
45        },
46                {
47            ACTIONS =             {
48                joinChat = id;
49            };
50            CLASS = DCNothing;
51            LANGUAGE = ObjC;
52            OUTLETS =             {
53                "popUp_service" = NSPopUpButton;
54                "view_customView" = NSView;
55                "window_main" = NSWindow;
56            };
57            SUPERCLASS = NSObject;
58        },
59                {
60            CLASS = FirstResponder;
61            LANGUAGE = ObjC;
62            SUPERCLASS = NSObject;
63        }
64    );
65    IBVersion = 1;
66}
Note: See TracBrowser for help on using the browser.