Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSWindowMBS class.

Previous items

NSWindowMBS.NSWindowToolbarStyleAutomatic = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 20.3
One of the constants to specify the appearance of the titlebar area when the window displays a toolbar.
Example
Dim w as NSWindowMBS = window1.NSWindowMBS
w.toolbarStyle = NSWindowMBS.NSWindowToolbarStyleAutomatic

The system displays the toolbar based on the window’s given configuration.

NSWindowMBS.NSWindowToolbarStyleExpanded = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 20.3
One of the constants to specify the appearance of the titlebar area when the window displays a toolbar.
Example
Dim w as NSWindowMBS = window1.NSWindowMBS
w.toolbarStyle = NSWindowMBS.NSWindowToolbarStyleExpanded

The toolbar appears below the window title.

NSWindowMBS.NSWindowToolbarStylePreference = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 20.3
One of the constants to specify the appearance of the titlebar area when the window displays a toolbar.
Example
Dim w as NSWindowMBS = window1.NSWindowMBS
w.toolbarStyle = NSWindowMBS.NSWindowToolbarStylePreference

The toolbar appears below the window title and items in the toolbar are centered and have increased margins.

NSWindowMBS.NSWindowToolbarStyleUnified = 3

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 20.3
One of the constants to specify the appearance of the titlebar area when the window displays a toolbar.
Example
Dim w as NSWindowMBS = window1.NSWindowMBS
w.toolbarStyle = NSWindowMBS.NSWindowToolbarStyleUnified

The toolbar, when visible, appears inline with the window title.

NSWindowMBS.NSWindowToolbarStyleUnifiedCompact = 4

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 20.3
One of the constants to specify the appearance of the titlebar area when the window displays a toolbar.
Example
Dim w as NSWindowMBS = window1.NSWindowMBS
w.toolbarStyle = NSWindowMBS.NSWindowToolbarStyleUnifiedCompact

The toolbar appears inline and with the window title and with smaller margins when visible.

NSWindowMBS.NSWindowUserTabbingPreferenceAlways = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 16.5
One of the tabbing preferences values.

NSWindowMBS.NSWindowUserTabbingPreferenceInFullScreen = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 16.5
One of the tabbing preferences values.

NSWindowMBS.NSWindowUserTabbingPreferenceManual = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 16.5
One of the tabbing preferences values.

NSWindowMBS.NSWindowZoomButton=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One constants providing a way to access standard title bar buttons.

The zoom button.

Previous items

The items on this page are in the following plugins: MBS MacBase Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...