NSVisualEffectViewMaterial enum
Available materials for NSVisualEffectViews.
Values
- titlebar → const NSVisualEffectViewMaterial
-
The material for a window’s titlebar.
- selection → const NSVisualEffectViewMaterial
-
The material used to indicate a selection.
-
The material for menus.
- popover → const NSVisualEffectViewMaterial
-
The material for the background of popover windows.
-
The material for the background of window sidebars.
- headerView → const NSVisualEffectViewMaterial
-
The material for in-line header or footer views.
- sheet → const NSVisualEffectViewMaterial
-
The material for the background of sheet windows.
- windowBackground → const NSVisualEffectViewMaterial
-
The material for the background of opaque windows.
- hudWindow → const NSVisualEffectViewMaterial
-
The material for the background of heads-up display (HUD) windows.
- fullScreenUI → const NSVisualEffectViewMaterial
-
The material for the background of a full-screen modal interface.
- toolTip → const NSVisualEffectViewMaterial
-
The material for the background of a tool tip.
- contentBackground → const NSVisualEffectViewMaterial
-
The material for the background of opaque content.
- underWindowBackground → const NSVisualEffectViewMaterial
-
The material to show under a window's background.
- underPageBackground → const NSVisualEffectViewMaterial
-
The material for the area behind the pages of a document.
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<
NSVisualEffectViewMaterial> - A constant List of the values in this enum, in order of their declaration.