home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
YellowBox
/
Utilities
/
BMI-5.0-w
/
MetricObject.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
|
1997-01-25
|
252 b
|
15 lines
#import <AppKit/AppKit.h>
@interface MetricObject : NSObject
{
id AgeGroupButton;
id BMIPanel;
id GenderButton;
id HeightTextField;
id IndexTextField;
id StatusTextField;
id WeightTextField;
}
- (void)Calc:(id)sender;
@end