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

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

Initial commit of skeletal project.

Line 
1//
2//  AIEmbossedTextField.h
3//  Adium
4//
5//  Created by Colin Barrett on Fri Jul 11 2003.
6//  Copyright (c) 2003-2005 The Adium Team. All rights reserved.
7//
8
9/*!     @class AIEmbossedTextField <AIEmbossedTextField.h> <AIUtilities/AIEmbossedTextField.h>
10 *      @brief Draws embossed text.
11 *
12 *      Draws its text with an embossed appearance.
13 */
14@interface AIEmbossedTextField : NSTextField
15{
16
17}
18
19- (void)drawRect:(NSRect)inRect;
20
21@end
Note: See TracBrowser for help on using the browser.