--- a/ui/cocoa/GridLayout.h Tue Oct 07 14:59:11 2025 +0200
+++ b/ui/cocoa/GridLayout.h Tue Oct 07 15:42:18 2025 +0200
@@ -56,6 +56,8 @@
@interface GridLayout : NSView<Container>
+@property UiContainerX *container;
+
@property int columnspacing;
@property int rowspacing;
@property CxList *children;