ui/ui/text.h

changeset 75
73c8a3780c72
parent 60
ee4e4742391e
child 76
641dcc79e0ef
--- a/ui/ui/text.h	Tue Oct 29 20:30:00 2024 +0100
+++ b/ui/ui/text.h	Sun Nov 10 09:12:30 2024 +0100
@@ -39,6 +39,8 @@
     UiTri fill;
     UiBool hexpand;
     UiBool vexpand;
+    UiBool hfill;
+    UiBool vfill;
     int colspan;
     int rowspan;
     int width;
@@ -57,6 +59,8 @@
     UiTri fill;
     UiBool hexpand;
     UiBool vexpand;
+    UiBool hfill;
+    UiBool vfill;
     int colspan;
     int rowspan;
     int width;
@@ -86,6 +90,8 @@
     UiTri fill;
     UiBool hexpand;
     UiBool vexpand;
+    UiBool hfill;
+    UiBool vfill;
     int colspan;
     int rowspan;
     const char *name;

mercurial