src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 13:13:50 +0000 (21:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 13:13:50 +0000 (21:13 +0800)
src/Builder4/GtkView.vala

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

index 1155455..1c84f2e 100644 (file)
@@ -65,9 +65,8 @@
        ]
       },
       {
-       "* pack" : "pack_start,true,true,0",
        "xtype" : "HPaned",
-       "gboolean homogeneous" : true,
+       "* pack" : "pack_start,true,true,0",
        "$ xns" : "Gtk",
        "items" : [
         {
          ]
         },
         {
-         "* pack" : "pack_start,true,true,0",
+         "* pack" : "add",
          "xtype" : "ScrolledWindow",
          "$ xns" : "Gtk",
          "items" : [
index dc0a5df..24bc95e 100644 (file)
@@ -331,7 +331,6 @@ public class Xcls_GtkView : Object
 
 
             // my vars (def)
-        public gboolean homogeneous;
 
         // ctor 
         public Xcls_HPaned8(Xcls_GtkView _owner )
@@ -340,7 +339,6 @@ public class Xcls_GtkView : Object
             this.el = new Gtk.HPaned();
 
             // my vars (dec)
-            this.homogeneous = true;
 
             // set gobject values
             var child_0 = new Xcls_ScrolledWindow9( _this );
@@ -348,7 +346,7 @@ public class Xcls_GtkView : Object
             this.el.add (  child_0.el  );
             var child_1 = new Xcls_ScrolledWindow14( _this );
             child_1.ref();
-            this.el.pack_start (  child_1.el , true,true,0 );
+            this.el.add (  child_1.el  );
         }
 
         // user defined functions