Contents

highlightSelection(inClipRect:)

Highlights the region of the table view in the specified rectangle.

Declaration

func highlightSelection(inClipRect clipRect: NSRect)

Parameters

  • clipRect:

    The rectangle, in the table view view’s coordinate system.

Discussion

This method is invoked before drawRow(_:clipRect:).

NSCell-based table views can override this method to change the manner in which they highlight selections.

See Also

Drawing