ui/winui/container.h

branch
newapi
changeset 186
5db4979bf482
parent 185
4a8b1a748f09
child 190
70fd1b24e395
--- a/ui/winui/container.h	Sun Sep 24 12:03:57 2023 +0200
+++ b/ui/winui/container.h	Sun Oct 01 09:23:47 2023 +0200
@@ -68,7 +68,9 @@
     UiBool       hexpand;
     UiBool       vexpand;
     int          width;
-    int          gridwidth;
+    int          height;
+    int          colspan;
+    int          rowspan;
 };
 
 struct UiContainer {

mercurial