X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aa4279a8ef9c25b7d0a512a1def0d823ef8f7..e4dd1e19a281da5d1e23b12fd76c9fc242bcb1d6:/include/wx/cocoa/objc/NSView.h?ds=sidebyside diff --git a/include/wx/cocoa/objc/NSView.h b/include/wx/cocoa/objc/NSView.h index 2f2ab86ff7..885ed39b6c 100644 --- a/include/wx/cocoa/objc/NSView.h +++ b/include/wx/cocoa/objc/NSView.h @@ -37,6 +37,8 @@ - (void)otherMouseDragged:(NSEvent *)theEvent; - (void)otherMouseUp:(NSEvent *)theEvent; - (void)resetCursorRects; +- (void)viewDidMoveToWindow; +- (void)viewWillMoveToWindow:(NSWindow *)newWindow; @end // WXNSView WX_DECLARE_GET_OBJC_CLASS(WXNSView,NSView)