toolBar

fun NodeManager.toolBar(): ToolBar

Add a ToolBar to this manager.

Return

the control added.


inline fun toolBar(configuration: KtfxToolBar.() -> Unit): ToolBar

Create a ToolBar with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.toolBar(configuration: KtfxToolBar.() -> Unit): ToolBar

Add a ToolBar with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.