jfxTogglePane

fun NodeManager.jfxTogglePane(): JFXTogglePane

Add a JFXTogglePane to this manager.

Return

the control added.


inline fun jfxTogglePane(configuration: KtfxJfxTogglePane.() -> Unit): JFXTogglePane

Create a JFXTogglePane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxTogglePane(configuration: KtfxJfxTogglePane.() -> Unit): JFXTogglePane

Add a JFXTogglePane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.