ui/gtk/container.h

changeset 166
6e48030cf2db
parent 165
3f32db79a76e
child 253
087cc9216f28
equal deleted inserted replaced
165:3f32db79a76e 166:6e48030cf2db
69 GtkMenu *menu; 69 GtkMenu *menu;
70 GtkWidget *current; 70 GtkWidget *current;
71 71
72 void (*add)(UiContainer*, GtkWidget*, UiBool); 72 void (*add)(UiContainer*, GtkWidget*, UiBool);
73 UiLayout layout; 73 UiLayout layout;
74
75 int close;
74 }; 76 };
75 77
76 typedef struct UiBoxContainer { 78 typedef struct UiBoxContainer {
77 UiContainer container; 79 UiContainer container;
78 UiBool has_fill; 80 UiBool has_fill;

mercurial