Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Nov 2014 12:30:02 +0000 (20:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Nov 2014 12:30:02 +0000 (20:30 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 72bdac6..ad7d283 100644 (file)
                                             "utf8 label" : "target filename"
                                         },
                                         {
+                                            "id" : "build_pack_target",
                                             "xtype" : "Entry",
                                             "* pack" : "pack_start,false,false,0",
-                                            "string id" : "build_pack_target",
                                             "$ xns" : "Gtk"
                                         },
                                         {
                                             "utf8 label" : "compile flags"
                                         },
                                         {
+                                            "id" : "build_compile_flags",
                                             "xtype" : "Entry",
                                             "* pack" : "pack_start,false,false,0",
-                                            "string id" : "build_compile_flags",
                                             "$ xns" : "Gtk"
                                         },
                                         {
index 5ee15a6..81d1f02 100644 (file)
@@ -26,6 +26,8 @@ public class ValaProjectSettings : Object
     public Xcls_targets_tree targets_tree;
     public Xcls_targets_tree_store targets_tree_store;
     public Xcls_targets_render targets_render;
+    public Xcls_build_pack_target build_pack_target;
+    public Xcls_build_compile_flags build_compile_flags;
     public Xcls_files_render files_render;
 
         // my vars (def)
@@ -1332,6 +1334,7 @@ public class ValaProjectSettings : Object
         public Xcls_build_pack_target(ValaProjectSettings _owner )
         {
             _this = _owner;
+            _this.build_pack_target = this;
             this.el = new Gtk.Entry();
 
             // my vars (dec)
@@ -1374,6 +1377,7 @@ public class ValaProjectSettings : Object
         public Xcls_build_compile_flags(ValaProjectSettings _owner )
         {
             _this = _owner;
+            _this.build_compile_flags = this;
             this.el = new Gtk.Entry();
 
             // my vars (dec)