notificationPane
Add a NotificationPane to this container.
Return
the control added.
Create a NotificationPane with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.notificationPane(configuration: KtfxNotificationPane.() -> Unit): NotificationPane
Add a NotificationPane with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.