|
| def | Tools.Notifications.AddNotification (screen, *args, **kwargs) |
| |
| def | Tools.Notifications.AddNotificationWithCallback (fnc, screen, *args, **kwargs) |
| |
| def | Tools.Notifications.AddNotificationParentalControl (fnc, screen, *args, **kwargs) |
| |
| def | Tools.Notifications.AddNotificationWithID (id, screen, *args, **kwargs) |
| |
| def | Tools.Notifications.AddNotificationWithIDCallback (fnc, id, screen, *args, **kwargs) |
| |
| def | Tools.Notifications.AddNotificationWithUniqueIDCallback (fnc, id, screen, *args, **kwargs) |
| |
| def | Tools.Notifications.RemovePopup (id) |
| |
| def | Tools.Notifications.AddPopup (text, type, timeout, id=None) |
| |
| def | Tools.Notifications.AddPopupWithCallback (fnc, text, type, timeout, id=None) |
| |