* Use an array for keeping track of observers. This means that observers which...
[adiumx.git] / Resources / ContactListAdvancedPrefs.nib / classes.nib
blobcccd4eb91255a37544965eb2eda02b73ab565239
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 = ESContactListAdvancedPreferences;
49             LANGUAGE = ObjC;
50             OUTLETS =             {
51                 "checkBox_animateChanges" = NSButton;
52                 "checkBox_flash" = NSButton;
53                 "checkBox_hideOnScreenEdgesOnlyInBackground" = NSButton;
54                 "checkBox_showOnAllSpaces" = NSButton;
55                 "checkBox_showTooltips" = NSButton;
56                 "checkBox_showTooltipsInBackground" = NSButton;
57                 "checkBox_windowHasShadow" = NSButton;
58                 "label_appearance" = NSTextField;
59                 "label_hide" = NSTextField;
60                 "label_orderTheContactList" = NSTextField;
61                 "label_tooltips" = NSTextField;
62                 "label_windowHandling" = NSTextField;
63                 "matrix_hiding" = NSMatrix;
64                 "popUp_windowPosition" = NSPopUpButton;
65             };
66             SUPERCLASS = AIAdvancedPreferencePane;
67         },
68                 {
69             CLASS = FirstResponder;
70             LANGUAGE = ObjC;
71             SUPERCLASS = NSObject;
72         },
73                 {
74             CLASS = NSApplication;
75             LANGUAGE = ObjC;
76             SUPERCLASS = NSResponder;
77         },
78                 {
79             CLASS = NSButton;
80             LANGUAGE = ObjC;
81             SUPERCLASS = NSControl;
82         },
83                 {
84             CLASS = NSButtonCell;
85             LANGUAGE = ObjC;
86             SUPERCLASS = NSActionCell;
87         },
88                 {
89             ACTIONS =             {
90                 adiumPrint = id;
91                 prefsWindowWillClose = "SS_PrefsController";
92             };
93             CLASS = NSObject;
94             LANGUAGE = ObjC;
95         },
96                 {
97             CLASS = NSTextField;
98             LANGUAGE = ObjC;
99             SUPERCLASS = NSControl;
100         },
101                 {
102             CLASS = NSWindow;
103             LANGUAGE = ObjC;
104             SUPERCLASS = NSResponder;
105         },
106                 {
107             CLASS = "SS_PrefsController";
108             LANGUAGE = ObjC;
109             OUTLETS =             {
110                 delegate = id;
111             };
112             SUPERCLASS = NSObject;
113         }
114     );
115     IBVersion = 1;