Property | Type | Description | |
---|---|---|---|
AutoreleasePool | NSAutoreleasePool |
Method | Description | |
---|---|---|
BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo ( |
Starts a document modal session. Original signature is '- (void)beginSheet:(NSWindow *)sheet modalForWindow:(NSWindow *)docWindow modalDelegate:(id)modalDelegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo' Available in Mac OS X v10.0 and later.
|
|
Bootstrap ( ) : void |
Bootstrap the process instance and install the NSAutoreleasePool on the main thread.
|
|
LoadNib ( String filename ) : void |
Loads the nib and assings ownership to the SharedApplication instance.
|
|
RunApplication ( ) : void |
Runs the main event loop.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
public BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo ( |
||
sheet | The window object representing the sheet you want to display. | |
docWindow | The window object to which you want to attach the sheet. | |
modalDelegate | SheetDidEndReturnCodeContextInfoEventHandler |
The delegate object that defines your didEndSelector method. If nil, the method in didEndSelector is not called. |
contextInfo | A pointer to the context info you want passed to the didEndSelector method when the sheet�s modal session ends. | |
return | void |
public static LoadNib ( String filename ) : void | ||
filename | String | The filename. |
return | void |