Home
last modified time | relevance | path

Searched refs:_lastRightMouseDownView (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSWindow.h246 id _lastRightMouseDownView; variable
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSWindow.m877 DESTROY(_lastRightMouseDownView);
4030 ASSIGN(_lastRightMouseDownView, v);
4036 v = AUTORELEASE(RETAIN(_lastRightMouseDownView));
4037 DESTROY(_lastRightMouseDownView);
4057 [_lastRightMouseDownView rightMouseDragged: theEvent];
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/
H A DChangeLog.58689 I replace the _lastView ivar with _lastLeftMouseDownView, _lastRightMouseDownView,