20#ifndef __WLMTK_RESIZEBAR_H__
21#define __WLMTK_RESIZEBAR_H__
26#include <libbase/libbase.h>
bool wlmtk_resizebar_set_width(wlmtk_resizebar_t *resizebar_ptr, unsigned width)
Definition resizebar.c:161
void wlmtk_resizebar_destroy(wlmtk_resizebar_t *resizebar_ptr)
Definition resizebar.c:126
wlmtk_resizebar_t * wlmtk_resizebar_create(wlmtk_window_t *window_ptr, const wlmtk_resizebar_style_t *style_ptr)
Definition resizebar.c:72
const bs_test_case_t wlmtk_resizebar_test_cases[]
Definition resizebar.c:262
wlmtk_element_t * wlmtk_resizebar_element(wlmtk_resizebar_t *resizebar_ptr)
Definition resizebar.c:215
Definition resizebar.c:39
unsigned width
Definition resizebar.c:44