pane

fun NodeManager.pane(): Pane

Add a Pane to this manager.

Return

the control added.


inline fun pane(configuration: KtfxPane.() -> Unit): Pane

Create a Pane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.pane(configuration: KtfxPane.() -> Unit): Pane

Add a Pane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.