2 // ESContactListAdvancedPreferences.h
5 // Created by Evan Schoenberg on 2/20/05.
6 // Copyright 2006 The Adium Team. All rights reserved.
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
;