Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 10:56:01 +0000 (18:56 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 10:56:01 +0000 (18:56 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 421d507..a3e24cf 100644 (file)
                                                     "gboolean resizable" : true,
                                                     "$ xns" : "Gtk",
                                                     "items" : [
-                                                        {
-                                                            "* pack" : "pack_start,false",
-                                                            "xtype" : "CellRendererToggle",
-                                                            "$ xns" : "Gtk"
-                                                        },
                                                         {
                                                             "id" : "packages_render_use",
-                                                            "xtype" : "CellRendererText",
                                                             "* pack" : "pack_start,false",
+                                                            "xtype" : "CellRendererToggle",
                                                             "$ xns" : "Gtk"
                                                         }
                                                     ]
index 246d08b..b4cc871 100644 (file)
@@ -85,7 +85,7 @@ public class ValaProjectSettings : Object
             var child_2 = new Xcls_VBox5( _this );
             child_2.ref();
             this.el.append_page (  child_2.el , _this.label_global.el );
-            var child_3 = new Xcls_HPaned23( _this );
+            var child_3 = new Xcls_HPaned22( _this );
             child_3.ref();
             this.el.append_page (  child_3.el , _this.label_targets.el );
         }
@@ -165,10 +165,10 @@ public class ValaProjectSettings : Object
             var child_3 = new Xcls_ScrolledWindow9( _this );
             child_3.ref();
             this.el.pack_start (  child_3.el , true,true,0 );
-            var child_4 = new Xcls_Label17( _this );
+            var child_4 = new Xcls_Label16( _this );
             child_4.ref();
             this.el.pack_start (  child_4.el , false,false,0 );
-            var child_5 = new Xcls_ScrolledWindow18( _this );
+            var child_5 = new Xcls_ScrolledWindow17( _this );
             child_5.ref();
             this.el.pack_start (  child_5.el , true,true,0 );
         }
@@ -405,12 +405,9 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.title = "use";
             this.el.resizable = true;
-            var child_0 = new Xcls_CellRendererToggle15( _this );
+            var child_0 = new Xcls_packages_render_use( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
-            var child_1 = new Xcls_packages_render_use( _this );
-            child_1.ref();
-            this.el.pack_start (  child_1.el , false );
 
             // init method 
 
@@ -420,30 +417,9 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_CellRendererToggle15 : Object 
-    {
-        public Gtk.CellRendererToggle el;
-        private ValaProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor 
-        public Xcls_CellRendererToggle15(ValaProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.CellRendererToggle();
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions 
-    }
     public class Xcls_packages_render_use : Object 
     {
-        public Gtk.CellRendererText el;
+        public Gtk.CellRendererToggle el;
         private ValaProjectSettings  _this;
 
 
@@ -454,7 +430,7 @@ public class ValaProjectSettings : Object
         {
             _this = _owner;
             _this.packages_render_use = this;
-            this.el = new Gtk.CellRendererText();
+            this.el = new Gtk.CellRendererToggle();
 
             // my vars (dec)
 
@@ -463,7 +439,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label17 : Object 
+    public class Xcls_Label16 : Object 
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -472,7 +448,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label17(ValaProjectSettings _owner )
+        public Xcls_Label16(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Available Directories" );
@@ -484,7 +460,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_ScrolledWindow18 : Object 
+    public class Xcls_ScrolledWindow17 : Object 
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -493,7 +469,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_ScrolledWindow18(ValaProjectSettings _owner )
+        public Xcls_ScrolledWindow17(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -528,7 +504,7 @@ public class ValaProjectSettings : Object
             var child_0 = new Xcls_default_directory_tree_store( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
-            var child_1 = new Xcls_TreeViewColumn21( _this );
+            var child_1 = new Xcls_TreeViewColumn20( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
         }
@@ -573,7 +549,7 @@ public class ValaProjectSettings : Object
             
         }
     }
-    public class Xcls_TreeViewColumn21 : Object 
+    public class Xcls_TreeViewColumn20 : Object 
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -582,7 +558,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_TreeViewColumn21(ValaProjectSettings _owner )
+        public Xcls_TreeViewColumn20(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -625,7 +601,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_HPaned23 : Object 
+    public class Xcls_HPaned22 : Object 
     {
         public Gtk.HPaned el;
         private ValaProjectSettings  _this;
@@ -634,7 +610,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_HPaned23(ValaProjectSettings _owner )
+        public Xcls_HPaned22(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.HPaned();
@@ -643,7 +619,7 @@ public class ValaProjectSettings : Object
 
             // set gobject values
             this.el.position = 300;
-            var child_0 = new Xcls_ScrolledWindow24( _this );
+            var child_0 = new Xcls_ScrolledWindow23( _this );
             child_0.ref();
             this.el.add1 (  child_0.el  );
             var child_1 = new Xcls_set_vbox( _this );
@@ -653,7 +629,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_ScrolledWindow24 : Object 
+    public class Xcls_ScrolledWindow23 : Object 
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -662,7 +638,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_ScrolledWindow24(ValaProjectSettings _owner )
+        public Xcls_ScrolledWindow23(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -700,17 +676,17 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_ListStore26( _this );
+            var child_0 = new Xcls_ListStore25( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
-            var child_1 = new Xcls_TreeViewColumn27( _this );
+            var child_1 = new Xcls_TreeViewColumn26( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
         }
 
         // user defined functions 
     }
-    public class Xcls_ListStore26 : Object 
+    public class Xcls_ListStore25 : Object 
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -719,7 +695,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_ListStore26(ValaProjectSettings _owner )
+        public Xcls_ListStore25(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ListStore( 2,     typeof(string),  // 0 key type
@@ -733,7 +709,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_TreeViewColumn27 : Object 
+    public class Xcls_TreeViewColumn26 : Object 
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -742,7 +718,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_TreeViewColumn27(ValaProjectSettings _owner )
+        public Xcls_TreeViewColumn26(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -802,29 +778,29 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_Label30( _this );
+            var child_0 = new Xcls_Label29( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_build_pack_target( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,0 );
-            var child_2 = new Xcls_Label32( _this );
+            var child_2 = new Xcls_Label31( _this );
             child_2.ref();
             this.el.pack_start (  child_2.el , false,false,0 );
             var child_3 = new Xcls_build_compile_flags( _this );
             child_3.ref();
             this.el.pack_start (  child_3.el , false,false,0 );
-            var child_4 = new Xcls_Label34( _this );
+            var child_4 = new Xcls_Label33( _this );
             child_4.ref();
             this.el.pack_start (  child_4.el , false,false,0 );
-            var child_5 = new Xcls_ScrolledWindow35( _this );
+            var child_5 = new Xcls_ScrolledWindow34( _this );
             child_5.ref();
             this.el.pack_start (  child_5.el , true,true,0 );
         }
 
         // user defined functions 
     }
-    public class Xcls_Label30 : Object 
+    public class Xcls_Label29 : Object 
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -833,7 +809,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label30(ValaProjectSettings _owner )
+        public Xcls_Label29(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "target filename" );
@@ -866,7 +842,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label32 : Object 
+    public class Xcls_Label31 : Object 
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -875,7 +851,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label32(ValaProjectSettings _owner )
+        public Xcls_Label31(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "compile flags" );
@@ -908,7 +884,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label34 : Object 
+    public class Xcls_Label33 : Object 
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -917,7 +893,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label34(ValaProjectSettings _owner )
+        public Xcls_Label33(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Files to compile" );
@@ -929,7 +905,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_ScrolledWindow35 : Object 
+    public class Xcls_ScrolledWindow34 : Object 
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -938,7 +914,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_ScrolledWindow35(ValaProjectSettings _owner )
+        public Xcls_ScrolledWindow34(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -969,17 +945,17 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_ListStore37( _this );
+            var child_0 = new Xcls_ListStore36( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
-            var child_1 = new Xcls_TreeViewColumn38( _this );
+            var child_1 = new Xcls_TreeViewColumn37( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
         }
 
         // user defined functions 
     }
-    public class Xcls_ListStore37 : Object 
+    public class Xcls_ListStore36 : Object 
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -988,7 +964,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_ListStore37(ValaProjectSettings _owner )
+        public Xcls_ListStore36(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ListStore( 2,     typeof(string),  // 0 key type
@@ -1002,7 +978,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_TreeViewColumn38 : Object 
+    public class Xcls_TreeViewColumn37 : Object 
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1011,7 +987,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_TreeViewColumn38(ValaProjectSettings _owner )
+        public Xcls_TreeViewColumn37(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();