segmentedButton
Add a SegmentedButton to this container.
Return
the control added.
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.