lecui 1.0.0-alpha.20
lecui C++ user interface library
|
Menu items. More...
#include <tray_icon.h>
Public Attributes | |
std::string | label |
The label text of the menu item. | |
std::function< void()> | action = nullptr |
The action handler. | |
std::vector< tray_menu_item > | children |
The children of the menu item (used to make a tree). | |
std::string | image_file |
The image to use for the menu item (placed on the right). | |
std::string | font = "Segoe UI" |
The font to use. | |
float | font_size = 9.f |
The font size. | |
Menu items.