Contents

drawSeparatorItem(withFrame:in:)

Draws a menu item separator.

Declaration

func drawSeparatorItem(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 uses the cellFrame parameter to calculate the rectangle in which to draw the menu item separator. This method uses the controlView to determine whether the separator item should be drawn normally or flipped.

You should not need to invoke this method directly. Subclasses may override this method to control the drawing of the separator.

See Also

Related Documentation

Drawing the Menu Item