22#ifndef __DECORATIONS_H__
23#define __DECORATIONS_H__
28#include <libbase/libbase.h>
64 const char *icon_path_ptr);
78 const char *title_ptr);
const uint32_t wlmaker_decorations_clip_button_size
Definition decorations.c:37
const uint32_t wlmaker_decorations_tile_size
Definition decorations.c:33
bool wlmaker_decorations_draw_clip_button_next(cairo_t *cairo_ptr, const wlmtk_style_fill_t *fill_ptr, bool pressed)
Definition decorations.c:234
bool wlmaker_decorations_draw_clip_button_prev(cairo_t *cairo_ptr, const wlmtk_style_fill_t *fill_ptr, bool pressed)
Definition decorations.c:329
void wlmaker_decorations_draw_tile(cairo_t *cairo_ptr, const wlmtk_style_fill_t *fill_ptr, bool pressed)
Definition decorations.c:60
bool wlmaker_decorations_draw_clip(cairo_t *cairo_ptr, const wlmtk_style_fill_t *fill_ptr, bool pressed)
Definition decorations.c:151
const bs_test_case_t wlmaker_decorations_test_cases[]
Definition decorations.c:468
void wlmaker_decorations_draw_iconified(cairo_t *cairo_ptr, const wlmtk_style_fill_t *fill_ptr, uint32_t font_color, const char *title_ptr)
Definition decorations.c:119
bool wlmaker_decorations_draw_tile_icon(cairo_t *cairo_ptr, const char *icon_path_ptr)
Definition decorations.c:71