home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------------------------------
- //
- // ImageView
- //
- // Inherits From: View
- //
- // Declared In: ImageView.h
- //
- // Class Description
- //
- // A simple view subclass used to composite eps and tiff files.
- //
- // Disclaimer
- //
- // You may freely copy, distribute and reuse this software and its
- // associated documentation. I disclaim any warranty of any kind,
- // expressed or implied, as to its fitness for any particular use.
- //
- //----------------------------------------------------------------------------------------------------
- #import <appkit/appkit.h>
-
- @interface ImageView : View
- {
- id image;
- }
-
- - image;
- - image: anImage;
-
- @end