AIHyperlinks universal building
[adiumx.git] / Source / ESContactListAdvancedPreferences.h
blobbb3c1ea09f8032ea1484d1a71422f4ccc24aef2d
1 //
2 // ESContactListAdvancedPreferences.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 2/20/05.
6 // Copyright 2005 The Adium Team. All rights reserved.
7 //
9 #import <Adium/AIPreferencePane.h>
11 @interface ESContactListAdvancedPreferences : AIPreferencePane {
12 IBOutlet NSPopUpButton *popUp_windowPosition;
13 IBOutlet NSButton *checkBox_hide;
15 IBOutlet NSButton *checkBox_flash;
16 IBOutlet NSButton *checkBox_showTransitions;
17 IBOutlet NSButton *checkBox_showTooltips;
18 IBOutlet NSButton *checkBox_showTooltipsInBackground;
19 IBOutlet NSButton *checkBox_windowHasShadow;
21 IBOutlet NSTextField *label_appearance;
22 IBOutlet NSTextField *label_tooltips;
23 IBOutlet NSTextField *label_windowHandling;
24 IBOutlet NSTextField *label_orderTheContactList;
27 @end