NSAppPresentationOption enum
Constants that control the presentation of the app, typically for fullscreen apps such as games or kiosks.
Values
- autoHideDock → const NSAppPresentationOption
-
The dock is normally hidden, but automatically appears when moused near.
- hideDock → const NSAppPresentationOption
-
The dock is entirely hidden and disabled.
- autoHideMenuBar → const NSAppPresentationOption
-
The menu bar is normally hidden, but automatically appears when moused near.
- hideMenuBar → const NSAppPresentationOption
-
The menu bar is entirely hidden and disabled.
- disableAppleMenu → const NSAppPresentationOption
-
All Apple Menu items are disabled.
- disableProcessSwitching → const NSAppPresentationOption
-
The process switching user interface (Command + Tab to cycle through apps) is disabled.
- disableForceQuit → const NSAppPresentationOption
-
The force quit panel (displayed by pressing Command + Option + Esc) is disabled
- disableSessionTermination → const NSAppPresentationOption
-
The panel that shows the Restart, Shut Down, and Log Out options that are displayed as a result of pushing the power key is disabled.
- disableHideApplication → const NSAppPresentationOption
-
The app’s “Hide” menu item is disabled.
- disableMenuBarTransparency → const NSAppPresentationOption
-
The menu bar transparency appearance is disabled.
- fullScreen → const NSAppPresentationOption
-
The app is in fullscreen mode.
- autoHideToolbar → const NSAppPresentationOption
-
When in fullscreen mode the window toolbar is detached from window and hides and shows with autoHidden menuBar.
- disableCursorLocationAssistance → const NSAppPresentationOption
-
The behavior that allows the user to shake the mouse to locate the cursor is disabled.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NSAppPresentationOption> - A constant List of the values in this enum, in order of their declaration.