lecui 1.0.0-alpha.20
lecui C++ user interface library
Public Attributes | List of all members
liblec::lecui::tray_menu_item Struct Reference

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_itemchildren
 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.
 

Detailed Description

Menu items.


The documentation for this struct was generated from the following file: