diff options
Diffstat (limited to 'ui/views/cocoa/views_nswindow_delegate.h')
-rw-r--r-- | ui/views/cocoa/views_nswindow_delegate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/views/cocoa/views_nswindow_delegate.h b/ui/views/cocoa/views_nswindow_delegate.h index d5ef872..ec8e6e1 100644 --- a/ui/views/cocoa/views_nswindow_delegate.h +++ b/ui/views/cocoa/views_nswindow_delegate.h @@ -47,6 +47,11 @@ class BridgedNativeWidget; // Notify when -[NSWindow display] is being called on the window. - (void)onWindowWillDisplay; +// Called on the delegate of a modal sheet when its modal session ends. +- (void)sheetDidEnd:(NSWindow*)sheet + returnCode:(NSInteger)returnCode + contextInfo:(void*)contextInfo; + @end #endif // UI_VIEWS_COCOA_VIEWS_NSWINDOW_DELEGATE_H_ |