Summary
Manages those annoying notices on the side of your screen. You get them when you're compiling.
This is what's making those errors keep appearing. It's not your bad code, it's this bad class,
blame this class - it's this classes fault you're getting annoyed.
Static Properties
Static Methods
Add |
Add a new widget. Derive your widget from NoticeWidget to win big prizes! |
ClearAll |
Instantly destroy all notifications |
Dismiss |
We're done with this widget, get rid of it straight away, even if we're hovering over it. |
Remove |
Remove this widget in timeDelay seconds. If we're already removing it, this will only have
an effect is timeDelay is lower than the current delay until we're being removed |
Tick |
|