12 #ifndef GOOEY_LAYOUT_H
13 #define GOOEY_LAYOUT_H
15 #include "common/gooey_common.h"
30 int x,
int y,
int width,
int height);
GooeyLayout * GooeyLayout_Create(GooeyLayoutType layout_type, int x, int y, int width, int height)
Creates a layout.
void GooeyLayout_AddChild(GooeyLayout *layout, void *widget)
Adds a child widget to the specified layout.
void GooeyLayout_Build(GooeyLayout *layout)
Arranges all child widgets within the layout.