Expand description
A single choice presented as a strip of adjacent segments.
A segmented control is a radio group that looks like a strip, so that is
what it publishes: a group of Radio nodes, exactly one of which is
checked. The choice is the caller’s; the strip reports which segment was
asked for and draws whichever one the caller says holds.
Structs§
- Segment
- One choice in the strip, identified by business identity.
- Segmented
Control - A strip where exactly one segment holds.