home *** CD-ROM | disk | FTP | other *** search
-
- /*
- 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
-