src/Builder4/ProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2015 07:57:07 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2015 07:57:07 +0000 (15:57 +0800)
src/Builder4/ProjectSettings.vala

src/Builder4/ProjectSettings.bjs
src/Builder4/ProjectSettings.vala

index 6d69202..6de2507 100644 (file)
        "$ xns" : "Gtk",
        "utf8 label" : "Database"
       },
+      {
+       "* pack" : "append_page,_this.label_global.el",
+       "xtype" : "VBox",
+       "$ xns" : "Gtk"
+      },
       {
        "* pack" : "pack_start,false,false,0",
        "xtype" : "HBox",
index aef008d..22e2c9b 100644 (file)
@@ -36,22 +36,22 @@ public class Xcls_ProjectSettings : Object
         var child_0 = new Xcls_Notebook2( _this );
         child_0.ref();
         this.el.pack_start (  child_0.el , true,true,0 );
-        var child_1 = new Xcls_HBox8( _this );
+        var child_1 = new Xcls_HBox9( _this );
         child_1.ref();
         this.el.pack_start (  child_1.el , false,false,0 );
         var child_2 = new Xcls_path( _this );
         child_2.ref();
         this.el.pack_start (  child_2.el , false,false,0 );
-        var child_3 = new Xcls_Label12( _this );
+        var child_3 = new Xcls_Label13( _this );
         child_3.ref();
         this.el.pack_start (  child_3.el , false,false,0 );
-        var child_4 = new Xcls_HBox13( _this );
+        var child_4 = new Xcls_HBox14( _this );
         child_4.ref();
         this.el.pack_start (  child_4.el , false,false,0 );
-        var child_5 = new Xcls_HBox16( _this );
+        var child_5 = new Xcls_HBox17( _this );
         child_5.ref();
         this.el.pack_start (  child_5.el , false,false,0 );
-        var child_6 = new Xcls_ScrolledWindow19( _this );
+        var child_6 = new Xcls_ScrolledWindow20( _this );
         child_6.ref();
         this.el.pack_start (  child_6.el , true,true,0 );
     }
@@ -113,9 +113,12 @@ public class Xcls_ProjectSettings : Object
             child_0.ref();
             var child_1 = new Xcls_label_database( _this );
             child_1.ref();
-            var child_2 = new Xcls_HBox5( _this );
+            var child_2 = new Xcls_VBox5( _this );
             child_2.ref();
-            this.el.pack_start (  child_2.el , false,false,0 );
+            this.el.append_page (  child_2.el , _this.label_global.el );
+            var child_3 = new Xcls_HBox6( _this );
+            child_3.ref();
+            this.el.pack_start (  child_3.el , false,false,0 );
         }
 
         // user defined functions 
@@ -164,7 +167,28 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_HBox5 : Object 
+    public class Xcls_VBox5 : Object 
+    {
+        public Gtk.VBox el;
+        private Xcls_ProjectSettings  _this;
+
+
+            // my vars (def)
+
+        // ctor 
+        public Xcls_VBox5(Xcls_ProjectSettings _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.VBox( true, 0 );
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions 
+    }
+    public class Xcls_HBox6 : Object 
     {
         public Gtk.HBox el;
         private Xcls_ProjectSettings  _this;
@@ -173,7 +197,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_HBox5(Xcls_ProjectSettings _owner )
+        public Xcls_HBox6(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.HBox( true, 0 );
@@ -183,17 +207,17 @@ public class Xcls_ProjectSettings : Object
             // set gobject values
             this.el.expand = false;
             this.el.vexpand = false;
-            var child_0 = new Xcls_Button6( _this );
+            var child_0 = new Xcls_Button7( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
-            var child_1 = new Xcls_Button7( _this );
+            var child_1 = new Xcls_Button8( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
         }
 
         // user defined functions 
     }
-    public class Xcls_Button6 : Object 
+    public class Xcls_Button7 : Object 
     {
         public Gtk.Button el;
         private Xcls_ProjectSettings  _this;
@@ -202,7 +226,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Button6(Xcls_ProjectSettings _owner )
+        public Xcls_Button7(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -223,7 +247,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Button7 : Object 
+    public class Xcls_Button8 : Object 
     {
         public Gtk.Button el;
         private Xcls_ProjectSettings  _this;
@@ -232,7 +256,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Button7(Xcls_ProjectSettings _owner )
+        public Xcls_Button8(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -253,7 +277,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_HBox8 : Object 
+    public class Xcls_HBox9 : Object 
     {
         public Gtk.HBox el;
         private Xcls_ProjectSettings  _this;
@@ -262,7 +286,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_HBox8(Xcls_ProjectSettings _owner )
+        public Xcls_HBox9(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.HBox( true, 0 );
@@ -272,17 +296,17 @@ public class Xcls_ProjectSettings : Object
             // set gobject values
             this.el.expand = false;
             this.el.vexpand = false;
-            var child_0 = new Xcls_Button9( _this );
+            var child_0 = new Xcls_Button10( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
-            var child_1 = new Xcls_Button10( _this );
+            var child_1 = new Xcls_Button11( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
         }
 
         // user defined functions 
     }
-    public class Xcls_Button9 : Object 
+    public class Xcls_Button10 : Object 
     {
         public Gtk.Button el;
         private Xcls_ProjectSettings  _this;
@@ -291,7 +315,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Button9(Xcls_ProjectSettings _owner )
+        public Xcls_Button10(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -312,7 +336,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Button10 : Object 
+    public class Xcls_Button11 : Object 
     {
         public Gtk.Button el;
         private Xcls_ProjectSettings  _this;
@@ -321,7 +345,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Button10(Xcls_ProjectSettings _owner )
+        public Xcls_Button11(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -365,7 +389,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label12 : Object 
+    public class Xcls_Label13 : Object 
     {
         public Gtk.Label el;
         private Xcls_ProjectSettings  _this;
@@ -374,7 +398,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label12(Xcls_ProjectSettings _owner )
+        public Xcls_Label13(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "HTML To insert at end of <HEAD>" );
@@ -386,7 +410,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_HBox13 : Object 
+    public class Xcls_HBox14 : Object 
     {
         public Gtk.HBox el;
         private Xcls_ProjectSettings  _this;
@@ -395,7 +419,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_HBox13(Xcls_ProjectSettings _owner )
+        public Xcls_HBox14(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.HBox( false, 0 );
@@ -404,7 +428,7 @@ public class Xcls_ProjectSettings : Object
 
             // set gobject values
             this.el.expand = false;
-            var child_0 = new Xcls_Label14( _this );
+            var child_0 = new Xcls_Label15( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_base_template( _this );
@@ -414,7 +438,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label14 : Object 
+    public class Xcls_Label15 : Object 
     {
         public Gtk.Label el;
         private Xcls_ProjectSettings  _this;
@@ -423,7 +447,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label14(Xcls_ProjectSettings _owner )
+        public Xcls_Label15(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "HTML template file" );
@@ -457,7 +481,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_HBox16 : Object 
+    public class Xcls_HBox17 : Object 
     {
         public Gtk.HBox el;
         private Xcls_ProjectSettings  _this;
@@ -466,7 +490,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_HBox16(Xcls_ProjectSettings _owner )
+        public Xcls_HBox17(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.HBox( false, 0 );
@@ -475,7 +499,7 @@ public class Xcls_ProjectSettings : Object
 
             // set gobject values
             this.el.expand = false;
-            var child_0 = new Xcls_Label17( _this );
+            var child_0 = new Xcls_Label18( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_rootURL( _this );
@@ -485,7 +509,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label17 : Object 
+    public class Xcls_Label18 : Object 
     {
         public Gtk.Label el;
         private Xcls_ProjectSettings  _this;
@@ -494,7 +518,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label17(Xcls_ProjectSettings _owner )
+        public Xcls_Label18(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "root URL" );
@@ -528,7 +552,7 @@ public class Xcls_ProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_ScrolledWindow19 : Object 
+    public class Xcls_ScrolledWindow20 : Object 
     {
         public Gtk.ScrolledWindow el;
         private Xcls_ProjectSettings  _this;
@@ -537,7 +561,7 @@ public class Xcls_ProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_ScrolledWindow19(Xcls_ProjectSettings _owner )
+        public Xcls_ScrolledWindow20(Xcls_ProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );