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

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

index 004cf7c..1155455 100644 (file)
@@ -66,7 +66,7 @@
       },
       {
        "* pack" : "pack_start,true,true,0",
-       "xtype" : "HBox",
+       "xtype" : "HPaned",
        "gboolean homogeneous" : true,
        "$ xns" : "Gtk",
        "items" : [
index 460012c..dc0a5df 100644 (file)
@@ -271,7 +271,7 @@ public class Xcls_GtkView : Object
             var child_0 = new Xcls_HBox6( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
-            var child_1 = new Xcls_HBox8( _this );
+            var child_1 = new Xcls_HPaned8( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , true,true,0 );
         }
@@ -324,21 +324,23 @@ public class Xcls_GtkView : Object
 
         // user defined functions 
     }
-    public class Xcls_HBox8 : Object 
+    public class Xcls_HPaned8 : Object 
     {
-        public Gtk.HBox el;
+        public Gtk.HPaned el;
         private Xcls_GtkView  _this;
 
 
             // my vars (def)
+        public gboolean homogeneous;
 
         // ctor 
-        public Xcls_HBox8(Xcls_GtkView _owner )
+        public Xcls_HPaned8(Xcls_GtkView _owner )
         {
             _this = _owner;
-            this.el = new Gtk.HBox( true, 0 );
+            this.el = new Gtk.HPaned();
 
             // my vars (dec)
+            this.homogeneous = true;
 
             // set gobject values
             var child_0 = new Xcls_ScrolledWindow9( _this );