ftp.nice.ch/pub/next/tools/dock/Locus.1.0.NI.bs.tar.gz#/Locus/Source/SendAction.h

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

/*
	Copyright 1993  Jeremy Slade.

	You are free to use all or any parts of the Locus project
	however you wish, just give credit where credit is due.
	The author (Jeremy Slade) shall not be held responsible
	for any damages that result out of use or misuse of any
	part of this project.

*/

/*
	Project: Locus

	File: SendAction.h

	Description:
	
	Defines a Category of Control that cause it to send its action to its target.
		
	Original Author: Jeremy Slade

	Revision History:
		Created
			V.101	JGS	Thu Mar  4 19:23:25 GMT-0700 1993

*/

#ifndef SendAction_h
#define SendAction_h

#define SendAction_VERSION		(101)

#import <appkit/Control.h>

@interface Control ( SendAction )

- sendAction;

@end

#endif // SendAction_h

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