Mercurial > hg > xemacs-beta
comparison lisp/oobr/tree-nx/TreeButtonCell.h @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
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 |