#include <string>Go to the source code of this file.
Namespaces | |
| windows_tray_notification | |
Typedefs | |
| typedef struct tagMSG | MSG |
Functions | |
| bool | windows_tray_notification::show (std::string title, std::string message) |
| Displays a tray notification. More... | |
| bool | windows_tray_notification::message_hook (const MSG &msg) |
| Frees resources when a notification disappears, switches user to the wesnoth window if the notification popup was clicked by user. More... | |
| typedef struct tagMSG MSG |
Definition at line 1 of file windows_tray_notification.hpp.