home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
Apps
/
Utilities
/
Unix
/
CommandMon
/
source
/
Indicator.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
|
1992-07-09
|
264 b
|
17 lines
/* by Jason Beaver */
#import <objc/Object.h>
#import <dpsclient/dpsclient.h>
#import <appkit/View.h>
@interface Indicator:View
{
BOOL on;
DPSTimedEntry timer;
}
- initFrame:(NXRect *)frameRect;
- drawSelf:(NXRect *)rects :(int)count;
- flash;
- turnOff;
@end