home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
Apps
/
Utilities
/
Desktop
/
Sced
/
Source
/
ScedApp.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
|
1993-02-02
|
184 b
|
13 lines
#import <appkit/appkit.h>
@interface ScedApp:Application
{
}
- appDidInit:sender;
- (int)openFile:(const char *)fullPath ok:(int *)flag;
- (BOOL)appAcceptsAnotherFile:sender;
@end