home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / lisp / oobr / tree-nx / TreeButtonCell.h < prev    next >
Encoding:
Text File  |  1995-03-25  |  231 b   |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface TreeButtonCell:ButtonCell
  5. {
  6.     id parent;
  7. }
  8.  
  9. - parent;
  10. - setParent:anObject;
  11. - (BOOL)trackMouse:(NXEvent *)theEvent
  12.         inRect:(const NXRect *)cellFrame ofView:aView;
  13. - performClick:sender;
  14.  
  15. @end
  16.