Marks the inside of the specified cell as in need of redrawing.
SDK
- macOS 10.0–10.10Deprecated
Framework
- App
Kit
Declaration
func updateCellInside(_ cell: NSCell)
Parameters
aCell
The cell to redraw.
Marks the inside of the specified cell as in need of redrawing.
SDK
Framework
func updateCellInside(_ cell: NSCell)
aCell
The cell to redraw.
func set Needs Display()
Marks the receiver as needing redisplay (assuming automatic display is enabled).
func calc Size()
Recomputes any internal sizing information for the receiver, if necessary.
func draw Cell Inside(NSCell)
Draws the inside of the receiver’s cell (the area within the bezel or border)