1 #import "ITURLTextField.h"
3 @implementation ITURLTextField
11 /*- (void)mouseEntered:(NSEvent *)event
14 [[NSCursor pointingHandCursor] set];
15 [super mouseEntered:event];
18 - (void)mouseExited:(NSEvent *)event
20 [[NSCursor arrowCursor] set];
21 [super mouseExited:event];
24 - (void)setURL:(NSURL *)url
29 //Make an attributed string for the main stringValue now
30 // NSAttributedString *string = [[NSAttributedString alloc] initWithString:[self stringValue] attributes:];