The Battle for Wesnoth  1.19.25+dev
Namespaces | Typedefs | Functions
windows_tray_notification.hpp File Reference
#include <string>
Include dependency graph for windows_tray_notification.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ MSG

typedef struct tagMSG MSG

Definition at line 1 of file windows_tray_notification.hpp.