Method | Description | |
---|---|---|
BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo ( |
Runs the receiver modally as an alert sheet attached to a specified window. Original signature is '- (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(id)modalDelegate didEndSelector:(SEL)alertDidEndSelector contextInfo:(void *)contextInfo' Available in Mac OS X v10.3 and later.
|
public BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo ( |
||
window | The parent window for the sheet. | |
modalDelegate | SheetDidEndReturnCodeContextInfoEventHandler |
The delegate for the modal-dialog session. |
contextInfo | Contextual data passed to modalDelegate in didEndSelector message. | |
return | void |