ui/gtk/container.h

changeset 106
a4f4123ca12a
parent 99
ea1a2d5de765
child 107
9aff1dc3990d
equal deleted inserted replaced
105:86d729874ff4 106:a4f4123ca12a
55 55
56 struct UiLayout { 56 struct UiLayout {
57 UiLayoutBool fill; 57 UiLayoutBool fill;
58 UiBool newline; 58 UiBool newline;
59 char *label; 59 char *label;
60 UiLayoutBool hexpand; 60 UiBool hexpand;
61 UiLayoutBool vexpand; 61 UiBool vexpand;
62 }; 62 };
63 63
64 struct UiContainer { 64 struct UiContainer {
65 GtkWidget *widget; 65 GtkWidget *widget;
66 GtkMenu *menu; 66 GtkMenu *menu;

mercurial