home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Programming
/
Classes
/
UHShapes
/
UHLineShape.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-27
|
286 b
|
22 lines
/* Generated by Interface Builder */
#import "UHShape.h"
@interface UHLineShape:UHShape
#define UH_HORIZONTAL 0
#define UH_VERTICAL 1
#define UH_POSITIVESLOPE 2
#define UH_NEGATIVESLOPE 3
#define UH_VARIABLESLOPE 4
{
float angle;
}
- setAngle:(float)value;
- (float)angle;
@end