Cleanup and relese safety; if you release an ivar, you must set it to nil to avoid...
[adiumx.git] / Resources / StatusPreferencesAdvanced.nib / classes.nib
blobfa6197640ebdc6f3d29c1791d72595f32c6cd6bd
2     IBClasses =     (
3                 {
4             CLASS = AIAdvancedPreferencePane;
5             LANGUAGE = ObjC;
6             SUPERCLASS = AIModularPane;
7         },
8                 {
9             CLASS = AILocalizationButton;
10             LANGUAGE = ObjC;
11             OUTLETS =             {
12                 "view_anchorToLeftSide" = NSView;
13                 "view_anchorToRightSide" = NSView;
14                 "window_anchorOnLeftSide" = NSWindow;
15                 "window_anchorOnRightSide" = NSWindow;
16             };
17             SUPERCLASS = NSButton;
18         },
19                 {
20             CLASS = AILocalizationTextField;
21             LANGUAGE = ObjC;
22             OUTLETS =             {
23                 "view_anchorToLeftSide" = NSView;
24                 "view_anchorToRightSide" = NSView;
25                 "window_anchorOnLeftSide" = NSWindow;
26                 "window_anchorOnRightSide" = NSWindow;
27             };
28             SUPERCLASS = NSTextField;
29         },
30                 {
31             ACTIONS =             {
32                 changePreference = id;
33             };
34             CLASS = AIModularPane;
35             LANGUAGE = ObjC;
36             OUTLETS =             {
37                 plugin = id;
38                 view = NSView;
39             };
40             SUPERCLASS = AIObject;
41         },
42                 {
43             CLASS = AIObject;
44             LANGUAGE = ObjC;
45             SUPERCLASS = NSObject;
46         },
47                 {
48             CLASS = ESStatusAdvancedPreferences;
49             LANGUAGE = ObjC;
50             OUTLETS =             {
51                 "checkBox_quitConfirmEnabled" = NSButton;
52                 "checkBox_quitConfirmFT" = NSButton;
53                 "checkBox_quitConfirmOpenChats" = NSButton;
54                 "checkBox_quitConfirmUnread" = NSButton;
55                 "checkBox_statusMenuItemBadge" = NSButton;
56                 "checkBox_statusMenuItemFlash" = NSButton;
57                 "checkBox_statusWindowAlwaysOnTop" = NSButton;
58                 "checkBox_statusWindowHideInBackground" = NSButton;
59                 "label_quitConfirmation" = NSTextField;
60                 "label_statusMenuItem" = NSTextField;
61                 "label_statusWindow" = NSTextField;
62                 "matrix_quitConfirmation" = NSMatrix;
63             };
64             SUPERCLASS = AIAdvancedPreferencePane;
65         },
66                 {
67             CLASS = FirstResponder;
68             LANGUAGE = ObjC;
69             SUPERCLASS = NSObject;
70         },
71                 {
72             CLASS = NSApplication;
73             LANGUAGE = ObjC;
74             SUPERCLASS = NSResponder;
75         },
76                 {
77             CLASS = NSButton;
78             LANGUAGE = ObjC;
79             SUPERCLASS = NSControl;
80         },
81                 {
82             CLASS = NSButtonCell;
83             LANGUAGE = ObjC;
84             SUPERCLASS = NSActionCell;
85         },
86                 {
87             ACTIONS =             {
88                 adiumPrint = id;
89                 prefsWindowWillClose = "SS_PrefsController";
90             };
91             CLASS = NSObject;
92             LANGUAGE = ObjC;
93         },
94                 {
95             CLASS = NSTextField;
96             LANGUAGE = ObjC;
97             SUPERCLASS = NSControl;
98         },
99                 {
100             CLASS = NSWindow;
101             LANGUAGE = ObjC;
102             SUPERCLASS = NSResponder;
103         },
104                 {
105             CLASS = "SS_PrefsController";
106             LANGUAGE = ObjC;
107             OUTLETS =             {
108                 delegate = id;
109             };
110             SUPERCLASS = NSObject;
111         }
112     );
113     IBVersion = 1;