buttonBar

fun NodeManager.buttonBar(buttonOrder: String? = null): ButtonBar

Add a ButtonBar to this manager.

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 NodeManager.buttonBar(buttonOrder: String? = null, configuration: KtfxButtonBar.() -> Unit): ButtonBar

Add a ButtonBar with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.