mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 05:51:49 +00:00
Added new NSResponder method declarations and implemented shouldBeTreatedAsInkEvent:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21238 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fe0e6ce497
commit
29db6affc8
7 changed files with 66 additions and 0 deletions
|
@ -687,6 +687,11 @@ static Class actionCellClass;
|
|||
[self sendAction: [self action] to: [self target]];
|
||||
}
|
||||
|
||||
- (BOOL) shouldBeTreatedAsInkEvent: (NSEvent *)theEvent
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (void) resetCursorRects
|
||||
{
|
||||
[_cell resetCursorRect: _bounds inView: self];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue