home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
MiscKit1.7.1
/
MiscKit
/
Palettes
/
MiscShell
/
MiscShell.subproj
/
MiscAwakeAction.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
|
1995-04-12
|
241 b
|
17 lines
// Copyright (C) 1995 Steve Hayman
// Use is governed by the MiscKit license
#import <appkit/appkit.h>
@interface MiscAwakeAction:Object
{
id _target;
SEL action;
}
- target;
- setTarget:t;
- (SEL)action;
- setAction:(SEL)a;
@end