diff options
| author | Arslaan Pathan <[email protected]> | 2026-04-21 18:11:23 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-04-21 18:11:23 +1200 |
| commit | cce512b7252ff7fd3f1329f224407fb772c9b4aa (patch) | |
| tree | cc58f0cd705338c49c7f9829f7eb6c13befa994c /include/saffron_api.h | |
| parent | 12fb8e70c79fb262a06431bfbd0e4ce97380d2a8 (diff) | |
| download | saffron-cce512b7252ff7fd3f1329f224407fb772c9b4aa.tar.xz saffron-cce512b7252ff7fd3f1329f224407fb772c9b4aa.zip | |
A bunch of more layout work
Diffstat (limited to 'include/saffron_api.h')
| -rw-r--r-- | include/saffron_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/saffron_api.h b/include/saffron_api.h index e8fdfb8..7b6fabb 100644 --- a/include/saffron_api.h +++ b/include/saffron_api.h @@ -21,5 +21,6 @@ void saffron_window_main(SaffronWindow* window); SaffronWidget* saffron_widget_hit_test(SaffronWidget* widget, int x, int y); SaffronBox* saffron_box_new(SaffronOrientation orientation, SaffronHorizontalAlignment halign, SaffronVerticalAlignment valign, int spacing, int padding, int margin); +void saffron_box_layout(SaffronBox* box); #endif |
