root/Trunk/AIUtilities.framework/Versions/A/Headers/AIBrushedPopUpButton.h @ 2

Revision 2, 497 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AIBrushedPopUpButton.h
3//  Adium
4//
5//  Created by Adam Iser on Fri Jul 11 2003.
6//  Copyright (c) 2003-2005 The Adium Team. All rights reserved.
7//
8
9@interface AIBrushedPopUpButton : NSPopUpButton {
10    NSImage             *popUpRolloverCaps;
11    NSImage             *popUpRolloverMiddle;
12    NSImage             *popUpPressedCaps;
13    NSImage             *popUpPressedMiddle;
14    NSImage             *popUpTriangle;
15    NSImage             *popUpTriangleWhite;
16
17    BOOL                mouseIn;
18    NSTrackingRectTag   trackingTag;
19
20    NSString            *popUpTitle;
21}
22
23@end
Note: See TracBrowser for help on using the browser.