ui/winui/container.h

branch
newapi
changeset 186
5db4979bf482
parent 185
4a8b1a748f09
child 190
70fd1b24e395
equal deleted inserted replaced
185:4a8b1a748f09 186:5db4979bf482
66 UiBool newline; 66 UiBool newline;
67 char* label; 67 char* label;
68 UiBool hexpand; 68 UiBool hexpand;
69 UiBool vexpand; 69 UiBool vexpand;
70 int width; 70 int width;
71 int gridwidth; 71 int height;
72 int colspan;
73 int rowspan;
72 }; 74 };
73 75
74 struct UiContainer { 76 struct UiContainer {
75 UiLayout layout; 77 UiLayout layout;
76 int close = 0; 78 int close = 0;

mercurial