ui/motif/container.h

changeset 111
40dbf1a7526a
parent 106
a4f4123ca12a
child 113
500c085d2133
equal deleted inserted replaced
110:36f1581b43e2 111:40dbf1a7526a
65 65
66 struct UiLayout { 66 struct UiLayout {
67 UiLayoutBool fill; 67 UiLayoutBool fill;
68 UiBool newline; 68 UiBool newline;
69 char *label; 69 char *label;
70 UiLayoutBool hexpand; 70 UiBool hexpand;
71 UiLayoutBool vexpand; 71 UiBool vexpand;
72 int gridwidth;
72 }; 73 };
73 74
74 struct UiContainer { 75 struct UiContainer {
75 Widget widget; 76 Widget widget;
76 Widget (*prepare)(UiContainer*, Arg *, int*, UiBool); 77 Widget (*prepare)(UiContainer*, Arg *, int*, UiBool);

mercurial