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

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

Compiler fixes; first pass at menu-style highlighting

File size: 520 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#import "ICeCoffEEInvertingTextFieldCell.h"
12
13@interface ICeCoffEELabeledIconCell : ICeCoffEEInvertingTextFieldCell {
14@private
15 IconRef iconRef;
16}
17
18+ (ICeCoffEELabeledIconCell *)copyFromTextFieldCell:(NSTextFieldCell *)cell;
19
20- (void)setIconRef:(IconRef)anIconRef;
21- (IconRef)iconRef;
22
23@end
Note: See TracBrowser for help on using the repository browser.