segmentedBar

fun <T : SegmentedBar.Segment> NodeManager.segmentedBar(): SegmentedBar<T>

Add a SegmentedBar to this manager.

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> NodeManager.segmentedBar(configuration: SegmentedBar<T>.() -> Unit): SegmentedBar<T>

Add a SegmentedBar with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.