Added performClickWithFrame:inView: to NSCell

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19005 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Quentin Mathe 2004-04-02 21:34:37 +00:00
parent 920a933a52
commit 28db48ddfd
9 changed files with 82 additions and 61 deletions

View file

@ -183,7 +183,6 @@ typedef enum _NSGradientType {
#ifndef STRICT_OPENSTEP
- (void)mouseEntered:(NSEvent *)event;
- (void)mouseExited:(NSEvent *)event;
- (void)performClick:(id)sender;
#endif
@end