Information about a menu such as font size and family, background color, and flags. More...
Public Attributes | |
| rgb_color | background_color |
| bool | click_to_open |
| font_family | f_family |
| font_style | f_style |
| float | font_size |
| int32 | separator |
| bool | triggers_always_shown |
Information about a menu such as font size and family, background color, and flags.
| menu_info::background_color |
The menu's background color.
| menu_info::click_to_open |
Whether or not the menu opens on click. The default value is true.
| menu_info::f_family |
The font family used to draw menu items.
| menu_info::f_style |
The font style used to draw menu items.
| menu_info::font_size |
The font size to draw menu items with.
| menu_info::separator |
The style of horizontal line to use to separates groups of items in a menu.
| menu_info::triggers_always_shown |
Whether or not trigger underlines should always be shown. The default value is false.