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

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

Initial commit of skeletal project.

Line 
1//
2//  AISmartStepper.h
3//  Adium
4//
5//  Created by Adam Iser on Sat Jul 26 2003.
6//  Copyright (c) 2003-2005 The Adium Team. All rights reserved.
7//
8
9/*!
10 * @class AISmartStepper
11 * @brief NSStepper subclass which fixes a bug related to keyboard focus
12 *
13 * <tt>NSStepper</tt> as of OS X 10.3 steals focus away from its target... which is very rarely the desired behavior. This subclass correctly refocuses the target when the stepper is used so the user can click the stepper and then type in a number to its field if desired.
14 */
15
16@interface AISmartStepper : NSStepper {
17
18}
19
20@end
Note: See TracBrowser for help on using the browser.