src/Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 28 Apr 2015 10:08:29 +0000 (18:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 28 Apr 2015 10:08:29 +0000 (18:08 +0800)
src/Builder4/ValaProjectSettings.vala

src/Builder4/ValaProjectSettings.bjs
src/Builder4/ValaProjectSettings.vala

index 6662c4c..50aac39 100644 (file)
                "$ xns" : "Gtk"
               },
               {
-               "utf8 title" : "name",
+               "utf8 title" : "Available Directory",
                "* init" : "\n this.el.add_attribute(_this.directory_render.el , \"text\", 0 );\n  ",
                "* pack" : "append_column",
                "xtype" : "TreeViewColumn",
            ]
           }
          ]
-        },
-        {
-         "xtype" : "Label",
-         "* pack" : "pack_start,false,false,0",
-         "$ xns" : "Gtk",
-         "utf8 label" : "Available Directories"
         }
        ]
       },
index df5dac8..f6486f4 100644 (file)
@@ -96,7 +96,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_HPaned28( _this );
+            var child_3 = new Xcls_HPaned27( _this );
             child_3.ref();
             this.el.append_page (  child_3.el , _this.label_targets.el );
         }
@@ -176,9 +176,6 @@ public class ValaProjectSettings : Object
             var child_3 = new Xcls_HBox9( _this );
             child_3.ref();
             this.el.pack_start (  child_3.el , true,true,0 );
-            var child_4 = new Xcls_Label27( _this );
-            child_4.ref();
-            this.el.pack_start (  child_4.el , false,false,0 );
         }
 
         // user defined functions 
@@ -658,7 +655,7 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.title = "name";
+            this.el.title = "Available Directory";
             this.el.resizable = true;
             var child_0 = new Xcls_directory_render( _this );
             child_0.ref();
@@ -880,28 +877,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label27 : Object 
-    {
-        public Gtk.Label el;
-        private ValaProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor 
-        public Xcls_Label27(ValaProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Available Directories" );
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions 
-    }
-    public class Xcls_HPaned28 : Object 
+    public class Xcls_HPaned27 : Object 
     {
         public Gtk.HPaned el;
         private ValaProjectSettings  _this;
@@ -910,7 +886,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_HPaned28(ValaProjectSettings _owner )
+        public Xcls_HPaned27(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.HPaned();
@@ -919,7 +895,7 @@ public class ValaProjectSettings : Object
 
             // set gobject values
             this.el.position = 300;
-            var child_0 = new Xcls_ScrolledWindow29( _this );
+            var child_0 = new Xcls_ScrolledWindow28( _this );
             child_0.ref();
             this.el.add1 (  child_0.el  );
             var child_1 = new Xcls_set_vbox( _this );
@@ -929,7 +905,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_ScrolledWindow29 : Object 
+    public class Xcls_ScrolledWindow28 : Object 
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -938,7 +914,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_ScrolledWindow29(ValaProjectSettings _owner )
+        public Xcls_ScrolledWindow28(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -981,20 +957,20 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_MenuItem31( _this );
+            var child_0 = new Xcls_MenuItem30( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
-            var child_1 = new Xcls_SeparatorMenuItem32( _this );
+            var child_1 = new Xcls_SeparatorMenuItem31( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
-            var child_2 = new Xcls_MenuItem33( _this );
+            var child_2 = new Xcls_MenuItem32( _this );
             child_2.ref();
             this.el.add (  child_2.el  );
         }
 
         // user defined functions 
     }
-    public class Xcls_MenuItem31 : Object 
+    public class Xcls_MenuItem30 : Object 
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -1003,7 +979,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_MenuItem31(ValaProjectSettings _owner )
+        public Xcls_MenuItem30(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.MenuItem();
@@ -1029,7 +1005,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_SeparatorMenuItem32 : Object 
+    public class Xcls_SeparatorMenuItem31 : Object 
     {
         public Gtk.SeparatorMenuItem el;
         private ValaProjectSettings  _this;
@@ -1038,7 +1014,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_SeparatorMenuItem32(ValaProjectSettings _owner )
+        public Xcls_SeparatorMenuItem31(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.SeparatorMenuItem();
@@ -1050,7 +1026,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_MenuItem33 : Object 
+    public class Xcls_MenuItem32 : Object 
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -1059,7 +1035,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_MenuItem33(ValaProjectSettings _owner )
+        public Xcls_MenuItem32(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.MenuItem();
@@ -1120,7 +1096,7 @@ public class ValaProjectSettings : Object
             var child_0 = new Xcls_targets_tree_store( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
-            var child_1 = new Xcls_TreeViewColumn36( _this );
+            var child_1 = new Xcls_TreeViewColumn35( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
 
@@ -1240,7 +1216,7 @@ public class ValaProjectSettings : Object
             _this.set_vbox.el.hide();
         }
     }
-    public class Xcls_TreeViewColumn36 : Object 
+    public class Xcls_TreeViewColumn35 : Object 
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1249,7 +1225,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_TreeViewColumn36(ValaProjectSettings _owner )
+        public Xcls_TreeViewColumn35(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -1333,29 +1309,29 @@ public class ValaProjectSettings : Object
             this.cgroup = null;
 
             // set gobject values
-            var child_0 = new Xcls_Label39( _this );
+            var child_0 = new Xcls_Label38( _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_Label41( _this );
+            var child_2 = new Xcls_Label40( _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_Label43( _this );
+            var child_4 = new Xcls_Label42( _this );
             child_4.ref();
             this.el.pack_start (  child_4.el , false,false,0 );
-            var child_5 = new Xcls_ScrolledWindow44( _this );
+            var child_5 = new Xcls_ScrolledWindow43( _this );
             child_5.ref();
             this.el.pack_start (  child_5.el , true,true,0 );
         }
 
         // user defined functions 
     }
-    public class Xcls_Label39 : Object 
+    public class Xcls_Label38 : Object 
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1364,7 +1340,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label39(ValaProjectSettings _owner )
+        public Xcls_Label38(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "target filename" );
@@ -1406,7 +1382,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label41 : Object 
+    public class Xcls_Label40 : Object 
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1415,7 +1391,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label41(ValaProjectSettings _owner )
+        public Xcls_Label40(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "compile flags" );
@@ -1457,7 +1433,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_Label43 : Object 
+    public class Xcls_Label42 : Object 
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1466,7 +1442,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_Label43(ValaProjectSettings _owner )
+        public Xcls_Label42(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Files to compile" );
@@ -1478,7 +1454,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_ScrolledWindow44 : Object 
+    public class Xcls_ScrolledWindow43 : Object 
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -1487,7 +1463,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_ScrolledWindow44(ValaProjectSettings _owner )
+        public Xcls_ScrolledWindow43(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -1522,10 +1498,10 @@ public class ValaProjectSettings : Object
             var child_0 = new Xcls_files_tree_store( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
-            var child_1 = new Xcls_TreeViewColumn47( _this );
+            var child_1 = new Xcls_TreeViewColumn46( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
-            var child_2 = new Xcls_TreeViewColumn49( _this );
+            var child_2 = new Xcls_TreeViewColumn48( _this );
             child_2.ref();
             this.el.append_column (  child_2.el  );
         }
@@ -1663,7 +1639,7 @@ public class ValaProjectSettings : Object
         
         }
     }
-    public class Xcls_TreeViewColumn47 : Object 
+    public class Xcls_TreeViewColumn46 : Object 
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1672,7 +1648,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_TreeViewColumn47(ValaProjectSettings _owner )
+        public Xcls_TreeViewColumn46(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -1718,7 +1694,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_TreeViewColumn49 : Object 
+    public class Xcls_TreeViewColumn48 : Object 
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1727,7 +1703,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_TreeViewColumn49(ValaProjectSettings _owner )
+        public Xcls_TreeViewColumn48(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();