ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/examples/Form/Controller.h

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

#ifndef _CONTROLLER_H_
#define _CONTROLLER_H_

#include "objc/Object.h"

@interface Controller:Object
{
    id	testForm;
    id	inForm;
}

- formInput:sender;
- testSetDoubleValue:sender;
- testSetFloatValue:sender;
- testSetIntValue:sender;
- testSetStringValue:sender;

@end

#endif /* _CONTROLLER_H_ */

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