separator

fun NodeManager.separator(orientation: Orientation = HORIZONTAL): Separator

Add a Separator to this manager.

Return

the control added.


inline fun separator(orientation: Orientation = HORIZONTAL, configuration: Separator.() -> Unit): Separator

Create a Separator with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.separator(orientation: Orientation = HORIZONTAL, configuration: Separator.() -> Unit): Separator

Add a Separator with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.