ui/gtk/container.h

branch
newapi
changeset 378
d41b1ffc5f77
parent 354
baf9bcc98d87
equal deleted inserted replaced
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

mercurial