|
wlmaker
|
#include <titlebar.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 |
| uint32_t | height |
| uint32_t | bezel_width |
| wlmtk_margin_style_t | margin_style |
Style options for the titlebar.
| uint32_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.
| uint32_t wlmtk_titlebar_style_t::height |
Height of the title bar, in pixels.
| wlmtk_margin_style_t wlmtk_titlebar_style_t::margin_style |
Style of the margin within the resizebar.