notificationPane

fun NodeManager.notificationPane(): NotificationPane

Add a NotificationPane to this manager.

Return

the control added.


inline fun notificationPane(configuration: KtfxNotificationPane.() -> Unit): NotificationPane

Create a NotificationPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.notificationPane(configuration: KtfxNotificationPane.() -> Unit): NotificationPane

Add a NotificationPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.