21#ifndef __WLMTK_RESIZEBAR_H__
22#define __WLMTK_RESIZEBAR_H__
27#include <libbase/libbase.h>
28#include <libbase/plist.h>
bool wlmtk_resizebar_set_width(wlmtk_resizebar_t *resizebar_ptr, unsigned width)
Definition resizebar.c:186
void wlmtk_resizebar_destroy(wlmtk_resizebar_t *resizebar_ptr)
Definition resizebar.c:151
bool wlmtk_resizebar_set_style(wlmtk_resizebar_t *resizebar_ptr, const struct wlmtk_resizebar_style *style_ptr)
Definition resizebar.c:196
const bs_test_set_t wlmtk_resizebar_test_set
Definition resizebar.c:315
const bspl_desc_t wlmtk_resizebar_style_desc[]
Definition resizebar.c:79
wlmtk_resizebar_t * wlmtk_resizebar_create(wlmtk_window_t *window_ptr, const struct wlmtk_resizebar_style *style_ptr)
Definition resizebar.c:97
wlmtk_element_t * wlmtk_resizebar_element(wlmtk_resizebar_t *resizebar_ptr)
Definition resizebar.c:207
Definition resizebar.c:41
Definition resizebar.h:36
uint64_t height
Definition resizebar.h:40
uint64_t corner_width
Definition resizebar.h:42
wlmtk_style_fill_t fill
Definition resizebar.h:38
uint64_t bezel_width
Definition resizebar.h:44