public
Description: Simple Meditation Timer with MP4-Export Capabilities
Homepage: http://wcrawford.wordpress.com/2006/11/09/meditation-timer-12/
Clone URL: git://github.com/whenders0n/meditation-timer.git
meditation-timer / WBTextField.h
100644 10 lines (7 sloc) 0.129 kb
1
2
3
4
5
6
7
8
9
10
/* WBTextField */
 
#import <Cocoa/Cocoa.h>
 
@interface WBTextField : NSTextField
{
}
- (void)mouseDown:(NSEvent *)theEvent;
@end