src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 31 Jan 2024 09:26:50 +0000 (17:26 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Jan 2024 09:26:50 +0000 (17:26 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 0a2f7b3..09cd602 100644 (file)
             {
              "$ xns" : "Gtk",
              "* prop" : "child",
+             "Gtk.ScrollablePolicy vscroll_policy" : "",
              "bool hexpand" : true,
              "bool vexpand" : true,
              "items" : [
index 5dffffa..923fc16 100644 (file)
@@ -2073,6 +2073,8 @@ public class Xcls_MainWindow : Object
                        // set gobject values
                        var child_1 = new Xcls_ColumnView60( _this );
                        this.el.child = child_1.el;
+                       var child_2 = new Xcls_Adjustment73( _this );
+                       this.el.hadjustment = child_2.el;
                }
 
                // user defined functions
@@ -2098,6 +2100,7 @@ public class Xcls_MainWindow : Object
                        // set gobject values
                        this.el.hexpand = true;
                        this.el.vexpand = true;
+                       this.el.vscroll_policy = ;
                        new Xcls_projcol( _this );
                        this.el.append_column( _this.projcol.el );
                        new Xcls_filecol( _this );
@@ -2444,6 +2447,28 @@ public class Xcls_MainWindow : Object
 
 
 
+       public class Xcls_Adjustment73 : Object
+       {
+               public Gtk.Adjustment el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Adjustment73(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Adjustment( , , , , ,  );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+