maskerPane

inline fun NodeContainer.maskerPane(): MaskerPane

Add a MaskerPane to this container.

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 NodeContainer.maskerPane(configuration: MaskerPane.() -> Unit): MaskerPane

Add a MaskerPane with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.