statusBar

fun NodeManager.statusBar(): StatusBar

Add a StatusBar to this manager.

Return

the control added.


inline fun statusBar(configuration: StatusBar.() -> Unit): StatusBar

Create a StatusBar with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.statusBar(configuration: StatusBar.() -> Unit): StatusBar

Add a StatusBar with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.