Contents

init(frame:)

Initializes a newly allocated matrix with the specified frame.

Declaration

convenience init(frame frameRect: NSRect)

Parameters

  • frameRect:

    The frame with which to initialize the matrix.

Return Value

The NSMatrix, initialized with default parameters. The new NSMatrix contains no rows or columns. The default mode is NSRadioModeMatrix. The default cell class is NSActionCell.

Discussion

.

See Also

Related Documentation

  • Matrix Programming Guide

Initializing an NSMatrix Object