Einhugur macOS Bridge plugin.

NSSegmentedControl.Constructor Constructor

Constructor that takes String array with captions of the segments and click handler delegate.

Constructor(
   textValues() as String,
   clickHandler as SegmentedControlClickDelegate)

Parameters

textValues()
Array of string for the captions of the segments.
clickHandler
Click handler delegate

Remarks

See Also

NSSegmentedControl Class