home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.bin
/
SourceCode
/
Tutorial
/
Cookbook
/
13.pie_slice
/
PieView.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
C/C++ Source or Header
|
1993-01-18
|
209 b
|
16 lines
#import <appkit/View.h>
#import <appkit/Slider.h>
@interface PieView:View
{
id myText;
float myFloat;
char *myLabel;
}
+ newFrame:(const NXRect *)tF;
- getSlider:sender;
- getLabel:sender;
@end