|
wlmaker
|
#include <menu_item.h>

Public Attributes | |
| wlmtk_style_fill_t | fill |
| wlmtk_style_fill_t | highlighted_fill |
| wlmtk_style_font_t | font |
| uint64_t | height |
| uint64_t | bezel_width |
| uint32_t | enabled_text_color |
| uint32_t | highlighted_text_color |
| uint32_t | disabled_text_color |
| uint64_t | width |
Menu item style.
| uint64_t wlmtk_menu_item_style::bezel_width |
Width of the bezel, in pixels.
| uint32_t wlmtk_menu_item_style::disabled_text_color |
Text color when disabled.
| uint32_t wlmtk_menu_item_style::enabled_text_color |
Text color.
| wlmtk_style_fill_t wlmtk_menu_item_style::fill |
Fill style.
| wlmtk_style_font_t wlmtk_menu_item_style::font |
Style of the font used in the menu item.
| uint64_t wlmtk_menu_item_style::height |
Height of the menu item, in pixels.
| wlmtk_style_fill_t wlmtk_menu_item_style::highlighted_fill |
Fill style when disabled.
| uint32_t wlmtk_menu_item_style::highlighted_text_color |
Text color when highlighted.
| uint64_t wlmtk_menu_item_style::width |
Width of the item.