group

fun NodeManager.group(): Group

Add a Group to this manager.

Return

the control added.


inline fun group(configuration: KtfxGroup.() -> Unit): Group

Create a Group with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.group(configuration: KtfxGroup.() -> Unit): Group

Add a Group with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.