ftp.nice.ch/pub/next/science/medicine/BMI.1.2.NIHS.bs.tar.gz#/BMI1.2/Source/BMICalcObject.h

This is BMICalcObject.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface BMICalcObject:Object
{
    id	BMIPanel;
    id	Height;
    id	Index;
    id	Status;
    id	Weight;
    id  GenderButton;
    id  AgeGroupButton;
    id  IndexGauge;
}

- awakeFromNib; // System call

- Calc:sender;



@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.