21#ifndef __WLMTK_BOX_H__
22#define __WLMTK_BOX_H__
26#include "libbase/libbase.h"
void wlmtk_box_add_element_front(wlmtk_box_t *box_ptr, wlmtk_element_t *element_ptr)
Definition box.c:105
wlmtk_box_orientation_t
Definition box.h:40
@ WLMTK_BOX_VERTICAL
Definition box.h:44
@ WLMTK_BOX_HORIZONTAL
Definition box.h:42
void wlmtk_box_add_element_back(wlmtk_box_t *box_ptr, wlmtk_element_t *element_ptr)
Definition box.c:114
void wlmtk_box_remove_element(wlmtk_box_t *box_ptr, wlmtk_element_t *element_ptr)
Definition box.c:124
const bs_test_set_t wlmtk_box_test_set
Definition box.c:284
void wlmtk_box_fini(wlmtk_box_t *box_ptr)
Definition box.c:85
wlmtk_element_t * wlmtk_box_element(wlmtk_box_t *box_ptr)
Definition box.c:131
void wlmtk_box_set_style(wlmtk_box_t *box_ptr, const struct wlmtk_margin_style *style_ptr)
Definition box.c:137
bool wlmtk_box_init(wlmtk_box_t *box_ptr, wlmtk_box_orientation_t orientation, const struct wlmtk_margin_style *style_ptr)
Definition box.c:49
wlmtk_box_orientation_t orientation
Definition box.h:54
wlmtk_container_t super_container
Definition box.h:50
wlmtk_container_t margin_container
Definition box.h:59
wlmtk_container_t element_container
Definition box.h:57
struct wlmtk_margin_style style
Definition box.h:62
wlmtk_element_vmt_t orig_super_element_vmt
Definition box.h:52
Definition container.h:43