A method identified as deprecated has been superseded and may become unsupported in the future.
Indicates whether the window can be visible on all spaces or on only one space at a time. (Deprecated in Mac OS X v10.5.)
- (BOOL)canBeVisibleOnAllSpaces
YES
when the window can be visible on all spaces; NO
when it can be visible on only one space at a time.
The default is NO
.
NSWindow.h
Specifies whether the window can be visible on all spaces or on only one space at a time. (Deprecated in Mac OS X v10.5.)
- (void)setCanBeVisibleOnAllSpaces:(BOOL)flag
YES
specifies that the window can be visible on all spaces; NO
specifies that the window can be visible on only one space at a time.
NSWindow.h
© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-03-04)