ui/qt/container.h

changeset 670
d676b2c5e93b
parent 597
fc85ca42a7ce
child 672
1b08ba076b65
equal deleted inserted replaced
669:5b930e8c3a87 670:d676b2c5e93b
62 UI_LAYOUT_FALSE, 62 UI_LAYOUT_FALSE,
63 } UiLayoutBool; 63 } UiLayoutBool;
64 64
65 typedef struct UiLayout UiLayout; 65 typedef struct UiLayout UiLayout;
66 struct UiLayout { 66 struct UiLayout {
67 UiTri fill; 67 UiBool fill;
68 UiBool newline; 68 UiBool newline;
69 char *label; 69 char *label;
70 UiBool hexpand; 70 UiBool hexpand;
71 UiBool vexpand; 71 UiBool vexpand;
72 UiBool hfill; 72 UiBool hfill;

mercurial