howl.ui.NotificationWidget

Overview

NotificationWidget is a widget that displays a notification message. A NotificationWidget is primarily used to display a message attached to the command line.

The height of the widget auto adjusts to fit the displayed message.


See also:

Constructor

NotificationWidget ()

Creates a new NotificationWidget.

Methods

caption (text)

Displays an unstyled message.

clear ()

Clears any displayed message.

error (text)

Displays an error message.

hide ()

Hides the widget.

info (text)

Displays an informative message.

show ()

Shows the widget.

warning (text)

Displays a warning message.