home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / ImageOpr.bproj / SoftFrameCtr.h < prev    next >
Encoding:
Text File  |  1996-09-30  |  174 b   |  16 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface SoftFrameCtr:Object
  4. {
  5.     id    imageOpCtr;
  6.     id    shape;
  7.     id    widthSL;
  8.     id    alphaSW;
  9.     id    colorwell;
  10. }
  11.  
  12. - changeAlpha:sender;
  13. - doit:sender;
  14.  
  15. @end
  16.