Contents

drawTitle(withFrame:in:)

Draws the title associated with the menu item.

Declaration

func drawTitle(withFrame cellFrame: NSRect, in controlView: NSView)

Parameters

  • cellFrame:

    A rectangle defining the receiver’s frame area.

  • controlView:

    The view object that contains this cell (usually an Nscontrol object).

Discussion

This method invokes titleRect(forBounds:), passing it cellFrame, to calculate the rectangle in which to draw the title. The controlView parameter specifies the view that contains this cell.This method is invoked by the cell’s drawWithFrame: method. You should not need to invoke it directly. Subclasses may override this method to control the drawing of the title.

See Also

Drawing the Menu Item