wlmaker
|
#include <style.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_t::bezel_width |
Width of the bezel, in pixels.
uint32_t wlmtk_menu_item_style_t::disabled_text_color |
Text color when disabled.
uint32_t wlmtk_menu_item_style_t::enabled_text_color |
Text color.
wlmtk_style_fill_t wlmtk_menu_item_style_t::fill |
Fill style.
wlmtk_style_font_t wlmtk_menu_item_style_t::font |
Style of the font used in the menu item.
uint64_t wlmtk_menu_item_style_t::height |
Height of the menu item, in pixels.
wlmtk_style_fill_t wlmtk_menu_item_style_t::highlighted_fill |
Fill style when disabled.
uint32_t wlmtk_menu_item_style_t::highlighted_text_color |
Text color when highlighted.
uint64_t wlmtk_menu_item_style_t::width |
Width of the item.