hiddenSidesPane

fun NodeManager.hiddenSidesPane(): HiddenSidesPane

Add a HiddenSidesPane to this manager.

Return

the control added.


inline fun hiddenSidesPane(configuration: KtfxHiddenSidesPane.() -> Unit): HiddenSidesPane

Create a HiddenSidesPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.hiddenSidesPane(configuration: KtfxHiddenSidesPane.() -> Unit): HiddenSidesPane

Add a HiddenSidesPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.