You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They allow configuring the object to select multiple values. This functionality is necessary, for example, in the selection of text styles (bold, italic, underline, ...) which are multiple On/Off values in the same NSSegment.
The text was updated successfully, but these errors were encountered:
In Cocoa, NSSegmentedControl elements by default only allow one item to be selected, but with 'setTrackingMode':
[bSegmentedAny setTrackingMode:NSSegmentSwitchTrackingSelectAny];
They allow configuring the object to select multiple values. This functionality is necessary, for example, in the selection of text styles (bold, italic, underline, ...) which are multiple On/Off values in the same NSSegment.
The text was updated successfully, but these errors were encountered: