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

Last change on this file since 424 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
RevLine 
[319]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>
[422]10#import <Cocoa/Cocoa.h>
[319]11
[422]12@interface ICeCoffEELabeledIconCell : NSTextFieldCell {
[319]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.