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

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

Initial commit of skeletal project.

Line 
1//
2//  AIPlasticButton.h
3//  Adium
4//
5//  Created by Adam Iser on Thu Jun 26 2003.
6//  Copyright (c) 2003-2005 The Adium Team. All rights reserved.
7//
8
9/*!
10 * @class AIPlasticButton
11 * @brief NSButton subclass for implementing a "plastic" Aqua button
12 *
13 * <tt>AIPlasticButton</tt> uses an <tt>AIPlasticButtonCell</tt> to display a "plastic" Aqua button within its frame.
14 */
15@interface AIPlasticButton : NSButton {
16}
17
18@end
Note: See TracBrowser for help on using the browser.