root/Trunk/Adium.framework/Versions/A/Headers/AIColorPickerSliders.h @ 2

Revision 2, 0.5 KB (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AIColorPickerSliders.h
3//  Adium
4//
5//  Created by Evan Schoenberg on 9/25/05.
6//  Copyright 2006 The Adium Team. All rights reserved.
7//
8
9
10@interface NSColorPickerSliders:NSColorPicker <NSColorPickingCustom>
11{
12    id sliderModePopUp;
13    id slidersView;
14    id greySliders;
15    id rgbSliders;
16    id hsbSliders;
17    id cmykSliders;
18    id currViewObject;
19    id sliderContainer;
20    id colorProfileButton;
21    int modeMask;
22}
23
24- (void)_setupProfileUI;
25
26@end
27
28@interface AIColorPickerSliders : NSColorPickerSliders {
29
30}
31
32@end
Note: See TracBrowser for help on using the browser.