This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /////////////////////////// | |
| // original credit to: the OakJS team and contributors | |
| // their license is as follows: | |
| /* | |
| MIT License | |
| Copyright (c) 2018-2025 the oak authors | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef BALLOONTIP_HPP | |
| #define BALLOONTIP_HPP | |
| #include <windows.h> | |
| #include <time> | |
| class WindowsBalloonTip { | |
| WindowsBalloonType::WindowsBalloonTip(title, msg, notifid){ | |
| auto message_map = { | |
| onDestroy(WM_DESTROY); |