buttonBar
Add a ButtonBar to this container.
Return
the control added.
inline fun buttonBar(buttonOrder: String? = null, configuration: KtfxButtonBar.() -> Unit): ButtonBar
Create a ButtonBar with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.buttonBar(buttonOrder: String? = null, configuration: KtfxButtonBar.() -> Unit): ButtonBar
Add a ButtonBar with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.