libnick 2024.12.0
A cross-platform base for native Nickvision applications.
|
The Nickvision::Notifications::NotifyMenuItem
class provides an easy API for creating context menus for a Nickvision::Notifications::NotifyIcon
to use within your Windows app.
Assume we want to create the following context menu for a NotifyIcon
:
Here is the code we could use to accomplish this: