377:3a60db9ebb5d | 378:d41b1ffc5f77 |
---|---|
60 UiLayoutBool fill; | 60 UiLayoutBool fill; |
61 UiBool newline; | 61 UiBool newline; |
62 char *label; | 62 char *label; |
63 UiBool hexpand; | 63 UiBool hexpand; |
64 UiBool vexpand; | 64 UiBool vexpand; |
65 UiBool hfill; | |
66 UiBool vfill; | |
65 int width; | 67 int width; |
66 int colspan; | 68 int colspan; |
67 int rowspan; | 69 int rowspan; |
68 }; | 70 }; |
69 | 71 |