ui/gtk/container.h

changeset 109
b9808f916687
parent 107
9aff1dc3990d
child 120
49bc645df8b7
equal deleted inserted replaced
108:fcf6d5fac8f5 109:b9808f916687
57 UiLayoutBool fill; 57 UiLayoutBool fill;
58 UiBool newline; 58 UiBool newline;
59 char *label; 59 char *label;
60 UiBool hexpand; 60 UiBool hexpand;
61 UiBool vexpand; 61 UiBool vexpand;
62 int gridwidth;
62 }; 63 };
63 64
64 struct UiContainer { 65 struct UiContainer {
65 GtkWidget *widget; 66 GtkWidget *widget;
66 GtkMenu *menu; 67 GtkMenu *menu;

mercurial