Mercurial > hg > xemacs-beta
view lisp/oobr/tree-nx/TreeButtonCell.h @ 49:b46643e427ac
Added tag r19-16b90 for changeset 56c54cf7c5b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:06 +0200 |
parents | 376386a54a3c |
children |
line wrap: on
line source
#import <appkit/appkit.h> @interface TreeButtonCell:ButtonCell { id parent; } - parent; - setParent:anObject; - (BOOL)trackMouse:(NXEvent *)theEvent inRect:(const NXRect *)cellFrame ofView:aView; - performClick:sender; @end