segmentedButton

inline fun NodeContainer.segmentedButton(): SegmentedButton

Add a SegmentedButton to this container.

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 NodeContainer.segmentedButton(configuration: KtfxSegmentedButton.() -> Unit): SegmentedButton

Add a SegmentedButton with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.