Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSWindowMBS class.

NSWindowMBS.NSBorderlessWindowMask=0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants you can use to specify the style when creating a window.

The window displays none of the usual peripheral elements. Useful only for display or caching purposes.

NSWindowMBS.NSClosableWindowMask=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants you can use to specify the style when creating a window.

The window displays a close button.

NSWindowMBS.NSDirectSelection=0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants specify the direction a window is currently using to change the key view using keyViewSelectionDirection.

The window isn't traversing the key view loop.

NSWindowMBS.NSFullScreenWindowMask = 16384

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 15.1
One of the constants you can use to specify the style when creating a window.

When set, the window will appear full screen. This mask is automatically toggled when toggleFullScreen: is called.

NSWindowMBS.NSFullSizeContentViewWindowMask = 32768

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 15.1
One of the constants you can use to specify the style when creating a window.

If set, the contentView will consume the full size of the window; it can be combined with other window style masks, but is only respected for windows with a titlebar.
Utilizing this mask opts-in to layer-backing. Utilize the contentLayoutRect or auto-layout contentLayoutGuide to layout views underneath the titlebar/toolbar area.

NSWindowMBS.NSMiniaturizableWindowMask=4

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants you can use to specify the style when creating a window.

The window displays a minimize button.

NSWindowMBS.NSResizableWindowMask=8

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants you can use to specify the style when creating a window.

The window displays a resize control.

NSWindowMBS.NSSelectingNext=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants specify the direction a window is currently using to change the key view using keyViewSelectionDirection.

The window is proceeding to the next valid key view.

NSWindowMBS.NSSelectingPrevious=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants specify the direction a window is currently using to change the key view using keyViewSelectionDirection.

The window is proceeding to the previous valid key view.

NSWindowMBS.NSTexturedBackgroundWindowMask=256

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants you can use to specify the style when creating a window.

The window displays with a metal-textured background. Additionally, the window may be moved by clicking and dragging anywhere in the window background. A bordered window with this mask gets rounded bottom corners.

NSWindowMBS.NSTitledWindowMask=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants you can use to specify the style when creating a window.

The window displays a title bar.

NSWindowMBS.NSUnifiedTitleAndToolbarWindowMask=4096

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants you can use to specify the style when creating a window.

NSWindowMBS.NSUnscaledWindowMask=2048

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constants you can use to specify the style when creating a window.

NSWindowMBS.NSWindowBackingLocationDefault=0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constant to specify the window backing store location.

Determined by the operating system.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowBackingLocationMainMemory=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constant to specify the window backing store location.

Physical memory.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowBackingLocationVideoMemory=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 8.4
One of the constant to specify the window backing store location.

Video memory.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowCloseButton=0

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

The close button.

NSWindowMBS.NSWindowCollectionBehaviorCanJoinAllSpaces=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for window collection behaviors related to Exposé and Spaces.

The window appears in all spaces. The menu bar behaves this way.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowCollectionBehaviorDefault=0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for window collection behaviors related to Exposé and Spaces.

The window can be associated to one space at a time.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowCollectionBehaviorFullScreenAuxiliary = 256

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 11.2
One of the constants for window collection behaviors.

Windows with this collection behavior can be shown with the fullscreen window.

NSWindowMBS.NSWindowCollectionBehaviorFullScreenPrimary = 128

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 11.2
One of the constants for window collection behaviors.

The frontmost window with this collection behavior will be the fullscreen window.

NSWindowMBS.NSWindowCollectionBehaviorIgnoresCycle=64

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for window collection behaviors related to Exposé and Spaces.

The window is not part of the window cycle for use with the Cycle Through Windows Window menu item.
Available in Mac OS X v10.6 and later.

NSWindowMBS.NSWindowCollectionBehaviorManaged=4

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for window collection behaviors related to Exposé and Spaces.

The window participates in Spaces and Exposé. This is the default behavior if windowLevel is equal to NSNormalWindowLevel.
Available in Mac OS X v10.6 and later.

NSWindowMBS.NSWindowCollectionBehaviorMoveToActiveSpace=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for window collection behaviors related to Exposé and Spaces.

Making the window active does not cause a space switch; the window switches to the active space.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowCollectionBehaviorParticipatesInCycle=32

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for window collection behaviors related to Exposé and Spaces.

The window participates in the window cycle for use with the Cycle Through Windows Window menu item.
Available in Mac OS X v10.6 and later.

NSWindowMBS.NSWindowCollectionBehaviorStationary=16

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for window collection behaviors related to Exposé and Spaces.

The window is unaffected by Exposé; it stays visible and stationary, like the desktop window.
Available in Mac OS X v10.6 and later.

NSWindowMBS.NSWindowCollectionBehaviorTransient=8

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants for window collection behaviors related to Exposé and Spaces.

The window floats in Spaces and is hidden by Exposé. This is the default behavior if windowLevel is not equal to NSNormalWindowLevel.
Available in Mac OS X v10.6 and later.

NSWindowMBS.NSWindowDocumentIconButton=4

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

The document icon button.

NSWindowMBS.NSWindowDocumentVersionsButton = 6

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

NSWindowMBS.NSWindowFullScreenButton = 7

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

NSWindowMBS.NSWindowMiniaturizeButton=1

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

The minimize button.

NSWindowMBS.NSWindowNumberListAllApplications=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants used for options that may be passed to the windowNumbersWithOptions: method.

The window numbers of windows visible on any space and belonging to any application.
Available in Mac OS X v10.6 and later.

If the value 0 is passed instead, then the list returned from the method contains window numbers for visible windows on the active space belonging to the calling application.

NSWindowMBS.NSWindowNumberListAllSpaces=16

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the constants used for options that may be passed to the windowNumbersWithOptions: method.

The window numbers of windows visible on any space and belonging to the calling application.
Available in Mac OS X v10.6 and later.

If the value 0 is passed instead, then the list returned from the method contains window numbers for visible windows on the active space belonging to the calling application.

NSWindowMBS.NSWindowSharingNone=0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the following constants and the related data type represent the access levels other processes can have to a window's content.

The window's contents cannot be read by another process.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowSharingReadOnly=1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the following constants and the related data type represent the access levels other processes can have to a window's content.

The window's contents can be read but not modified by another process.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowSharingReadWrite=2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 9.6
One of the following constants and the related data type represent the access levels other processes can have to a window's content.

The window's contents can be read and modified by another process.
Available in Mac OS X v10.5 and later.

NSWindowMBS.NSWindowToolbarButton=3

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

The toolbar button.

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.

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


The biggest plugin in space...