X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aa4279a8ef9c25b7d0a512a1def0d823ef8f7..2051c39fae88ff7a1cb964d7204cfa3356d4cbc5:/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)