home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Graphics
/
ToyViewer-2.6a
/
src
/
ImageOpr.bproj
/
SoftFrameCtr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-30
|
174 b
|
16 lines
#import <appkit/appkit.h>
@interface SoftFrameCtr:Object
{
id imageOpCtr;
id shape;
id widthSL;
id alphaSW;
id colorwell;
}
- changeAlpha:sender;
- doit:sender;
@end