maskerPane

fun NodeManager.maskerPane(): MaskerPane

Add a MaskerPane to this manager.

Return

the control added.


inline fun maskerPane(configuration: MaskerPane.() -> Unit): MaskerPane

Create a MaskerPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.maskerPane(configuration: MaskerPane.() -> Unit): MaskerPane

Add a MaskerPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.