hiddenSidesPane

inline fun NodeContainer.hiddenSidesPane(): HiddenSidesPane

Add a HiddenSidesPane to this container.

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 NodeContainer.hiddenSidesPane(configuration: KtfxHiddenSidesPane.() -> Unit): HiddenSidesPane

Add a HiddenSidesPane with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.