4#include "core/gooey_backend_internal.h"
5#include "gooey_widgets_internal.h"
22 int x,
int y,
int width,
int height);
void GooeyLayout_AddChild(GooeyLayout *layout, void *widget)
Adds a child widget to a layout.
GooeyLayout * GooeyLayout_Create(GooeyWindow *win, GooeyLayoutType layout_type, int x, int y, int width, int height)
Creates a layout for the specified window.
void GooeyLayout_Build(GooeyLayout *layout)
Builds the layout, arranging all child widgets according to the layout type.