Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
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 |
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 |
The window displays a close button.
NSWindowMBS.NSDirectSelection=0
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
The window isn't traversing the key view loop.
NSWindowMBS.NSFullScreenWindowMask = 16384
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 15.1 |
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 |
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 |
The window displays a minimize button.
NSWindowMBS.NSResizableWindowMask=8
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
The window displays a resize control.
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
The window is proceeding to the next valid key view.
NSWindowMBS.NSSelectingPrevious=2
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
The window is proceeding to the previous valid key view.
NSWindowMBS.NSTexturedBackgroundWindowMask=256
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
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 |
The window displays a title bar.
NSWindowMBS.NSUnifiedTitleAndToolbarWindowMask=4096
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
NSWindowMBS.NSUnscaledWindowMask=2048
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
NSWindowMBS.NSWindowBackingLocationDefault=0
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 8.4 |
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 |
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 |
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 |
The close button.
NSWindowMBS.NSWindowCollectionBehaviorCanJoinAllSpaces=1
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
The document icon button.
NSWindowMBS.NSWindowDocumentVersionsButton = 6
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 11.2 |
NSWindowMBS.NSWindowFullScreenButton = 7
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 11.2 |
NSWindowMBS.NSWindowMiniaturizeButton=1
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
The minimize button.
NSWindowMBS.NSWindowNumberListAllApplications=1
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
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 |
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 |
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 |
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 |
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 |
The toolbar button.
NSWindowMBS.NSWindowZoomButton=2
Type | Topic | Plugin | Version |
const | Cocoa | MBS MacBase Plugin | 9.6 |
The zoom button.
The items on this page are in the following plugins: MBS MacBase Plugin.