|
wlmaker
|
#include <config.h>

Public Attributes | |
| uint32_t | background_color |
| struct wlmtk_tile_style | tile |
| struct wlmtk_dock_style | dock |
| struct wlmtk_window_style * | window_style_ptr |
| bool | has_window_style |
| struct wlmtk_menu_style * | menu_style_ptr |
| bool | has_menu_style |
| wlmaker_config_clip_style_t | clip |
| struct wlmaker_task_list_style | task_list |
| struct wlmim_cursor_style | cursor |
Style information.
| uint32_t wlmaker_config_style_t::background_color |
Background color, unless overriden in "Workspace" state.
| wlmaker_config_clip_style_t wlmaker_config_style_t::clip |
Clip style.
| struct wlmim_cursor_style wlmaker_config_style_t::cursor |
Cursor style.
| struct wlmtk_dock_style wlmaker_config_style_t::dock |
Dock optics: Margin.
| bool wlmaker_config_style_t::has_menu_style |
Presence flag for menu style.
| bool wlmaker_config_style_t::has_window_style |
Presence flag for window style.
| struct wlmtk_menu_style* wlmaker_config_style_t::menu_style_ptr |
Menu style.
| struct wlmaker_task_list_style wlmaker_config_style_t::task_list |
Task list style.
| struct wlmtk_tile_style wlmaker_config_style_t::tile |
The tile.
| struct wlmtk_window_style* wlmaker_config_style_t::window_style_ptr |
Window style.