mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 14:40:48 +00:00
Fix implementation of tracking rectangles to use the coordinate system
of their views, as they do under Cocoa. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35645 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4bc8763f12
commit
4d7ff1de4a
5 changed files with 24 additions and 55 deletions
|
@ -80,11 +80,6 @@
|
|||
*/
|
||||
- (void) mouseMoved: (NSEvent *)theEvent;
|
||||
|
||||
/** Rebuild rectangles. Called by NSView whenever it has to rebuild its
|
||||
* coordinate system because it has been resized, moved, or reparented.
|
||||
*/
|
||||
- (void) rebuild;
|
||||
|
||||
/** Support [NSView-removeAllToolTips]
|
||||
*/
|
||||
- (void) removeAllToolTips;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue