ui/win32/container.h

changeset 670
d676b2c5e93b
parent 665
73689d24080c
child 813
6d9066951cdb
equal deleted inserted replaced
669:5b930e8c3a87 670:d676b2c5e93b
43 layout.rowspan = args->rowspan 43 layout.rowspan = args->rowspan
44 44
45 typedef struct UiLayout UiLayout; 45 typedef struct UiLayout UiLayout;
46 46
47 struct UiLayout { 47 struct UiLayout {
48 UiTri fill; 48 UiBool fill;
49 UiBool newline; 49 UiBool newline;
50 char *label; 50 char *label;
51 UiBool hexpand; 51 UiBool hexpand;
52 UiBool vexpand; 52 UiBool vexpand;
53 UiBool hfill; 53 UiBool hfill;

mercurial