ui/ui/button.h

changeset 102
64ded9f6a6c6
parent 75
73c8a3780c72
--- a/ui/ui/button.h	Mon Jan 06 22:22:55 2025 +0100
+++ b/ui/ui/button.h	Tue Feb 25 21:11:00 2025 +0100
@@ -41,6 +41,7 @@
     UiBool vexpand;
     UiBool hfill;
     UiBool vfill;
+    UiBool override_defaults;
     int colspan;
     int rowspan;
     const char *name;
@@ -62,6 +63,7 @@
     UiBool vexpand;
     UiBool hfill;
     UiBool vfill;
+    UiBool override_defaults;
     int colspan;
     int rowspan;
     const char *name;
@@ -94,6 +96,7 @@
 
 
 
+
 #ifdef	__cplusplus
 }
 #endif

mercurial