DekGenius.com
[ Team LiB ] Previous Section Next Section

NSCloseCommand Mac OS X 10.0

Instances of this class close the specified object, which in Cocoa is generally an instance of NSWindow or NSDocument. This class is used in Cocoa's implementation of built-in AppleScript support, and as such clients should not need to access instances of this class directly.

figs/cocn_1316.gif

@interface NSCloseCommand : NSScriptCommand
 // Instance Methods
   - (NSSaveOptions)saveOptions;

    [ Team LiB ] Previous Section Next Section