Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSCellMBS class.

Previous items Next items

NSCellMBS.NSContentsCellMask = 1

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify what happens when a button is pressed or is displaying its alternate state.

The button cell displays its alternate icon and/or title.

NSCellMBS.NSDefaultControlTint = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's tint.

The current default tint setting.
Available in Mac OS X v10.0 and later.

NSCellMBS.NSDoubleType = 6

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a cell formats numeric data.

Must be between –FLT_MAX and FLT_MAX.
Deprecated in Mac OS X v10.4 and later.

NSCellMBS.NSFloatType = 3

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a cell formats numeric data.

Must be between –FLT_MAX and FLT_MAX.
Deprecated in Mac OS X v10.4 and later.

NSCellMBS.NSGraphiteControlTint = 6

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's tint.

Graphite control tint
Available in Mac OS X v10.3 and later.

NSCellMBS.NSImageAbove = 5

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify the position of a button's image relative to its title.

The image is above the title.

NSCellMBS.NSImageBelow = 4

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify the position of a button's image relative to its title.

The image is below the title.

NSCellMBS.NSImageCellType = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a cell represents its data (as text or as an image).

Cell displays images.

NSCellMBS.NSImageLeft = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify the position of a button's image relative to its title.

The image is to the left of the title.

NSCellMBS.NSImageOnly = 1

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify the position of a button's image relative to its title.

The cell displays an image, but not a title.

NSCellMBS.NSImageOverlaps = 6

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify the position of a button's image relative to its title.

The image overlaps the title.

NSCellMBS.NSImageRight = 3

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify the position of a button's image relative to its title.

The image is to the right of the title.

NSCellMBS.NSImageScaleAxesIndependently = 1

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's image scaling behavior.

Scale each dimension to exactly fit destination.
This setting does not preserve the aspect ratio of the image.
Available in Mac OS X v10.5 and later.

NSCellMBS.NSImageScaleNone = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's image scaling behavior.

Do not scale the image.
Available in Mac OS X v10.5 and later.

NSCellMBS.NSImageScaleProportionallyDown = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's image scaling behavior.

If it is too large for the destination, scale the image down while preserving the aspect ratio.
Available in Mac OS X v10.5 and later.

NSCellMBS.NSImageScaleProportionallyUpOrDown = 3

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's image scaling behavior.

Scale the image to its maximum possible dimensions while both staying within the destination area and preserving its aspect ratio.
Available in Mac OS X v10.5 and later.

NSCellMBS.NSIntType = 1

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a cell formats numeric data.

Must be between INT_MIN and INT_MAX.
Deprecated in Mac OS X v10.4 and later.

NSCellMBS.NSMiniControlSize = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
These constants specify a cell's size.

The control has a smaller size than NSSmallControlSize.

NSCellMBS.NSMixedState = -1

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's state and are used mostly for buttons.

The corresponding feature is in effect somewhere.

NSCellMBS.NSNoCellMask = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify what happens when a button is pressed or is displaying its alternate state.

The button cell doesn't change.

NSCellMBS.NSNoImage = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify the position of a button's image relative to its title.

The cell doesn't display an image.

NSCellMBS.NSNullCellType = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a cell represents its data (as text or as an image).

Cell displays nothing.

NSCellMBS.NSOffState = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's state and are used mostly for buttons.

The corresponding feature is in effect nowhere.

NSCellMBS.NSOnState = 1

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify a cell's state and are used mostly for buttons.

The corresponding feature is in effect everywhere.

NSCellMBS.NSPositiveDoubleType = 7

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a cell formats numeric data.

Must be between FLT_MIN and FLT_MAX.
Deprecated in Mac OS X v10.4 and later.

NSCellMBS.NSPositiveFloatType = 4

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a cell formats numeric data.

Must be between FLT_MIN and FLT_MAX.
Deprecated in Mac OS X v10.4 and later.

NSCellMBS.NSPositiveIntType = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a cell formats numeric data.

Must be between 1 and INT_MAX.
Deprecated in Mac OS X v10.4 and later.

NSCellMBS.NSPushInCell = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify how a button behaves when pressed and how it displays its state.

Determines whether the cell's image and text appear to be shifted down and to the right.

NSCellMBS.NSPushInCellMask = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants specify what happens when a button is pressed or is displaying its alternate state.

The button cell "pushes in" if it has a border.

NSCellMBS.NSRegularControlSize = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
These constants specify a cell's size.

The control is sized as regular.

Previous items Next items

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


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