src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 27 Apr 2015 08:48:05 +0000 (16:48 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 27 Apr 2015 08:48:05 +0000 (16:48 +0800)
src/Builder4/GtkView.vala

src/Builder4/GtkView.bjs
src/Builder4/GtkView.vala

index c0d860c..0efc851 100644 (file)
@@ -17,6 +17,7 @@
    "int width" : 0,
    "xtype" : "VPaned",
    "# JsRender.JsRender file" : "null",
+   "int height" : 0,
    "$ xns" : "Gtk",
    "items" : [
     {
index 9bd94a6..900a671 100644 (file)
@@ -20,6 +20,7 @@ public class Xcls_GtkView : Object
     public Gtk.Widget lastObj;
     public int width;
     public JsRender.JsRender file;
+    public int height;
 
     // ctor 
     public Xcls_GtkView()
@@ -31,6 +32,7 @@ public class Xcls_GtkView : Object
         this.lastObj = null;
         this.width = 0;
         this.file = null;
+        this.height = 0;
 
         // set gobject values
         var child_0 = new Xcls_ScrolledWindow2( _this );