ui/gtk/container.h

changeset 74
55718d4ed227
parent 66
8d490d97aab8
child 75
efe2f65bea17
equal deleted inserted replaced
73:473acef47ddd 74:55718d4ed227
72 72
73 typedef struct UiGridContainer { 73 typedef struct UiGridContainer {
74 UiContainer container; 74 UiContainer container;
75 int x; 75 int x;
76 int y; 76 int y;
77 #ifdef UI_GTK2
78 int width;
79 int height;
80 #endif
77 } UiGridContainer; 81 } UiGridContainer;
78 82
79 typedef struct UiTabViewContainer { 83 typedef struct UiTabViewContainer {
80 UiContainer container; 84 UiContainer container;
81 } UiTabViewContainer; 85 } UiTabViewContainer;

mercurial