home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Net 1
/
SUPERNET_1.iso
/
PC
/
OTROS
/
UNIX
/
ARCHIE
/
CLIENTS
/
NEXTARCH.TAR
/
NeXTArchie
/
PercentView.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-01-19
|
239 b
|
14 lines
/* Simple subclass of View that display a fraction of a circle
to represent the percent set by its displayPercent: method */
#import <appkit/View.h>
@interface PercentView : View
{
float percent;
}
- displayPercent: (float) p;
@end