segmentedBar
Add a SegmentedBar to this container.
Return
the control added.
inline fun <T : SegmentedBar.Segment> segmentedBar(configuration: SegmentedBar<T>.() -> Unit): SegmentedBar<T>
Create a SegmentedBar with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun <T : SegmentedBar.Segment> NodeContainer.segmentedBar(configuration: SegmentedBar<T>.() -> Unit): SegmentedBar<T>
Add a SegmentedBar with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.