1 2 3 4 5 6
#import <Cocoa/Cocoa.h> //A text field cell that has vertically centered text @interface SkTextFieldCell : NSTextFieldCell { BOOL selectingOrEditing; } @end