Request info to get user icons when a Jabber contact signs on. Fixes #4205
[adiumx.git] / Source / ESContactListAdvancedPreferences.h
blob286521c6d5dfdb04edd7043c0b8352751abac3a0
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_showTransitions;
19 IBOutlet NSButton *checkBox_showTooltips;
20 IBOutlet NSButton *checkBox_showTooltipsInBackground;
21 IBOutlet NSButton *checkBox_windowHasShadow;
23 IBOutlet NSTextField *label_appearance;
24 IBOutlet NSTextField *label_tooltips;
25 IBOutlet NSTextField *label_windowHandling;
26 IBOutlet NSTextField *label_hide;
27 IBOutlet NSTextField *label_orderTheContactList;
30 @end