home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Classes / Rubberview / Rubberview.h < prev    next >
Encoding:
Text File  |  1991-12-20  |  538 b   |  34 lines

  1.  
  2. /* Generated by Interface Builder */
  3. /* 
  4.     Augmented by Slugg Jello, 
  5.     Mouthing Flowers
  6.     152 20th Ave. #1
  7.     Seattle, WA. 98112
  8.     slugg@mouthers.nwnexus.wa.com
  9. */
  10.  
  11.  
  12. #import <appkit/View.h>
  13.  
  14. @interface Rubberview:View
  15. {
  16.     id myRubberband,myCursor,myCursorImage;
  17.     NXRect originalBounds;
  18.     struct
  19.     {
  20.         unsigned char gettingBounds:1;
  21.     } flags;
  22.     unsigned char whichAnchor;
  23. }
  24.  
  25. - free;
  26. - mouseDown:(NXEvent *)theEvent;
  27. - setRubberBounds :sender;
  28. - setRubberAnchor :sender;
  29. - drawSelf:(const NXRect *)rects :(int)rectCount;
  30. - resetCursorRects;
  31.  
  32.  
  33. @end
  34.