mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:00:47 +00:00
fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4442 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e82dfe03c2
commit
d537e4dea2
1 changed files with 4 additions and 1 deletions
|
@ -291,12 +291,15 @@
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
- (NSView*) hitTest: (NSPoint)aPoint
|
- (NSView*) hitTest: (NSPoint)aPoint
|
||||||
{}
|
{
|
||||||
|
}
|
||||||
|
|
||||||
- (BOOL) mouse: (NSPoint)aPoint inRect: (NSRect)aRect
|
- (BOOL) mouse: (NSPoint)aPoint inRect: (NSRect)aRect
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Coding.
|
// Coding.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue