SameBoy/Cocoa/NSTextFieldCell+Inset.h

7 lines
119 B
Objective-C

#import <AppKit/AppKit.h>
#import <Cocoa/Cocoa.h>
@interface NSTextFieldCell (Inset)
@property NSSize textInset;
@end