RepoStatusPopover.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 16 Nov 2018 01:51:27 +0000 (09:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 Nov 2018 01:51:27 +0000 (09:51 +0800)
RepoStatusPopover.vala

RepoStatusPopover.bjs
RepoStatusPopover.vala

index 11e346f..99689a1 100644 (file)
          "$ xns" : "Gtk",
          "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
          "items" : [
-          {
-           "id" : "grid",
-           "int margin_right" : 4,
-           "* pack" : "pack_start,false,false,4",
-           "xtype" : "Grid",
-           "uint row_spacing" : 2,
-           "n_columns" : 2,
-           "$ xns" : "Gtk",
-           "n_rows" : 7,
-           "$ homogeneous" : true,
-           "int margin_left" : 4,
-           "items" : [
-            {
-             "label" : "Filename",
-             "xalign" : 0,
-             "* pack" : "attach,0,0,1,1",
-             "xtype" : "Label",
-             "gint margin" : 3,
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "filename",
-             "id" : "path",
-             "xalign" : 0,
-             "* pack" : "attach,1,0,1,1",
-             "xtype" : "Label",
-             "gint margin" : 3,
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "HTML template file",
-             "xtype" : "Label",
-             "* pack" : "attach,0,1,1,1",
-             "gint margin" : 3,
-             "$ xns" : "Gtk"
-            },
-            {
-             "listeners" : {
-              "changed" : "() => {\n\tGtk.TreeIter iter;\n \n\t// this get's called when we are filling in the data... ???\n\tif (this.loading) {\n\t\treturn;\n\t}\n\t\n \n\tif (this.el.get_active_iter(out iter)) {\n\t\tValue vfname;\n\t\t_this.base_template_model.el.get_value (iter, 0, out vfname);\n\t\t_this.project.base_template = ((string)vfname) ;\n\t\t\n\t\t print(\"\\nSET base template to %s\\n\", _this.project.base_template );\n\t\t// is_bjs = ((string)vfname) == \"bjs\";\n\t}\n    \n  \n    // directory is only available for non-bjs \n \n\n\n}\n"
-             },
-             "id" : "base_template",
-             "* init" : "this.el.add_attribute(_this.base_template_cellrenderer.el , \"markup\", 0 );",
-             "bool loading" : false,
-             "* pack" : "attach,1,1,1,1",
-             "xtype" : "ComboBox",
-             "$ xns" : "Gtk",
-             "items" : [
-              {
-               "id" : "base_template_cellrenderer",
-               "* pack" : "pack_start,true",
-               "xtype" : "CellRendererText",
-               "$ xns" : "Gtk"
-              },
-              {
-               "id" : "base_template_model",
-               "* pack" : "set_model",
-               "xtype" : "ListStore",
-               "$ columns" : "typeof(string)",
-               "n_columns" : 1,
-               "$ xns" : "Gtk",
-               "| void loadData" : "  () {\n\t_this.base_template.loading = true;\n  \n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n    \n   /// el.append(out iter);\n    \n   \n    el.append(out iter);\n    el.set_value(iter, 0, \"roo.builder.html\");\n    _this.base_template.el.set_active_iter(iter);\n\tif (_this.project.base_template == \"roo.builder.html\") {\n\t   _this.base_template.el.set_active_iter(iter);\n    }\n\n    el.append(out iter);\n    el.set_value(iter, 0, \"bootstrap.builder.html\");\n \n\tprint(\"\\ncur template = %s\\n\", _this.project.base_template);\n \n    if (_this.project.base_template == \"bootstrap.builder.html\") {\n\t   _this.base_template.el.set_active_iter(iter);\n    }\n\n\tel.append(out iter);\n    el.set_value(iter, 0, \"mailer.builder.html\");\n\n\tif (_this.project.base_template == \"mailer.builder.html\") {\n\t    _this.base_template.el.set_active_iter(iter);\n    }\n\t_this.base_template.loading = false;\n                                     \n}\n"
-              }
-             ]
-            },
-            {
-             "label" : "root URL",
-             "xtype" : "Label",
-             "* pack" : "attach,0,2,1,1",
-             "gint margin" : 3,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "rootURL",
-             "xtype" : "Entry",
-             "* pack" : "attach,1,2,1,1",
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "Generate HTML in",
-             "* pack" : "attach,0,3,1,1",
-             "xtype" : "Label",
-             "gint margin" : 3,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "html_gen",
-             "* init" : "this.el.add_attribute(_this.html_gen_cellrenderer.el , \"markup\", 1 );",
-             "* pack" : "attach,1,3,1,1",
-             "xtype" : "ComboBox",
-             "$ xns" : "Gtk",
-             "items" : [
-              {
-               "id" : "html_gen_cellrenderer",
-               "xtype" : "CellRendererText",
-               "* pack" : "pack_start,true",
-               "$ xns" : "Gtk"
-              },
-              {
-               "id" : "html_gen_model",
-               "xtype" : "ListStore",
-               "* pack" : "set_model",
-               "$ columns" : "typeof(string),typeof(string)",
-               "n_columns" : 2,
-               "$ xns" : "Gtk",
-               "| void loadData" : "  (string cur) {\n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n    \n \n    el.append(out iter);\n\n    \n    el.set_value(iter, 0, \"\");\n    el.set_value(iter, 1, \"Do not Generate\");\n    _this.html_gen.el.set_active_iter(iter);\n\n    el.append(out iter);\n    \n    el.set_value(iter, 0, \"bjs\");\n    el.set_value(iter, 1, \"same directory as BJS file\");\n\tif (cur == \"bjs\") {\n\t    _this.html_gen.el.set_active_iter(iter);\n    }\n\n\n\n    el.append(out iter);\n    \n    el.set_value(iter, 0, \"templates\");\n    el.set_value(iter, 1, \"in templates subdirectory\");\n\n\tif (cur == \"template\") {\n\t    _this.html_gen.el.set_active_iter(iter);\n    }\n\n                                     \n}\n"
-              }
-             ]
-            }
-           ]
-          },
-          {
-           "label" : "HTML To insert at end of <HEAD>",
-           "xtype" : "Label",
-           "* pack" : "pack_start,false,false,0",
-           "$ xns" : "Gtk"
-          },
           {
            "* pack" : "pack_start,true,true,0",
            "xtype" : "ScrolledWindow",
index 8af6440..4aec021 100644 (file)
@@ -14,15 +14,6 @@ public class Xcls_RooProjectSettings : Object
     }
     public Xcls_label_status label_status;
     public Xcls_label_diff label_diff;
-    public Xcls_grid grid;
-    public Xcls_path path;
-    public Xcls_base_template base_template;
-    public Xcls_base_template_cellrenderer base_template_cellrenderer;
-    public Xcls_base_template_model base_template_model;
-    public Xcls_rootURL rootURL;
-    public Xcls_html_gen html_gen;
-    public Xcls_html_gen_cellrenderer html_gen_cellrenderer;
-    public Xcls_html_gen_model html_gen_model;
     public Xcls_view view;
     public Xcls_database_DBTYPE database_DBTYPE;
     public Xcls_database_DBNAME database_DBNAME;
@@ -151,7 +142,7 @@ public class Xcls_RooProjectSettings : Object
             var child_0 = new Xcls_Notebook3( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , true,true,0 );
-            var child_1 = new Xcls_Box34( _this );
+            var child_1 = new Xcls_Box20( _this );
             child_1.ref();
             this.el.pack_end (  child_1.el , false,false,0 );
         }
@@ -182,7 +173,7 @@ public class Xcls_RooProjectSettings : Object
             var child_2 = new Xcls_Box6( _this );
             child_2.ref();
             this.el.append_page (  child_2.el , _this.label_status.el );
-            var child_3 = new Xcls_Box23( _this );
+            var child_3 = new Xcls_Box9( _this );
             child_3.ref();
             this.el.append_page (  child_3.el , _this.label_database.el );
         }
@@ -253,488 +244,14 @@ public class Xcls_RooProjectSettings : Object
 
             // set gobject values
             this.el.homogeneous = false;
-            var child_0 = new Xcls_grid( _this );
+            var child_0 = new Xcls_ScrolledWindow7( _this );
             child_0.ref();
-            this.el.pack_start (  child_0.el , false,false,4 );
-            var child_1 = new Xcls_Label20( _this );
-            child_1.ref();
-            this.el.pack_start (  child_1.el , false,false,0 );
-            var child_2 = new Xcls_ScrolledWindow21( _this );
-            child_2.ref();
-            this.el.pack_start (  child_2.el , true,true,0 );
-        }
-
-        // user defined functions
-    }
-    public class Xcls_grid : Object
-    {
-        public Gtk.Grid el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_grid(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.grid = this;
-            this.el = new Gtk.Grid();
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.margin_right = 4;
-            this.el.margin_left = 4;
-            this.el.row_spacing = 2;
-            var child_0 = new Xcls_Label8( _this );
-            child_0.ref();
-            this.el.attach (  child_0.el , 0,0,1,1 );
-            var child_1 = new Xcls_path( _this );
-            child_1.ref();
-            this.el.attach (  child_1.el , 1,0,1,1 );
-            var child_2 = new Xcls_Label10( _this );
-            child_2.ref();
-            this.el.attach (  child_2.el , 0,1,1,1 );
-            var child_3 = new Xcls_base_template( _this );
-            child_3.ref();
-            this.el.attach (  child_3.el , 1,1,1,1 );
-            var child_4 = new Xcls_Label14( _this );
-            child_4.ref();
-            this.el.attach (  child_4.el , 0,2,1,1 );
-            var child_5 = new Xcls_rootURL( _this );
-            child_5.ref();
-            this.el.attach (  child_5.el , 1,2,1,1 );
-            var child_6 = new Xcls_Label16( _this );
-            child_6.ref();
-            this.el.attach (  child_6.el , 0,3,1,1 );
-            var child_7 = new Xcls_html_gen( _this );
-            child_7.ref();
-            this.el.attach (  child_7.el , 1,3,1,1 );
-        }
-
-        // user defined functions
-    }
-    public class Xcls_Label8 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label8(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Filename" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.margin = 3;
-            this.el.xalign = 0f;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_path : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_path(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.path = this;
-            this.el = new Gtk.Label( "filename" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.margin = 3;
-            this.el.xalign = 0f;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label10 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label10(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "HTML template file" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.margin = 3;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_base_template : Object
-    {
-        public Gtk.ComboBox el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-        public bool loading;
-
-        // ctor
-        public Xcls_base_template(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.base_template = this;
-            this.el = new Gtk.ComboBox();
-
-            // my vars (dec)
-            this.loading = false;
-
-            // set gobject values
-            var child_0 = new Xcls_base_template_cellrenderer( _this );
-            child_0.ref();
-            this.el.pack_start (  child_0.el , true );
-            var child_1 = new Xcls_base_template_model( _this );
-            child_1.ref();
-            this.el.set_model (  child_1.el  );
-
-            // init method
-
-            this.el.add_attribute(_this.base_template_cellrenderer.el , "markup", 0 );
-
-            //listeners
-            this.el.changed.connect( () => {
-               Gtk.TreeIter iter;
-             
-               // this get's called when we are filling in the data... ???
-               if (this.loading) {
-                       return;
-               }
-               
-             
-               if (this.el.get_active_iter(out iter)) {
-                       Value vfname;
-                       _this.base_template_model.el.get_value (iter, 0, out vfname);
-                       _this.project.base_template = ((string)vfname) ;
-                       
-                        print("\nSET base template to %s\n", _this.project.base_template );
-                       // is_bjs = ((string)vfname) == "bjs";
-               }
-                
-              
-                // directory is only available for non-bjs 
-             
-            
-            
-            });
-        }
-
-        // user defined functions
-    }
-    public class Xcls_base_template_cellrenderer : Object
-    {
-        public Gtk.CellRendererText el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_base_template_cellrenderer(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.base_template_cellrenderer = this;
-            this.el = new Gtk.CellRendererText();
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_base_template_model : Object
-    {
-        public Gtk.ListStore el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_base_template_model(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.base_template_model = this;
-            this.el = new Gtk.ListStore( 1, typeof(string) );
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-        public void loadData () {
-               _this.base_template.loading = true;
-          
-            this.el.clear();                                    
-            Gtk.TreeIter iter;
-            var el = this.el;
-            
-           /// el.append(out iter);
-            
-           
-            el.append(out iter);
-            el.set_value(iter, 0, "roo.builder.html");
-            _this.base_template.el.set_active_iter(iter);
-               if (_this.project.base_template == "roo.builder.html") {
-                  _this.base_template.el.set_active_iter(iter);
-            }
-        
-            el.append(out iter);
-            el.set_value(iter, 0, "bootstrap.builder.html");
-         
-               print("\ncur template = %s\n", _this.project.base_template);
-         
-            if (_this.project.base_template == "bootstrap.builder.html") {
-                  _this.base_template.el.set_active_iter(iter);
-            }
-        
-               el.append(out iter);
-            el.set_value(iter, 0, "mailer.builder.html");
-        
-               if (_this.project.base_template == "mailer.builder.html") {
-                   _this.base_template.el.set_active_iter(iter);
-            }
-               _this.base_template.loading = false;
-                                             
-        }
-    }
-
-
-    public class Xcls_Label14 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label14(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "root URL" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.margin = 3;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_rootURL : Object
-    {
-        public Gtk.Entry el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_rootURL(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.rootURL = this;
-            this.el = new Gtk.Entry();
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label16 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label16(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Generate HTML in" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.margin = 3;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_html_gen : Object
-    {
-        public Gtk.ComboBox el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_html_gen(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.html_gen = this;
-            this.el = new Gtk.ComboBox();
-
-            // my vars (dec)
-
-            // set gobject values
-            var child_0 = new Xcls_html_gen_cellrenderer( _this );
-            child_0.ref();
-            this.el.pack_start (  child_0.el , true );
-            var child_1 = new Xcls_html_gen_model( _this );
-            child_1.ref();
-            this.el.set_model (  child_1.el  );
-
-            // init method
-
-            this.el.add_attribute(_this.html_gen_cellrenderer.el , "markup", 1 );
-        }
-
-        // user defined functions
-    }
-    public class Xcls_html_gen_cellrenderer : Object
-    {
-        public Gtk.CellRendererText el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_html_gen_cellrenderer(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.html_gen_cellrenderer = this;
-            this.el = new Gtk.CellRendererText();
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_html_gen_model : Object
-    {
-        public Gtk.ListStore el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_html_gen_model(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.html_gen_model = this;
-            this.el = new Gtk.ListStore( 2, typeof(string),typeof(string) );
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-        public void loadData (string cur) {
-            this.el.clear();                                    
-            Gtk.TreeIter iter;
-            var el = this.el;
-            
-         
-            el.append(out iter);
-        
-            
-            el.set_value(iter, 0, "");
-            el.set_value(iter, 1, "Do not Generate");
-            _this.html_gen.el.set_active_iter(iter);
-        
-            el.append(out iter);
-            
-            el.set_value(iter, 0, "bjs");
-            el.set_value(iter, 1, "same directory as BJS file");
-               if (cur == "bjs") {
-                   _this.html_gen.el.set_active_iter(iter);
-            }
-        
-        
-        
-            el.append(out iter);
-            
-            el.set_value(iter, 0, "templates");
-            el.set_value(iter, 1, "in templates subdirectory");
-        
-               if (cur == "template") {
-                   _this.html_gen.el.set_active_iter(iter);
-            }
-        
-                                             
-        }
-    }
-
-
-
-    public class Xcls_Label20 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label20(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "HTML To insert at end of <HEAD>" );
-
-            // my vars (dec)
-
-            // set gobject values
+            this.el.pack_start (  child_0.el , true,true,0 );
         }
 
         // user defined functions
     }
-
-    public class Xcls_ScrolledWindow21 : Object
+    public class Xcls_ScrolledWindow7 : Object
     {
         public Gtk.ScrolledWindow el;
         private Xcls_RooProjectSettings  _this;
@@ -743,7 +260,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_ScrolledWindow21(Xcls_RooProjectSettings _owner )
+        public Xcls_ScrolledWindow7(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -810,7 +327,7 @@ public class Xcls_RooProjectSettings : Object
 
 
 
-    public class Xcls_Box23 : Object
+    public class Xcls_Box9 : Object
     {
         public Gtk.Box el;
         private Xcls_RooProjectSettings  _this;
@@ -819,7 +336,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Box23(Xcls_RooProjectSettings _owner )
+        public Xcls_Box9(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
@@ -828,31 +345,31 @@ public class Xcls_RooProjectSettings : Object
 
             // set gobject values
             this.el.homogeneous = false;
-            var child_0 = new Xcls_Label24( _this );
+            var child_0 = new Xcls_Label10( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_database_DBTYPE( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,0 );
-            var child_2 = new Xcls_Label26( _this );
+            var child_2 = new Xcls_Label12( _this );
             child_2.ref();
             this.el.pack_start (  child_2.el , false,false,0 );
             var child_3 = new Xcls_database_DBNAME( _this );
             child_3.ref();
             this.el.pack_start (  child_3.el , false,false,0 );
-            var child_4 = new Xcls_Label28( _this );
+            var child_4 = new Xcls_Label14( _this );
             child_4.ref();
             this.el.pack_start (  child_4.el , false,false,0 );
             var child_5 = new Xcls_database_DBUSERNAME( _this );
             child_5.ref();
             this.el.pack_start (  child_5.el , false,false,0 );
-            var child_6 = new Xcls_Label30( _this );
+            var child_6 = new Xcls_Label16( _this );
             child_6.ref();
             this.el.pack_start (  child_6.el , false,false,0 );
             var child_7 = new Xcls_database_DBPASSWORD( _this );
             child_7.ref();
             this.el.pack_start (  child_7.el , false,false,0 );
-            var child_8 = new Xcls_Button32( _this );
+            var child_8 = new Xcls_Button18( _this );
             child_8.ref();
             this.el.pack_start (  child_8.el , false,false,0 );
             var child_9 = new Xcls_database_ERROR( _this );
@@ -862,7 +379,7 @@ public class Xcls_RooProjectSettings : Object
 
         // user defined functions
     }
-    public class Xcls_Label24 : Object
+    public class Xcls_Label10 : Object
     {
         public Gtk.Label el;
         private Xcls_RooProjectSettings  _this;
@@ -871,7 +388,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label24(Xcls_RooProjectSettings _owner )
+        public Xcls_Label10(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Type (eg. MySQL or PostgreSQL)" );
@@ -920,7 +437,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Label26 : Object
+    public class Xcls_Label12 : Object
     {
         public Gtk.Label el;
         private Xcls_RooProjectSettings  _this;
@@ -929,7 +446,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label26(Xcls_RooProjectSettings _owner )
+        public Xcls_Label12(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Name" );
@@ -978,7 +495,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Label28 : Object
+    public class Xcls_Label14 : Object
     {
         public Gtk.Label el;
         private Xcls_RooProjectSettings  _this;
@@ -987,7 +504,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label28(Xcls_RooProjectSettings _owner )
+        public Xcls_Label14(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Username" );
@@ -1036,7 +553,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Label30 : Object
+    public class Xcls_Label16 : Object
     {
         public Gtk.Label el;
         private Xcls_RooProjectSettings  _this;
@@ -1045,7 +562,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label30(Xcls_RooProjectSettings _owner )
+        public Xcls_Label16(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Password" );
@@ -1082,7 +599,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Button32 : Object
+    public class Xcls_Button18 : Object
     {
         public Gtk.Button el;
         private Xcls_RooProjectSettings  _this;
@@ -1091,7 +608,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Button32(Xcls_RooProjectSettings _owner )
+        public Xcls_Button18(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -1160,7 +677,7 @@ public class Xcls_RooProjectSettings : Object
 
 
 
-    public class Xcls_Box34 : Object
+    public class Xcls_Box20 : Object
     {
         public Gtk.Box el;
         private Xcls_RooProjectSettings  _this;
@@ -1169,7 +686,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Box34(Xcls_RooProjectSettings _owner )
+        public Xcls_Box20(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -1180,17 +697,17 @@ public class Xcls_RooProjectSettings : Object
             this.el.homogeneous = true;
             this.el.expand = false;
             this.el.vexpand = false;
-            var child_0 = new Xcls_Button35( _this );
+            var child_0 = new Xcls_Button21( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
-            var child_1 = new Xcls_Button36( _this );
+            var child_1 = new Xcls_Button22( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
         }
 
         // user defined functions
     }
-    public class Xcls_Button35 : Object
+    public class Xcls_Button21 : Object
     {
         public Gtk.Button el;
         private Xcls_RooProjectSettings  _this;
@@ -1199,7 +716,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Button35(Xcls_RooProjectSettings _owner )
+        public Xcls_Button21(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -1221,7 +738,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Button36 : Object
+    public class Xcls_Button22 : Object
     {
         public Gtk.Button el;
         private Xcls_RooProjectSettings  _this;
@@ -1230,7 +747,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Button36(Xcls_RooProjectSettings _owner )
+        public Xcls_Button22(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();