home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2001
/
MacHack 2001.toast
/
pc
/
The Hacks
/
X-Menu 2.0
/
CustomView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-23
|
161 b
|
11 lines
#import <Cocoa/Cocoa.h>
@interface CustomView : NSView
{
NSImage *regularImage, *selectedImage;
BOOL isSelected;
}
- (void)setIsSelected:(BOOL)flag;
@end