Up
NSWindowRestoration documentation
Authors
Generated by Debian
Date:
Generated at 2024-06-12 08:57:53 +0000
Software documentation for the NSWindowRestoration protocol
NSWindowRestoration
Declared in:
AppKit/NSWindowRestoration.h
Availability:
MacOS-X 10.7.0
Description forthcoming.
Method summary
+restoreWindowWithIdentifier:state:completionHandler:
restoreWindowWithIdentifier: state: completionHandler:
+ (void)
restoreWindowWithIdentifier:
(
NSUserInterfaceItemIdentifier
)identifier
state:
(
NSCoder
*)state
completionHandler:
(GSWindowRestorationHandler)handler;
Availability:
MacOS-X 10.7.0
Description forthcoming.
Up