Contents

NSMatrixDelegate

The NSMatrixDelegate protocol defines the optional methods implemented by delegates of NSMatrix objects.

Declaration

protocol NSMatrixDelegate : NSControlTextEditingDelegate

Overview

This protocol simply adopts the NSControlTextEditingDelegate protocol, adding no additional methods. See NSControlTextEditingDelegate for more information.

See Also

Related Documentation

  • Matrix Programming Guide

Managing the Delegate