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

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

Compiler fixes; first pass at menu-style highlighting

File size: 520 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>
[428]11#import "ICeCoffEEInvertingTextFieldCell.h"
[319]12
[428]13@interface ICeCoffEELabeledIconCell : ICeCoffEEInvertingTextFieldCell {
[319]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.