source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEELabeledIconCell.h@ 422

Last change on this file since 422 was 422, checked in by Nicholas Riley, 16 years ago

ICeCoffEELabeledIconCell.[hm]: highlighting now, for better keyboard control; remove obsolete commented-out code

File size: 460 bytes
Line 
1//
2// ICeCoffEELabeledIconCell.h
3// ICeCoffEE
4//
5// Created by Nicholas Riley on 6/8/07.
6// Copyright 2007 Nicholas Riley. All rights reserved.
7//
8
9#import <ApplicationServices/ApplicationServices.h>
10#import <Cocoa/Cocoa.h>
11
12@interface ICeCoffEELabeledIconCell : NSTextFieldCell {
13@private
14 IconRef iconRef;
15}
16
17+ (ICeCoffEELabeledIconCell *)copyFromTextFieldCell:(NSTextFieldCell *)cell;
18
19- (void)setIconRef:(IconRef)anIconRef;
20- (IconRef)iconRef;
21
22@end
Note: See TracBrowser for help on using the repository browser.