home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Palettes / HotShape / SmallCell.h < prev    next >
Encoding:
Text File  |  1994-06-07  |  536 b   |  17 lines

  1. // SmallCell.h
  2. // By Charles G. Fleming, Educational Computing Services, Allegheny College.
  3. // Copyright 1992 Allegheny College
  4. // You may freely copy, distribute and reuse this code. 
  5. // Allegheny College and the author disclaim any warranty of any kind, 
  6. // expressed or implied, as to its fitness for any particular use.
  7. // This work was partially supported by a grant from the Vira Heinz Endowment.
  8.  
  9. #import <appkit/appkit.h>
  10.  
  11. @interface SmallCell:ActionCell
  12. {
  13. }
  14.  
  15. - calcCellSize:(NXSize *)theSize inRect:(const NXRect *)aRect;
  16. @end
  17.