stackPane

fun NodeManager.stackPane(): StackPane

Add a StackPane to this manager.

Return

the control added.


inline fun stackPane(configuration: KtfxStackPane.() -> Unit): StackPane

Create a StackPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.stackPane(configuration: KtfxStackPane.() -> Unit): StackPane

Add a StackPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.