src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 2 Feb 2024 08:31:39 +0000 (16:31 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Feb 2024 08:31:39 +0000 (16:31 +0800)
src/Builder4/MainWindow.vala

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

index 2fe7194..c5d3916 100644 (file)
@@ -92,6 +92,7 @@
         },
         {
          "$ xns" : "Gtk",
+         "bool has_frame" : false,
          "listeners" : {
           "clicked" : [
            "( ) => {",
index a923cb3..fce2b1f 100644 (file)
@@ -212,14 +212,14 @@ public class Xcls_MainWindow : Object
                        this.show_close_button = true;
 
                        // set gobject values
-                       var child_1 = new Xcls_Box3( _this );
+                       var child_1 = new Xcls_Box2( _this );
                        child_1.ref();
                        this.el.pack_start ( child_1.el  );
                }
 
                // user defined functions
        }
-       public class Xcls_Box3 : Object
+       public class Xcls_Box2 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -228,7 +228,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box3(Xcls_MainWindow _owner )
+               public Xcls_Box2(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -236,20 +236,20 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       var child_1 = new Xcls_Button4( _this );
+                       var child_1 = new Xcls_Button3( _this );
                        child_1.ref();
                        this.el.append ( child_1.el  );
-                       var child_2 = new Xcls_Button6( _this );
+                       var child_2 = new Xcls_Button5( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
-                       var child_3 = new Xcls_Button7( _this );
+                       var child_3 = new Xcls_Button6( _this );
                        child_3.ref();
                        this.el.append( child_3.el );
                }
 
                // user defined functions
        }
-       public class Xcls_Button4 : Object
+       public class Xcls_Button3 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -258,7 +258,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button4(Xcls_MainWindow _owner )
+               public Xcls_Button3(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -269,7 +269,7 @@ public class Xcls_MainWindow : Object
                        this.el.has_frame = false;
                        this.el.tooltip_text = "Manage Windows (Ctrl-O)";
                        this.el.has_tooltip = true;
-                       var child_1 = new Xcls_ButtonContent5( _this );
+                       var child_1 = new Xcls_ButtonContent4( _this );
                        this.el.child = child_1.el;
 
                        //listeners
@@ -283,7 +283,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_ButtonContent5 : Object
+       public class Xcls_ButtonContent4 : Object
        {
                public Adw.ButtonContent el;
                private Xcls_MainWindow  _this;
@@ -292,7 +292,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_ButtonContent5(Xcls_MainWindow _owner )
+               public Xcls_ButtonContent4(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Adw.ButtonContent();
@@ -308,7 +308,7 @@ public class Xcls_MainWindow : Object
        }
 
 
-       public class Xcls_Button6 : Object
+       public class Xcls_Button5 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -317,7 +317,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button6(Xcls_MainWindow _owner )
+               public Xcls_Button5(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -356,7 +356,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Button7 : Object
+       public class Xcls_Button6 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -365,7 +365,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button7(Xcls_MainWindow _owner )
+               public Xcls_Button6(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -374,6 +374,7 @@ public class Xcls_MainWindow : Object
 
                        // set gobject values
                        this.el.icon_name = "edit-redo";
+                       this.el.has_frame = false;
 
                        //listeners
                        this.el.clicked.connect( ( ) => {
@@ -459,7 +460,7 @@ public class Xcls_MainWindow : Object
                        this.el.vexpand = false;
                        new Xcls_mainpane( _this );
                        this.el.append( _this.mainpane.el );
-                       var child_2 = new Xcls_Box18( _this );
+                       var child_2 = new Xcls_Box17( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
                }
@@ -491,7 +492,7 @@ public class Xcls_MainWindow : Object
                        this.el.position = 400;
                        new Xcls_leftpane( _this );
                        this.el.start_child = _this.leftpane.el;
-                       var child_2 = new Xcls_Box15( _this );
+                       var child_2 = new Xcls_Box14( _this );
                        this.el.end_child = child_2.el;
 
                        //listeners
@@ -617,7 +618,7 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_Box15 : Object
+       public class Xcls_Box14 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -626,7 +627,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box15(Xcls_MainWindow _owner )
+               public Xcls_Box14(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
@@ -696,7 +697,7 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_Box18 : Object
+       public class Xcls_Box17 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -705,7 +706,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box18(Xcls_MainWindow _owner )
+               public Xcls_Box17(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -715,21 +716,21 @@ public class Xcls_MainWindow : Object
                        // set gobject values
                        this.el.homogeneous = false;
                        this.el.vexpand = false;
-                       var child_1 = new Xcls_Button19( _this );
+                       var child_1 = new Xcls_Button18( _this );
                        child_1.ref();
                        this.el.append( child_1.el );
-                       var child_2 = new Xcls_Button20( _this );
+                       var child_2 = new Xcls_Button19( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
-                       var child_3 = new Xcls_MenuButton21( _this );
+                       var child_3 = new Xcls_MenuButton20( _this );
                        child_3.ref();
                        this.el.append( child_3.el );
-                       var child_4 = new Xcls_Label26( _this );
+                       var child_4 = new Xcls_Label25( _this );
                        child_4.ref();
                        this.el.append( child_4.el );
                        new Xcls_statusbar( _this );
                        this.el.append( _this.statusbar.el );
-                       var child_6 = new Xcls_Box28( _this );
+                       var child_6 = new Xcls_Box27( _this );
                        child_6.ref();
                        this.el.append( child_6.el );
                        new Xcls_statusbar_compile_spinner( _this );
@@ -740,7 +741,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_Button19 : Object
+       public class Xcls_Button18 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -750,7 +751,7 @@ public class Xcls_MainWindow : Object
                public bool always_show_image;
 
                // ctor
-               public Xcls_Button19(Xcls_MainWindow _owner )
+               public Xcls_Button18(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -775,7 +776,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Button20 : Object
+       public class Xcls_Button19 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -785,7 +786,7 @@ public class Xcls_MainWindow : Object
                public bool always_show_image;
 
                // ctor
-               public Xcls_Button20(Xcls_MainWindow _owner )
+               public Xcls_Button19(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -818,7 +819,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_MenuButton21 : Object
+       public class Xcls_MenuButton20 : Object
        {
                public Gtk.MenuButton el;
                private Xcls_MainWindow  _this;
@@ -828,7 +829,7 @@ public class Xcls_MainWindow : Object
                public bool always_show_image;
 
                // ctor
-               public Xcls_MenuButton21(Xcls_MainWindow _owner )
+               public Xcls_MenuButton20(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.MenuButton();
@@ -863,7 +864,7 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       var child_1 = new Xcls_Box23( _this );
+                       var child_1 = new Xcls_Box22( _this );
                        child_1.ref();
                        this.el.set_child ( child_1.el  );
 
@@ -876,7 +877,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_Box23 : Object
+       public class Xcls_Box22 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -885,7 +886,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box23(Xcls_MainWindow _owner )
+               public Xcls_Box22(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
@@ -893,17 +894,17 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       var child_1 = new Xcls_Button24( _this );
+                       var child_1 = new Xcls_Button23( _this );
                        child_1.ref();
                        this.el.append( child_1.el );
-                       var child_2 = new Xcls_Button25( _this );
+                       var child_2 = new Xcls_Button24( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
                }
 
                // user defined functions
        }
-       public class Xcls_Button24 : Object
+       public class Xcls_Button23 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -912,7 +913,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button24(Xcls_MainWindow _owner )
+               public Xcls_Button23(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -931,7 +932,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Button25 : Object
+       public class Xcls_Button24 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -940,7 +941,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button25(Xcls_MainWindow _owner )
+               public Xcls_Button24(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -962,7 +963,7 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_Label26 : Object
+       public class Xcls_Label25 : Object
        {
                public Gtk.Label el;
                private Xcls_MainWindow  _this;
@@ -971,7 +972,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Label26(Xcls_MainWindow _owner )
+               public Xcls_Label25(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Label( "   " );
@@ -1029,7 +1030,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Box28 : Object
+       public class Xcls_Box27 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -1038,7 +1039,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box28(Xcls_MainWindow _owner )
+               public Xcls_Box27(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -1438,10 +1439,10 @@ public class Xcls_MainWindow : Object
                        // set gobject values
                        new Xcls_filesearch( _this );
                        this.el.append( _this.filesearch.el );
-                       var child_2 = new Xcls_Box39( _this );
+                       var child_2 = new Xcls_Box38( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
-                       var child_3 = new Xcls_Paned48( _this );
+                       var child_3 = new Xcls_Paned47( _this );
                        child_3.ref();
                        this.el.append( child_3.el );
                }
@@ -1493,7 +1494,7 @@ public class Xcls_MainWindow : Object
                        this.el.tooltip_text = "up/down arrow to select file from lower file list\nenter opens selected in new window\nshift+enter opens it in this window ";
                        this.el.has_tooltip = true;
                        this.el.placeholder_text = "Search for file";
-                       var child_1 = new Xcls_EventControllerKey38( _this );
+                       var child_1 = new Xcls_EventControllerKey37( _this );
                        child_1.ref();
                        this.el.add_controller(  child_1.el );
 
@@ -1512,7 +1513,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_EventControllerKey38 : Object
+       public class Xcls_EventControllerKey37 : Object
        {
                public Gtk.EventControllerKey el;
                private Xcls_MainWindow  _this;
@@ -1521,7 +1522,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_EventControllerKey38(Xcls_MainWindow _owner )
+               public Xcls_EventControllerKey37(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.EventControllerKey();
@@ -1589,7 +1590,7 @@ public class Xcls_MainWindow : Object
        }
 
 
-       public class Xcls_Box39 : Object
+       public class Xcls_Box38 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -1598,7 +1599,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box39(Xcls_MainWindow _owner )
+               public Xcls_Box38(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -1609,7 +1610,7 @@ public class Xcls_MainWindow : Object
                        this.el.hexpand = true;
                        new Xcls_open_projects_btn( _this );
                        this.el.append( _this.open_projects_btn.el );
-                       var child_2 = new Xcls_Button44( _this );
+                       var child_2 = new Xcls_Button43( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
                }
@@ -1635,7 +1636,7 @@ public class Xcls_MainWindow : Object
 
                        // set gobject values
                        this.el.hexpand = true;
-                       var child_1 = new Xcls_Box41( _this );
+                       var child_1 = new Xcls_Box40( _this );
                        this.el.child = child_1.el;
 
                        //listeners
@@ -1647,7 +1648,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_Box41 : Object
+       public class Xcls_Box40 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -1656,7 +1657,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box41(Xcls_MainWindow _owner )
+               public Xcls_Box40(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -1664,17 +1665,17 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       var child_1 = new Xcls_Image42( _this );
+                       var child_1 = new Xcls_Image41( _this );
                        child_1.ref();
                        this.el.append( child_1.el );
-                       var child_2 = new Xcls_Label43( _this );
+                       var child_2 = new Xcls_Label42( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
                }
 
                // user defined functions
        }
-       public class Xcls_Image42 : Object
+       public class Xcls_Image41 : Object
        {
                public Gtk.Image el;
                private Xcls_MainWindow  _this;
@@ -1683,7 +1684,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Image42(Xcls_MainWindow _owner )
+               public Xcls_Image41(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Image();
@@ -1698,7 +1699,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Label43 : Object
+       public class Xcls_Label42 : Object
        {
                public Gtk.Label el;
                private Xcls_MainWindow  _this;
@@ -1707,7 +1708,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Label43(Xcls_MainWindow _owner )
+               public Xcls_Label42(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Label( "Open File" );
@@ -1722,7 +1723,7 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_Button44 : Object
+       public class Xcls_Button43 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -1731,7 +1732,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button44(Xcls_MainWindow _owner )
+               public Xcls_Button43(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -1740,7 +1741,7 @@ public class Xcls_MainWindow : Object
 
                        // set gobject values
                        this.el.hexpand = true;
-                       var child_1 = new Xcls_Box45( _this );
+                       var child_1 = new Xcls_Box44( _this );
                        this.el.child = child_1.el;
 
                        //listeners
@@ -1752,7 +1753,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_Box45 : Object
+       public class Xcls_Box44 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -1761,7 +1762,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box45(Xcls_MainWindow _owner )
+               public Xcls_Box44(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -1769,17 +1770,17 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       var child_1 = new Xcls_Image46( _this );
+                       var child_1 = new Xcls_Image45( _this );
                        child_1.ref();
                        this.el.append( child_1.el );
-                       var child_2 = new Xcls_Label47( _this );
+                       var child_2 = new Xcls_Label46( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
                }
 
                // user defined functions
        }
-       public class Xcls_Image46 : Object
+       public class Xcls_Image45 : Object
        {
                public Gtk.Image el;
                private Xcls_MainWindow  _this;
@@ -1788,7 +1789,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Image46(Xcls_MainWindow _owner )
+               public Xcls_Image45(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Image();
@@ -1803,7 +1804,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Label47 : Object
+       public class Xcls_Label46 : Object
        {
                public Gtk.Label el;
                private Xcls_MainWindow  _this;
@@ -1812,7 +1813,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Label47(Xcls_MainWindow _owner )
+               public Xcls_Label46(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Label( "New Window" );
@@ -1828,7 +1829,7 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_Paned48 : Object
+       public class Xcls_Paned47 : Object
        {
                public Gtk.Paned el;
                private Xcls_MainWindow  _this;
@@ -1837,7 +1838,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Paned48(Xcls_MainWindow _owner )
+               public Xcls_Paned47(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Paned( Gtk.Orientation.VERTICAL );
@@ -1846,7 +1847,7 @@ public class Xcls_MainWindow : Object
 
                        // set gobject values
                        this.el.vexpand = true;
-                       var child_1 = new Xcls_ScrolledWindow49( _this );
+                       var child_1 = new Xcls_ScrolledWindow48( _this );
                        this.el.start_child = child_1.el;
                        new Xcls_treescroll( _this );
                        this.el.end_child = _this.treescroll.el;
@@ -1854,7 +1855,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_ScrolledWindow49 : Object
+       public class Xcls_ScrolledWindow48 : Object
        {
                public Gtk.ScrolledWindow el;
                private Xcls_MainWindow  _this;
@@ -1863,7 +1864,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_ScrolledWindow49(Xcls_MainWindow _owner )
+               public Xcls_ScrolledWindow48(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.ScrolledWindow();
@@ -1872,13 +1873,13 @@ public class Xcls_MainWindow : Object
 
                        // set gobject values
                        this.el.has_frame = true;
-                       var child_1 = new Xcls_ColumnView50( _this );
+                       var child_1 = new Xcls_ColumnView49( _this );
                        this.el.child = child_1.el;
                }
 
                // user defined functions
        }
-       public class Xcls_ColumnView50 : Object
+       public class Xcls_ColumnView49 : Object
        {
                public Gtk.ColumnView el;
                private Xcls_MainWindow  _this;
@@ -1887,7 +1888,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_ColumnView50(Xcls_MainWindow _owner )
+               public Xcls_ColumnView49(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        new Xcls_winsel( _this );
@@ -1918,7 +1919,7 @@ public class Xcls_MainWindow : Object
                {
                        _this = _owner;
                        _this.winsel = this;
-                       var child_1 = new Xcls_SortListModel52( _this );
+                       var child_1 = new Xcls_SortListModel51( _this );
                        child_1.ref();
                        this.el = new Gtk.SingleSelection( child_1.el );
 
@@ -1963,7 +1964,7 @@ public class Xcls_MainWindow : Object
                
                }
        }
-       public class Xcls_SortListModel52 : Object
+       public class Xcls_SortListModel51 : Object
        {
                public Gtk.SortListModel el;
                private Xcls_MainWindow  _this;
@@ -1972,11 +1973,11 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_SortListModel52(Xcls_MainWindow _owner )
+               public Xcls_SortListModel51(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        new Xcls_winfilter( _this );
-                       var child_2 = new Xcls_StringSorter57( _this );
+                       var child_2 = new Xcls_StringSorter56( _this );
                        child_2.ref();
                        this.el = new Gtk.SortListModel( _this.winfilter.el, child_2.el );
 
@@ -2024,7 +2025,7 @@ public class Xcls_MainWindow : Object
                {
                        _this = _owner;
                        _this.windowsearch = this;
-                       var child_1 = new Xcls_PropertyExpression55( _this );
+                       var child_1 = new Xcls_PropertyExpression54( _this );
                        child_1.ref();
                        this.el = new Gtk.StringFilter( child_1.el );
 
@@ -2035,7 +2036,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_PropertyExpression55 : Object
+       public class Xcls_PropertyExpression54 : Object
        {
                public Gtk.PropertyExpression el;
                private Xcls_MainWindow  _this;
@@ -2044,7 +2045,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_PropertyExpression55(Xcls_MainWindow _owner )
+               public Xcls_PropertyExpression54(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.PropertyExpression( typeof(WindowState), null, "file_name" );
@@ -2082,7 +2083,7 @@ public class Xcls_MainWindow : Object
        }
 
 
-       public class Xcls_StringSorter57 : Object
+       public class Xcls_StringSorter56 : Object
        {
                public Gtk.StringSorter el;
                private Xcls_MainWindow  _this;
@@ -2091,10 +2092,10 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_StringSorter57(Xcls_MainWindow _owner )
+               public Xcls_StringSorter56(Xcls_MainWindow _owner )
                {
                        _this = _owner;
-                       var child_1 = new Xcls_PropertyExpression58( _this );
+                       var child_1 = new Xcls_PropertyExpression57( _this );
                        child_1.ref();
                        this.el = new Gtk.StringSorter( child_1.el );
 
@@ -2106,7 +2107,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_PropertyExpression58 : Object
+       public class Xcls_PropertyExpression57 : Object
        {
                public Gtk.PropertyExpression el;
                private Xcls_MainWindow  _this;
@@ -2115,7 +2116,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_PropertyExpression58(Xcls_MainWindow _owner )
+               public Xcls_PropertyExpression57(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.PropertyExpression( typeof(WindowState), null, "file_name" );
@@ -2144,7 +2145,7 @@ public class Xcls_MainWindow : Object
                {
                        _this = _owner;
                        _this.projcol = this;
-                       var child_1 = new Xcls_SignalListItemFactory60( _this );
+                       var child_1 = new Xcls_SignalListItemFactory59( _this );
                        child_1.ref();
                        this.el = new Gtk.ColumnViewColumn( "Project", child_1.el );
 
@@ -2158,7 +2159,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_SignalListItemFactory60 : Object
+       public class Xcls_SignalListItemFactory59 : Object
        {
                public Gtk.SignalListItemFactory el;
                private Xcls_MainWindow  _this;
@@ -2167,7 +2168,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_SignalListItemFactory60(Xcls_MainWindow _owner )
+               public Xcls_SignalListItemFactory59(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.SignalListItemFactory();
@@ -2216,7 +2217,7 @@ public class Xcls_MainWindow : Object
                {
                        _this = _owner;
                        _this.filecol = this;
-                       var child_1 = new Xcls_SignalListItemFactory62( _this );
+                       var child_1 = new Xcls_SignalListItemFactory61( _this );
                        child_1.ref();
                        this.el = new Gtk.ColumnViewColumn( "File", child_1.el );
 
@@ -2230,7 +2231,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_SignalListItemFactory62 : Object
+       public class Xcls_SignalListItemFactory61 : Object
        {
                public Gtk.SignalListItemFactory el;
                private Xcls_MainWindow  _this;
@@ -2239,7 +2240,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_SignalListItemFactory62(Xcls_MainWindow _owner )
+               public Xcls_SignalListItemFactory61(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.SignalListItemFactory();
@@ -2327,7 +2328,7 @@ public class Xcls_MainWindow : Object
                        // set gobject values
                        this.el.hexpand = true;
                        this.el.vexpand = true;
-                       var child_2 = new Xcls_GestureClick65( _this );
+                       var child_2 = new Xcls_GestureClick64( _this );
                        child_2.ref();
                        this.el.add_controller(  child_2.el );
                        new Xcls_name( _this );
@@ -2336,7 +2337,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_GestureClick65 : Object
+       public class Xcls_GestureClick64 : Object
        {
                public Gtk.GestureClick el;
                private Xcls_MainWindow  _this;
@@ -2345,7 +2346,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_GestureClick65(Xcls_MainWindow _owner )
+               public Xcls_GestureClick64(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.GestureClick();
@@ -2397,7 +2398,7 @@ public class Xcls_MainWindow : Object
                {
                        _this = _owner;
                        _this.treeselmodel = this;
-                       var child_1 = new Xcls_FilterListModel67( _this );
+                       var child_1 = new Xcls_FilterListModel66( _this );
                        child_1.ref();
                        this.el = new Gtk.SingleSelection( child_1.el );
 
@@ -2410,7 +2411,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_FilterListModel67 : Object
+       public class Xcls_FilterListModel66 : Object
        {
                public Gtk.FilterListModel el;
                private Xcls_MainWindow  _this;
@@ -2419,7 +2420,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_FilterListModel67(Xcls_MainWindow _owner )
+               public Xcls_FilterListModel66(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        new Xcls_treelistsort( _this );
@@ -2447,7 +2448,7 @@ public class Xcls_MainWindow : Object
                        _this = _owner;
                        _this.treelistsort = this;
                        new Xcls_treelistmodel( _this );
-                       var child_2 = new Xcls_TreeListRowSorter71( _this );
+                       var child_2 = new Xcls_TreeListRowSorter70( _this );
                        child_2.ref();
                        this.el = new Gtk.SortListModel( _this.treelistmodel.el, child_2.el );
 
@@ -2509,7 +2510,7 @@ public class Xcls_MainWindow : Object
        }
 
 
-       public class Xcls_TreeListRowSorter71 : Object
+       public class Xcls_TreeListRowSorter70 : Object
        {
                public Gtk.TreeListRowSorter el;
                private Xcls_MainWindow  _this;
@@ -2518,10 +2519,10 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_TreeListRowSorter71(Xcls_MainWindow _owner )
+               public Xcls_TreeListRowSorter70(Xcls_MainWindow _owner )
                {
                        _this = _owner;
-                       var child_1 = new Xcls_StringSorter72( _this );
+                       var child_1 = new Xcls_StringSorter71( _this );
                        child_1.ref();
                        this.el = new Gtk.TreeListRowSorter( child_1.el );
 
@@ -2532,7 +2533,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_StringSorter72 : Object
+       public class Xcls_StringSorter71 : Object
        {
                public Gtk.StringSorter el;
                private Xcls_MainWindow  _this;
@@ -2541,10 +2542,10 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_StringSorter72(Xcls_MainWindow _owner )
+               public Xcls_StringSorter71(Xcls_MainWindow _owner )
                {
                        _this = _owner;
-                       var child_1 = new Xcls_PropertyExpression73( _this );
+                       var child_1 = new Xcls_PropertyExpression72( _this );
                        child_1.ref();
                        this.el = new Gtk.StringSorter( child_1.el );
 
@@ -2556,7 +2557,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_PropertyExpression73 : Object
+       public class Xcls_PropertyExpression72 : Object
        {
                public Gtk.PropertyExpression el;
                private Xcls_MainWindow  _this;
@@ -2565,7 +2566,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_PropertyExpression73(Xcls_MainWindow _owner )
+               public Xcls_PropertyExpression72(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.PropertyExpression( typeof(JsRender.JsRender) , null, "name" );
@@ -2664,7 +2665,7 @@ public class Xcls_MainWindow : Object
                {
                        _this = _owner;
                        _this.name = this;
-                       var child_1 = new Xcls_SignalListItemFactory76( _this );
+                       var child_1 = new Xcls_SignalListItemFactory75( _this );
                        child_1.ref();
                        this.el = new Gtk.ColumnViewColumn( "All Project Files", child_1.el );
 
@@ -2687,7 +2688,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_SignalListItemFactory76 : Object
+       public class Xcls_SignalListItemFactory75 : Object
        {
                public Gtk.SignalListItemFactory el;
                private Xcls_MainWindow  _this;
@@ -2696,7 +2697,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_SignalListItemFactory76(Xcls_MainWindow _owner )
+               public Xcls_SignalListItemFactory75(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.SignalListItemFactory();