ui/gtk/container.h

changeset 74
55718d4ed227
parent 66
8d490d97aab8
child 75
efe2f65bea17
--- a/ui/gtk/container.h	Wed Jan 21 16:02:30 2015 +0100
+++ b/ui/gtk/container.h	Wed Jan 21 11:21:47 2015 +0100
@@ -74,6 +74,10 @@
     UiContainer container;
     int x;
     int y;
+#ifdef UI_GTK2
+    int width;
+    int height;
+#endif
 } UiGridContainer;
 
 typedef struct UiTabViewContainer {

mercurial