NSWindowToolbarStyle enum

Available toolbar styles.

Inheritance

Constructors

NSWindowToolbarStyle()
const

Values

automatic → const NSWindowToolbarStyle

A style indicating that the system determines the toolbar’s appearance and location.

expanded → const NSWindowToolbarStyle

A style indicating that the toolbar appears below the window title.

preference → const NSWindowToolbarStyle

A style indicating that the toolbar appears below the window title with toolbar items centered in the toolbar.

unified → const NSWindowToolbarStyle

A style indicating that the toolbar appears next to the window title.

unifiedCompact → const NSWindowToolbarStyle

A style indicating that the toolbar appears next to the window title and with reduced margins to allow more focus on the window’s contents.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<NSWindowToolbarStyle>
A constant List of the values in this enum, in order of their declaration.