Instance Method
beginSheetModal(for:completionHandler:) beginSheetModalForWindow:completionHandler: beginSheetModalForWindow_completionHandler_
Declaration
func beginSheetModal(for window: NSWindow, completionHandler handler: ((NSApplication.ModalResponse) -> Void)? = nil)func beginSheetModal(for window: NSWindow) async -> NSApplication.ModalResponseDeclaration
- (void) beginSheetModalForWindow:(NSWindow *) window completionHandler:(void (^)(NSModalResponse returnCode)) handler;Declaration
beginSheetModalForWindow_completionHandler_(window: NSWindow, returnCode: NSModalResponse, handler)