wlmaker
|
#include <style.h>
Public Attributes | |
wlmtk_style_fill_t | focussed_fill |
wlmtk_style_fill_t | blurred_fill |
uint32_t | focussed_text_color |
uint32_t | blurred_text_color |
uint64_t | height |
uint64_t | bezel_width |
wlmtk_margin_style_t | margin |
wlmtk_style_font_t | font |
Style options for the titlebar.
uint64_t wlmtk_titlebar_style_t::bezel_width |
Width of the bezel.
wlmtk_style_fill_t wlmtk_titlebar_style_t::blurred_fill |
Fill style for when the titlebar is blurred (not activated).
uint32_t wlmtk_titlebar_style_t::blurred_text_color |
Color of the title text when blurred.
wlmtk_style_fill_t wlmtk_titlebar_style_t::focussed_fill |
Fill style for when the titlebar is focussed (activated).
uint32_t wlmtk_titlebar_style_t::focussed_text_color |
Color of the title text when focussed.
wlmtk_style_font_t wlmtk_titlebar_style_t::font |
Font style for the titlebar's title.
uint64_t wlmtk_titlebar_style_t::height |
Height of the title bar, in pixels.
wlmtk_margin_style_t wlmtk_titlebar_style_t::margin |
Style of the margin within the resizebar.