segmentedButton

fun NodeManager.segmentedButton(): SegmentedButton

Add a SegmentedButton to this manager.

Return

the control added.


inline fun segmentedButton(configuration: KtfxSegmentedButton.() -> Unit): SegmentedButton

Create a SegmentedButton with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.segmentedButton(configuration: KtfxSegmentedButton.() -> Unit): SegmentedButton

Add a SegmentedButton with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.