Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSCellMBS class.

NSCellMBS.NSAnyType = 0

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

Any value is allowed.
Deprecated in Mac OS X v10.4 and later.

NSCellMBS.NSBlueControlTint = 1

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

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

NSCellMBS.NSCellAllowsMixedState = 16

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.

Lets the cell's state be NSMixedState, as well as NSOffState and NSOnState.

NSCellMBS.NSCellChangesContents = 14

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.

If the cell's state is NSMixedState or NSOnState, displays the cell's alternate image.

NSCellMBS.NSCellDisabled = 0

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.

Does not let the user manipulate the cell.

NSCellMBS.NSCellEditable = 3

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.

Lets the user edit the cell's contents.

NSCellMBS.NSCellHasImageHorizontal = 12

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.

Controls the position of the cell's image: places the image on the right of any text in the cell.
Together, NSCellHasImageOnLeftOrBottom, NSCellHasImageHorizontal, and NSCellHasOverlappingImage control the position of the cell's image and text. To place the image above, set none of them. To place the image below, set NSCellHasImageOnLeftOrBottom. To place the image to the right, set NSCellHasImageHorizontal. To place the image to the left, set NSCellHasImageHorizontal and NSCellHasImageOnLeftOrBottom. To place the image directly over, set NSCellHasOverlappingImage.

NSCellMBS.NSCellHasImageOnLeftOrBottom = 13

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.

Controls the position of the cell's image: places the image on the left of or below any text in the cell.
See NSCellHasImageHorizontal for more details.

NSCellMBS.NSCellHasOverlappingImage = 11

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.

Controls the position of the cell's image: places the image over any text in the cell.
See NSCellHasImageHorizontal for more details.

NSCellMBS.NSCellHighlighted = 5

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.

Draws the cell with a highlighted appearance. (Deprecated. Use Highlighted instead.)

NSCellMBS.NSCellHitContentArea = 1

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants are used by hitTestForEvent to determine the effect of an event.

A content area in the cell.
Available in Mac OS X v10.5 and later.

NSCellMBS.NSCellHitEditableTextArea = 2

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants are used by hitTestForEvent to determine the effect of an event.

An editable text area of the cell.
Available in Mac OS X v10.5 and later.

NSCellMBS.NSCellHitNone = 0

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants are used by hitTestForEvent to determine the effect of an event.

An empty area, or did not hit in the cell.
Available in Mac OS X v10.5 and later.

NSCellMBS.NSCellHitTrackableArea = 4

Type Topic Plugin Version
const Cocoa Controls MBS MacCocoa Plugin 9.6
One of the constants are used by hitTestForEvent to determine the effect of an event.

A trackable area in the cell.
Available in Mac OS X v10.5 and later.

NSCellMBS.NSCellIsBordered = 10

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.

Draws a border around the cell.

NSCellMBS.NSCellIsInsetButton = 15

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.

Insets the cell's contents from the border.
By default, the cell's contents are inset by 2 points. This constant is ignored if the cell is unbordered.

NSCellMBS.NSCellLightsByBackground = 9

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.

If the cell is pushed in, changes the cell's background color from gray to white.

NSCellMBS.NSCellLightsByContents = 6

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.

If the cell is pushed in, displays the cell's alternate image.

NSCellMBS.NSCellLightsByGray = 7

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.

If the cell is pushed in, displays the cell's image as darkened.

NSCellMBS.NSCellState = 1

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.

The cell's state can be NSMixedState, NSOffState, or NSOnState.

NSCellMBS.NSChangeBackgroundCell = 8

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.

If the cell's state is NSMixedState or NSOnState, changes the cell's background color from gray to white.

NSCellMBS.NSChangeBackgroundCellMask = 8

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.

Same as NSChangeGrayCellMask, but only background pixels are changed.

NSCellMBS.NSChangeGrayCell = 4

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.

If the cell's state is NSMixedState or NSOnState, displays the cell's image as darkened.

NSCellMBS.NSChangeGrayCellMask = 4

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 swaps the "control color" (the controlColor method of NSColor) and white pixels on its background and icon.

NSCellMBS.NSClearControlTint = 7

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

Clear control tint
Available in Mac OS X v10.0 and later.

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.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.

NSCellMBS.NSSmallControlSize = 1

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.
This constant is for controls that cannot be resized in one direction, such as push buttons, radio buttons, checkboxes, sliders, scroll bars, pop-up buttons, tabs, and progress indicators. You should use a small system font with a small control.

NSCellMBS.NSTextCellType = 1

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 text.

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


The biggest plugin in space...