Moves the window to the back of its level in the screen list, without changing either the key window or the main window.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
- (void)orderBack:(id)sender;
Parameters
sender
Message originator.
Moves the window to the back of its level in the screen list, without changing either the key window or the main window.
SDK
Framework
- (void)orderBack:(id)sender;
sender
Message originator.
- order Out:
Removes the window from the screen list, which hides the window.
- order Front:
Moves the window to the front of its level in the screen list, without changing either the key window or the main window.
- order Front Regardless
Moves the window to the front of its level, even if its application isn’t active, without changing either the key window or the main window.
- order Window: relative To:
Repositions the window’s window device in the window server’s screen list.
level
The window level of the window.
NSWindow Level
The standard window levels in macOS.