#ifndef UIC_CONTAINER_H
#define UIC_CONTAINER_H
#include "../ui/container.h"
#ifdef __cplusplus
extern "C" {
#endif
void uic_layout_setup_expand_fill(
UiLayout *layout,
UiBool def_hexpand,
UiBool def_vexpand,
UiBool def_hfill,
UiBool def_vfill);
void uic_layout_setup_margin(UiLayout *layout);
#ifdef __cplusplus
}
#endif
#endif