source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEENonHighlightingTextFieldCell.m@ 185

Last change on this file since 185 was 142, checked in by Nicholas Riley, 21 years ago

ICeCoffEE 1.4a1

File size: 416 bytes
Line 
1//
2// ICeCoffEENonHighlightingTextFieldCell.m
3// ICeCoffEE APE
4//
5// Created by Nicholas Riley on Fri Jun 06 2003.
6// Copyright (c) 2003 Nicholas Riley. All rights reserved.
7//
8
9#import "ICeCoffEENonHighlightingTextFieldCell.h"
10
11
12@implementation ICeCoffEENonHighlightingTextFieldCell
13
14- (NSColor *)highlightColorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView
15{
16 return [NSColor whiteColor];
17}
18
19@end
Note: See TracBrowser for help on using the repository browser.