home *** CD-ROM | disk | FTP | other *** search
- /* Grabber.h
- * Purpose: This class grabs the contents of the screen under the grabberWindow and uses
- * it to create a TIFF file.
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to its fitness
- * for any particular use.
- */
-
- #import <appkit/appkit.h>
-
- @interface Grabber:Application
- {
- id grabberWindow;
- }
-
- - grab:sender;
-
- @end
-