Mercurial > hg > xemacs-beta
comparison pkg-src/tree-nx/TreeButtonCell.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
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 |