src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 07:17:06 +0000 (15:17 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 07:17:06 +0000 (15:17 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.vala

index d7ad897..d492a82 100644 (file)
@@ -420,7 +420,7 @@ public class Editor : Object
                        var child_1 = new Xcls_Box2( _this );
                        child_1.ref();
                        this.el.start_child = child_1.el;
-                       var child_2 = new Xcls_Box358( _this );
+                       var child_2 = new Xcls_Box27( _this );
                        child_2.ref();
                        this.el.end_child = child_2.el;
                }
@@ -1749,7 +1749,7 @@ public class Editor : Object
 
 
 
-       public class Xcls_Box358 : Object
+       public class Xcls_Box27 : Object
        {
                public Gtk.Box el;
                private Editor  _this;
@@ -1758,7 +1758,7 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box358(Editor _owner )
+               public Xcls_Box27(Editor _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
@@ -1768,7 +1768,7 @@ public class Editor : Object
                        // set gobject values
                        this.el.hexpand = true;
                        this.el.vexpand = true;
-                       var child_1 = new Xcls_Box1440( _this );
+                       var child_1 = new Xcls_Box28( _this );
                        child_1.ref();
                        this.el.append( child_1.el );
                        new Xcls_navigationwindow( _this );
@@ -1777,7 +1777,7 @@ public class Editor : Object
 
                // user defined functions
        }
-       public class Xcls_Box1440 : Object
+       public class Xcls_Box28 : Object
        {
                public Gtk.Box el;
                private Editor  _this;
@@ -1786,7 +1786,7 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box1440(Editor _owner )
+               public Xcls_Box28(Editor _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -1850,10 +1850,10 @@ public class Editor : Object
 
                        // set gobject values
                        this.el.name = "editor-navigation";
-                       var child_2 = new Xcls_ColumnViewColumn1249( _this );
+                       var child_2 = new Xcls_ColumnViewColumn31( _this );
                        child_2.ref();
                        this.el.append_column( child_2.el );
-                       var child_3 = new Xcls_GestureClick1258( _this );
+                       var child_3 = new Xcls_GestureClick40( _this );
                        child_3.ref();
                        this.el.add_controller(  child_3.el );
                }
@@ -2015,7 +2015,7 @@ public class Editor : Object
                
                }
        }
-       public class Xcls_ColumnViewColumn1249 : Object
+       public class Xcls_ColumnViewColumn31 : Object
        {
                public Gtk.ColumnViewColumn el;
                private Editor  _this;
@@ -2024,10 +2024,10 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_ColumnViewColumn1249(Editor _owner )
+               public Xcls_ColumnViewColumn31(Editor _owner )
                {
                        _this = _owner;
-                       var child_1 = new Xcls_SignalListItemFactory1250( _this );
+                       var child_1 = new Xcls_SignalListItemFactory32( _this );
                        child_1.ref();
                        this.el = new Gtk.ColumnViewColumn( "Code Navigation", child_1.el );
 
@@ -2039,7 +2039,7 @@ public class Editor : Object
 
                // user defined functions
        }
-       public class Xcls_SignalListItemFactory1250 : Object
+       public class Xcls_SignalListItemFactory32 : Object
        {
                public Gtk.SignalListItemFactory el;
                private Editor  _this;
@@ -2048,7 +2048,7 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_SignalListItemFactory1250(Editor _owner )
+               public Xcls_SignalListItemFactory32(Editor _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.SignalListItemFactory();
@@ -2166,9 +2166,9 @@ public class Editor : Object
                {
                        _this = _owner;
                        _this.navigationsort = this;
-                       var child_1 = new Xcls_TreeListModel1253( _this );
+                       var child_1 = new Xcls_TreeListModel35( _this );
                        child_1.ref();
-                       var child_2 = new Xcls_TreeListRowSorter1255( _this );
+                       var child_2 = new Xcls_TreeListRowSorter37( _this );
                        child_2.ref();
                        this.el = new Gtk.SortListModel( child_1.el, child_2.el );
 
@@ -2201,7 +2201,7 @@ public class Editor : Object
                         
                }
        }
-       public class Xcls_TreeListModel1253 : Object
+       public class Xcls_TreeListModel35 : Object
        {
                public Gtk.TreeListModel el;
                private Editor  _this;
@@ -2210,7 +2210,7 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_TreeListModel1253(Editor _owner )
+               public Xcls_TreeListModel35(Editor _owner )
                {
                        _this = _owner;
                        new Xcls_navliststore( _this );
@@ -2269,7 +2269,7 @@ public class Editor : Object
        }
 
 
-       public class Xcls_TreeListRowSorter1255 : Object
+       public class Xcls_TreeListRowSorter37 : Object
        {
                public Gtk.TreeListRowSorter el;
                private Editor  _this;
@@ -2278,10 +2278,10 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_TreeListRowSorter1255(Editor _owner )
+               public Xcls_TreeListRowSorter37(Editor _owner )
                {
                        _this = _owner;
-                       var child_1 = new Xcls_StringSorter1256( _this );
+                       var child_1 = new Xcls_StringSorter38( _this );
                        child_1.ref();
                        this.el = new Gtk.TreeListRowSorter( child_1.el );
 
@@ -2292,7 +2292,7 @@ public class Editor : Object
 
                // user defined functions
        }
-       public class Xcls_StringSorter1256 : Object
+       public class Xcls_StringSorter38 : Object
        {
                public Gtk.StringSorter el;
                private Editor  _this;
@@ -2301,10 +2301,10 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_StringSorter1256(Editor _owner )
+               public Xcls_StringSorter38(Editor _owner )
                {
                        _this = _owner;
-                       var child_1 = new Xcls_PropertyExpression1257( _this );
+                       var child_1 = new Xcls_PropertyExpression39( _this );
                        child_1.ref();
                        this.el = new Gtk.StringSorter( child_1.el );
 
@@ -2315,7 +2315,7 @@ public class Editor : Object
 
                // user defined functions
        }
-       public class Xcls_PropertyExpression1257 : Object
+       public class Xcls_PropertyExpression39 : Object
        {
                public Gtk.PropertyExpression el;
                private Editor  _this;
@@ -2324,7 +2324,7 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_PropertyExpression1257(Editor _owner )
+               public Xcls_PropertyExpression39(Editor _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.PropertyExpression( typeof(Lsp.DocumentSymbol), null, "sort_key" );
@@ -2341,7 +2341,7 @@ public class Editor : Object
 
 
 
-       public class Xcls_GestureClick1258 : Object
+       public class Xcls_GestureClick40 : Object
        {
                public Gtk.GestureClick el;
                private Editor  _this;
@@ -2350,7 +2350,7 @@ public class Editor : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_GestureClick1258(Editor _owner )
+               public Xcls_GestureClick40(Editor _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.GestureClick();