home *** CD-ROM | disk | FTP | other *** search
- /***** ButtonCellCover.h -- ButtonCellCover object interface
- NeXTstep Measurement Kit
- by Alex Meyer <ameyer@phoenix.Princeton.EDU>
- for computer science senior thesis
- 23 April 1992 -- created for use with poseAs:
- *****/
-
- #import <appkit/ButtonCell.h>
-
- @interface ButtonCellCover : ButtonCell
- {
- }
-
- @end
-