ui/cocoa/GridLayout.h

changeset 811
1391ba7e533f
parent 799
f8ff8df41713
--- 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;

mercurial