--- a/ui/cocoa/container.h Sat Oct 04 18:33:58 2025 +0200
+++ b/ui/cocoa/container.h Sun Oct 05 12:34:42 2025 +0200
@@ -71,7 +71,7 @@
@property const char *label;
@property UiBool newline;
-- (void) addView:(NSView*)view;
+- (void) addView:(NSView*)view margin:(NSEdgeInsets)margin;
@end