resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / ValaProjectSettings.vala
index ff6b95a..b61cc6d 100644 (file)
@@ -1,6 +1,6 @@
 static ValaProjectSettings  _ValaProjectSettings;
 
-public class ValaProjectSettings : Object 
+public class ValaProjectSettings : Object
 {
     public Gtk.Box el;
     private ValaProjectSettings  _this;
@@ -29,6 +29,7 @@ public class ValaProjectSettings : Object
     public Xcls_set_vbox set_vbox;
     public Xcls_build_pack_target build_pack_target;
     public Xcls_build_compile_flags build_compile_flags;
+    public Xcls_build_execute_args build_execute_args;
     public Xcls_files_tree_store files_tree_store;
     public Xcls_files_render files_render;
     public Xcls_files_render_use files_render_use;
@@ -37,7 +38,7 @@ public class ValaProjectSettings : Object
     public Project.Gtk project;
     public Xcls_MainWindow window;
 
-    // ctor 
+    // ctor
     public ValaProjectSettings()
     {
         _this = this;
@@ -48,12 +49,13 @@ public class ValaProjectSettings : Object
         this.window = null;
 
         // set gobject values
+        this.el.hexpand = true;
         var child_0 = new Xcls_Notebook2( _this );
         child_0.ref();
         this.el.pack_start (  child_0.el , true,true,0 );
     }
 
-    // user defined functions 
+    // user defined functions
     public void show (Project.Gtk project) {
         
         
@@ -72,7 +74,7 @@ public class ValaProjectSettings : Object
     public void save ()  {
         this.project.writeConfig();
     }
-    public class Xcls_Notebook2 : Object 
+    public class Xcls_Notebook2 : Object
     {
         public Gtk.Notebook el;
         private ValaProjectSettings  _this;
@@ -80,7 +82,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_Notebook2(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -96,14 +98,14 @@ public class ValaProjectSettings : Object
             var child_2 = new Xcls_Box5( _this );
             child_2.ref();
             this.el.append_page (  child_2.el , _this.label_global.el );
-            var child_3 = new Xcls_HPaned26( _this );
+            var child_3 = new Xcls_Paned26( _this );
             child_3.ref();
             this.el.append_page (  child_3.el , _this.label_targets.el );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_label_global : Object 
+    public class Xcls_label_global : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -111,7 +113,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_label_global(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -123,9 +125,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_label_targets : Object 
+
+    public class Xcls_label_targets : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -133,7 +136,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_label_targets(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -145,9 +148,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Box5 : Object 
+
+    public class Xcls_Box5 : Object
     {
         public Gtk.Box el;
         private ValaProjectSettings  _this;
@@ -155,7 +159,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_Box5(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -171,14 +175,14 @@ public class ValaProjectSettings : Object
             var child_1 = new Xcls_compile_flags( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,0 );
-            var child_2 = new Xcls_Box8( _this );
+            var child_2 = new Xcls_Paned8( _this );
             child_2.ref();
             this.el.pack_start (  child_2.el , true,true,0 );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label6 : Object 
+    public class Xcls_Label6 : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -186,7 +190,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_Label6(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -197,9 +201,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_compile_flags : Object 
+
+    public class Xcls_compile_flags : Object
     {
         public Gtk.Entry el;
         private ValaProjectSettings  _this;
@@ -207,7 +212,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_compile_flags(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -219,7 +224,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.placeholder_text = "eg. -g --valasrc $BASEDIR ";
 
-            // listeners 
+            //listeners
             this.el.changed.connect( () => {
                 
                _this.project.compilegroups.get("_default_").compile_flags = this.el.text;
@@ -229,36 +234,38 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Box8 : Object 
+
+    public class Xcls_Paned8 : Object
     {
-        public Gtk.Box el;
+        public Gtk.Paned el;
         private ValaProjectSettings  _this;
 
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_Box8(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_Paned8(ValaProjectSettings _owner )
         {
             _this = _owner;
-            this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
+            this.el = new Gtk.Paned( Gtk.Orientation.HORIZONTAL );
 
             // my vars (dec)
 
             // set gobject values
+            this.el.position = 300;
             var child_0 = new Xcls_ScrolledWindow9( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
             var child_1 = new Xcls_ScrolledWindow16( _this );
             child_1.ref();
-            this.el.add (  child_1.el  );
+            this.el.add2 (  child_1.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_ScrolledWindow9 : Object 
+    public class Xcls_ScrolledWindow9 : Object
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -266,7 +273,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_ScrolledWindow9(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -275,14 +282,15 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             var child_0 = new Xcls_default_packages_tree( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_packages_tree : Object 
+    public class Xcls_default_packages_tree : Object
     {
         public Gtk.TreeView el;
         private ValaProjectSettings  _this;
@@ -290,7 +298,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_packages_tree(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -311,9 +319,9 @@ public class ValaProjectSettings : Object
             this.el.append_column (  child_2.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_packages_tree_store : Object 
+    public class Xcls_default_packages_tree_store : Object
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -321,7 +329,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_packages_tree_store(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -334,7 +342,7 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
         public void load () {
          
             var def = _this.project.compilegroups.get("_default_");
@@ -357,7 +365,8 @@ public class ValaProjectSettings : Object
             
         }
     }
-    public class Xcls_TreeViewColumn12 : Object 
+
+    public class Xcls_TreeViewColumn12 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -365,7 +374,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_TreeViewColumn12(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -381,14 +390,14 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             this.el.add_attribute(_this.packages_render.el , "text", 0 );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_packages_render : Object 
+    public class Xcls_packages_render : Object
     {
         public Gtk.CellRendererText el;
         private ValaProjectSettings  _this;
@@ -396,7 +405,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_packages_render(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -408,9 +417,11 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_TreeViewColumn14 : Object 
+
+
+    public class Xcls_TreeViewColumn14 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -418,7 +429,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_TreeViewColumn14(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -434,16 +445,16 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             {
              this.el.add_attribute(_this.packages_render_use.el , "active", 1 );
              }
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_packages_render_use : Object 
+    public class Xcls_packages_render_use : Object
     {
         public Gtk.CellRendererToggle el;
         private ValaProjectSettings  _this;
@@ -451,7 +462,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_packages_render_use(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -463,7 +474,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.activatable = true;
 
-            // listeners 
+            //listeners
             this.el.toggled.connect( (  path_string) =>  { 
                 var m = _this.default_packages_tree_store.el;
                Gtk.TreeIter iter;
@@ -488,9 +499,13 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_ScrolledWindow16 : Object 
+
+
+
+
+    public class Xcls_ScrolledWindow16 : Object
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -498,7 +513,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_ScrolledWindow16(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -507,6 +522,7 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             var child_0 = new Xcls_default_directory_tree( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
@@ -514,9 +530,9 @@ public class ValaProjectSettings : Object
             child_1.ref();
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_directory_tree : Object 
+    public class Xcls_default_directory_tree : Object
     {
         public Gtk.TreeView el;
         private ValaProjectSettings  _this;
@@ -524,7 +540,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_directory_tree(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -542,7 +558,7 @@ public class ValaProjectSettings : Object
             child_1.ref();
             this.el.append_column (  child_1.el  );
 
-            // listeners 
+            //listeners
             this.el.button_press_event.connect( ( ev) => {
                 //console.log("button press?");
                
@@ -570,9 +586,9 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_directory_tree_store : Object 
+    public class Xcls_default_directory_tree_store : Object
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -580,7 +596,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_directory_tree_store(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -593,7 +609,7 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
         public void load () {
          
           this.el.clear();
@@ -615,7 +631,8 @@ public class ValaProjectSettings : Object
             
         }
     }
-    public class Xcls_TreeViewColumn19 : Object 
+
+    public class Xcls_TreeViewColumn19 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -623,7 +640,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_TreeViewColumn19(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -638,14 +655,14 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             this.el.add_attribute(_this.directory_render.el , "text", 0 );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_directory_render : Object 
+    public class Xcls_directory_render : Object
     {
         public Gtk.CellRendererText el;
         private ValaProjectSettings  _this;
@@ -653,7 +670,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_directory_render(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -665,9 +682,12 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_directory_menu : Object 
+
+
+
+    public class Xcls_default_directory_menu : Object
     {
         public Gtk.Menu el;
         private ValaProjectSettings  _this;
@@ -675,7 +695,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_directory_menu(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -699,9 +719,9 @@ public class ValaProjectSettings : Object
             this.el.add (  child_3.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem22 : Object 
+    public class Xcls_MenuItem22 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -709,7 +729,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_MenuItem22(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -720,7 +740,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Add Directory";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                 var  chooser = new Gtk.FileChooserDialog (
@@ -741,9 +761,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem23 : Object 
+
+    public class Xcls_MenuItem23 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -751,7 +772,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_MenuItem23(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -762,7 +783,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Add File";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                 var  chooser = new Gtk.FileChooserDialog (
@@ -783,9 +804,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_SeparatorMenuItem24 : Object 
+
+    public class Xcls_SeparatorMenuItem24 : Object
     {
         public Gtk.SeparatorMenuItem el;
         private ValaProjectSettings  _this;
@@ -793,7 +815,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_SeparatorMenuItem24(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -804,9 +826,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem25 : Object 
+
+    public class Xcls_MenuItem25 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -814,7 +837,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_MenuItem25(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -825,7 +848,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Remove File/Directory";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                  //
@@ -852,21 +875,26 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_HPaned26 : Object 
+
+
+
+
+
+    public class Xcls_Paned26 : Object
     {
-        public Gtk.HPaned el;
+        public Gtk.Paned el;
         private ValaProjectSettings  _this;
 
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_HPaned26(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_Paned26(ValaProjectSettings _owner )
         {
             _this = _owner;
-            this.el = new Gtk.HPaned();
+            this.el = new Gtk.Paned( Gtk.Orientation.HORIZONTAL );
 
             // my vars (dec)
 
@@ -880,9 +908,9 @@ public class ValaProjectSettings : Object
             this.el.add2 (  child_1.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_ScrolledWindow27 : Object 
+    public class Xcls_ScrolledWindow27 : Object
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -890,7 +918,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_ScrolledWindow27(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -906,7 +934,7 @@ public class ValaProjectSettings : Object
             child_1.ref();
             this.el.add (  child_1.el  );
 
-            // init method 
+            // init method
 
             {  
             this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);
@@ -914,9 +942,9 @@ public class ValaProjectSettings : Object
             }
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_targets_tree_menu : Object 
+    public class Xcls_targets_tree_menu : Object
     {
         public Gtk.Menu el;
         private ValaProjectSettings  _this;
@@ -924,7 +952,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_targets_tree_menu(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -945,9 +973,9 @@ public class ValaProjectSettings : Object
             this.el.add (  child_2.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem29 : Object 
+    public class Xcls_MenuItem29 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -955,7 +983,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_MenuItem29(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -966,7 +994,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Add Compile Target";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                    if (_this.project.compilegroups.has_key("NEW GROUP")) {
@@ -980,9 +1008,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_SeparatorMenuItem30 : Object 
+
+    public class Xcls_SeparatorMenuItem30 : Object
     {
         public Gtk.SeparatorMenuItem el;
         private ValaProjectSettings  _this;
@@ -990,7 +1019,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_SeparatorMenuItem30(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1001,9 +1030,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem31 : Object 
+
+    public class Xcls_MenuItem31 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -1011,7 +1041,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_MenuItem31(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1022,7 +1052,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Remove Target";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                  //
@@ -1049,9 +1079,11 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_targets_tree : Object 
+
+
+    public class Xcls_targets_tree : Object
     {
         public Gtk.TreeView el;
         private ValaProjectSettings  _this;
@@ -1060,7 +1092,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
         public string cursor;
 
-        // ctor 
+        // ctor
         public Xcls_targets_tree(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1077,7 +1109,7 @@ public class ValaProjectSettings : Object
             child_1.ref();
             this.el.append_column (  child_1.el  );
 
-            // listeners 
+            //listeners
             this.el.button_press_event.connect( ( ev) => {
                 //console.log("button press?");
                
@@ -1134,6 +1166,8 @@ public class ValaProjectSettings : Object
                    
                    _this.build_pack_target.el.set_text(cg.target_bin);
                    _this.build_compile_flags.el.set_text(cg.compile_flags);
+                       _this.build_execute_args.el.set_text(cg.execute_args);
+                   
                    _this.set_vbox.cgroup = cg;
                    _this.files_tree_store.update();
                    
@@ -1143,9 +1177,9 @@ public class ValaProjectSettings : Object
               });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_targets_tree_store : Object 
+    public class Xcls_targets_tree_store : Object
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -1153,7 +1187,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_targets_tree_store(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1167,7 +1201,7 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
         public void load () {
          
           this.el.clear();
@@ -1193,7 +1227,8 @@ public class ValaProjectSettings : Object
             _this.set_vbox.el.hide();
         }
     }
-    public class Xcls_TreeViewColumn34 : Object 
+
+    public class Xcls_TreeViewColumn34 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1201,7 +1236,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_TreeViewColumn34(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1216,16 +1251,16 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             {
                  this.el.add_attribute(_this.targets_render.el , "text", 0 );
              }
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_targets_render : Object 
+    public class Xcls_targets_render : Object
     {
         public Gtk.CellRendererText el;
         private ValaProjectSettings  _this;
@@ -1233,7 +1268,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_targets_render(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1245,7 +1280,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.editable = true;
 
-            // listeners 
+            //listeners
             this.el.edited.connect( (path, newtext) => {
                  
                  Gtk.TreeIter  iter;
@@ -1264,28 +1299,33 @@ public class ValaProjectSettings : Object
               });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_set_vbox : Object 
+
+
+
+
+    public class Xcls_set_vbox : Object
     {
-        public Gtk.VBox el;
+        public Gtk.Box el;
         private ValaProjectSettings  _this;
 
 
             // my vars (def)
         public Project.GtkValaSettings cgroup;
 
-        // ctor 
+        // ctor
         public Xcls_set_vbox(ValaProjectSettings _owner )
         {
             _this = _owner;
             _this.set_vbox = this;
-            this.el = new Gtk.VBox( false, 0 );
+            this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
             // my vars (dec)
             this.cgroup = null;
 
             // set gobject values
+            this.el.homogeneous = false;
             var child_0 = new Xcls_Label37( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
@@ -1301,14 +1341,20 @@ public class ValaProjectSettings : Object
             var child_4 = new Xcls_Label41( _this );
             child_4.ref();
             this.el.pack_start (  child_4.el , false,false,0 );
-            var child_5 = new Xcls_ScrolledWindow42( _this );
+            var child_5 = new Xcls_build_execute_args( _this );
             child_5.ref();
-            this.el.pack_start (  child_5.el , true,true,0 );
+            this.el.pack_start (  child_5.el , false,false,0 );
+            var child_6 = new Xcls_Label43( _this );
+            child_6.ref();
+            this.el.pack_start (  child_6.el , false,false,0 );
+            var child_7 = new Xcls_ScrolledWindow44( _this );
+            child_7.ref();
+            this.el.pack_start (  child_7.el , true,true,0 );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label37 : Object 
+    public class Xcls_Label37 : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1316,7 +1362,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_Label37(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1327,9 +1373,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_build_pack_target : Object 
+
+    public class Xcls_build_pack_target : Object
     {
         public Gtk.Entry el;
         private ValaProjectSettings  _this;
@@ -1337,7 +1384,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_build_pack_target(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1348,7 +1395,7 @@ public class ValaProjectSettings : Object
 
             // set gobject values
 
-            // listeners 
+            //listeners
             this.el.changed.connect( ()  => {
                     if (_this.targets_tree.cursor.length < 1) {
                     return;
@@ -1357,9 +1404,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label39 : Object 
+
+    public class Xcls_Label39 : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1367,7 +1415,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_Label39(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1378,9 +1426,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_build_compile_flags : Object 
+
+    public class Xcls_build_compile_flags : Object
     {
         public Gtk.Entry el;
         private ValaProjectSettings  _this;
@@ -1388,7 +1437,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_build_compile_flags(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1399,7 +1448,7 @@ public class ValaProjectSettings : Object
 
             // set gobject values
 
-            // listeners 
+            //listeners
             this.el.changed.connect( () => {
                 if (_this.targets_tree.cursor.length < 1) {
                     return;
@@ -1408,9 +1457,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label41 : Object 
+
+    public class Xcls_Label41 : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1418,8 +1468,62 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_Label41(ValaProjectSettings _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Label( "test argments - when run after a build" );
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
+
+    public class Xcls_build_execute_args : Object
+    {
+        public Gtk.Entry el;
+        private ValaProjectSettings  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_build_execute_args(ValaProjectSettings _owner )
+        {
+            _this = _owner;
+            _this.build_execute_args = this;
+            this.el = new Gtk.Entry();
+
+            // my vars (dec)
+
+            // set gobject values
+            this.el.placeholder_text = "eg.  -f somefile -g ";
+
+            //listeners
+            this.el.changed.connect( () => {
+                if (_this.targets_tree.cursor.length < 1) {
+                    return;
+                }
+                _this.project.compilegroups.get(_this.targets_tree.cursor).execute_args = this.el.text;
+            });
+        }
+
+        // user defined functions
+    }
+
+    public class Xcls_Label43 : Object
+    {
+        public Gtk.Label el;
+        private ValaProjectSettings  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_Label43(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Files to compile" );
@@ -1429,9 +1533,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_ScrolledWindow42 : Object 
+
+    public class Xcls_ScrolledWindow44 : Object
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -1439,8 +1544,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_ScrolledWindow42(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_ScrolledWindow44(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -1453,9 +1558,9 @@ public class ValaProjectSettings : Object
             this.el.add (  child_0.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_files_tree : Object 
+    public class Xcls_files_tree : Object
     {
         public Gtk.TreeView el;
         private ValaProjectSettings  _this;
@@ -1463,7 +1568,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_files_tree(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1475,17 +1580,17 @@ 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_TreeViewColumn45( _this );
+            var child_1 = new Xcls_TreeViewColumn47( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
-            var child_2 = new Xcls_TreeViewColumn47( _this );
+            var child_2 = new Xcls_TreeViewColumn49( _this );
             child_2.ref();
             this.el.append_column (  child_2.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_files_tree_store : Object 
+    public class Xcls_files_tree_store : Object
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -1493,7 +1598,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_files_tree_store(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1509,7 +1614,7 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
         public void updateDir (string dname, bool bval) {
           
           Gtk.TreeIter citer;
@@ -1560,7 +1665,7 @@ public class ValaProjectSettings : Object
         
             for(var i =0 ; i < items.size; i++) {
             
-                 var files = _this.project.files(items.get(i));
+                 var files = _this.project.filesForCompile(items.get(i), false);
                  if (files.size < 1) {
                     continue;
                  }
@@ -1616,7 +1721,8 @@ public class ValaProjectSettings : Object
         
         }
     }
-    public class Xcls_TreeViewColumn45 : Object 
+
+    public class Xcls_TreeViewColumn47 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1624,8 +1730,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_TreeViewColumn45(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_TreeViewColumn47(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -1639,7 +1745,7 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             this.el.add_attribute(_this.files_render.el , "markup", 1 ); // basnemae
              
@@ -1647,9 +1753,9 @@ public class ValaProjectSettings : Object
             */
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_files_render : Object 
+    public class Xcls_files_render : Object
     {
         public Gtk.CellRendererText el;
         private ValaProjectSettings  _this;
@@ -1657,7 +1763,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_files_render(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1669,9 +1775,11 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_TreeViewColumn47 : Object 
+
+
+    public class Xcls_TreeViewColumn49 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1679,8 +1787,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_TreeViewColumn47(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_TreeViewColumn49(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -1695,16 +1803,16 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             {
              this.el.add_attribute(_this.files_render_use.el , "active", 3 );
              }
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_files_render_use : Object 
+    public class Xcls_files_render_use : Object
     {
         public Gtk.CellRendererToggle el;
         private ValaProjectSettings  _this;
@@ -1712,7 +1820,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_files_render_use(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1724,7 +1832,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.activatable = true;
 
-            // listeners 
+            //listeners
             this.el.toggled.connect( (  path_string) =>  { 
             
             
@@ -1770,6 +1878,13 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
+
+
+
+
+
+
+
 }