ui/motif/container.h

changeset 111
40dbf1a7526a
parent 106
a4f4123ca12a
child 113
500c085d2133
--- a/ui/motif/container.h	Sun Jan 24 12:39:05 2016 +0100
+++ b/ui/motif/container.h	Sun Jan 24 18:47:39 2016 +0100
@@ -67,8 +67,9 @@
     UiLayoutBool fill;
     UiBool       newline;
     char         *label;
-    UiLayoutBool hexpand;
-    UiLayoutBool vexpand;
+    UiBool       hexpand;
+    UiBool       vexpand;
+    int          gridwidth;
 };
 
 struct UiContainer {

mercurial