Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSWindowMBS class.

Previous items Next items

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.NSWindowBelow=-1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 11.2
One of the window order constants to specify how a window is ordered relative to another window.

Moves the window below the indicated window.

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.NSWindowOut=0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 11.2
One of the window order constants to specify how a window is ordered relative to another window.

Moves the window off the screen.

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.NSWindowTabbingModeAutomatic = 0

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

The system automatically prefers to tab this window when appropriate.

NSWindowMBS.NSWindowTabbingModeDisallowed = 2

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

The window explicitly should not prefer to tab when shown

NSWindowMBS.NSWindowTabbingModePreferred = 1

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

The window explicitly should prefer to tab when shown.

NSWindowMBS.NSWindowTitleHidden = 1

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 14.3
One of the title visibility constants.

The always hidden mode hides the title and moves the toolbar up into the area previously occupied by the title.

NSWindowMBS.NSWindowTitleHiddenWhenActive = 2

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 14.3
One of the title visibility constants.

This mode hides the title when the window is active, and shows it when inactive. It does not adjust toolbars.

NSWindowMBS.NSWindowTitleVisible = 0

Type Topic Plugin Version
const Cocoa MBS MacBase Plugin 14.3
One of the title visibility constants.

The default mode has a normal window title and titlebar buttons.

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.

Previous items Next 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...