We need a b8 before we can release since we've had some significant changes since...
[adiumx.git] / Source / ESContactListAdvancedPreferences.h
blobd4fbf1b813c395773a1fb582abaea7801aab668c
1 //
2 // ESContactListAdvancedPreferences.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 2/20/05.
6 // Copyright 2006 The Adium Team. All rights reserved.
7 //
9 #import <Adium/AIAdvancedPreferencePane.h>
11 @interface ESContactListAdvancedPreferences : AIAdvancedPreferencePane {
12 IBOutlet NSPopUpButton *popUp_windowPosition;
14 IBOutlet NSMatrix *matrix_hiding;
15 IBOutlet NSButton *checkBox_hideOnScreenEdgesOnlyInBackground;
17 IBOutlet NSButton *checkBox_flash;
18 IBOutlet NSButton *checkBox_animateChanges;
19 IBOutlet NSButton *checkBox_showTooltips;
20 IBOutlet NSButton *checkBox_showTooltipsInBackground;
21 IBOutlet NSButton *checkBox_windowHasShadow;
22 IBOutlet NSButton *checkBox_showOnAllSpaces;
24 IBOutlet NSTextField *label_appearance;
25 IBOutlet NSTextField *label_tooltips;
26 IBOutlet NSTextField *label_windowHandling;
27 IBOutlet NSTextField *label_hide;
28 IBOutlet NSTextField *label_orderTheContactList;
31 @end