home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Programming
/
Documents
/
OOPClass
/
Examples
/
ShiftView
/
Shifter.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
|
1991-04-11
|
305 b
|
23 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface Shifter:Object
{
id outputView;
id ViewArray;
id arrayView;
id squareRoot;
id square;
id countDisplay;
int nextPanel;
}
- appDidInit:sender;
- count:sender;
- square:sender;
- changeView:sender;
@end