home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.bin
/
SourceCode
/
TabCell
/
MyController.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
|
1994-08-04
|
155 b
|
14 lines
#import <appkit/appkit.h>
@interface MyController:Object
{
id backgroundView;
id tabMatrix;
}
- appDidInit:sender;
- tabMatrixAction:sender;
@end