hbox

fun NodeManager.hbox(spacing: Double = 0.0): HBox

Add a HBox to this manager.

Return

the control added.


inline fun hbox(spacing: Double = 0.0, configuration: KtfxHBox.() -> Unit): HBox

Create a HBox with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.hbox(spacing: Double = 0.0, configuration: KtfxHBox.() -> Unit): HBox

Add a HBox with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.