src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 08:49:39 +0000 (16:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 08:49:39 +0000 (16:49 +0800)
src/Builder4/GtkView.vala

src/Builder4/GtkView.bjs
src/Builder4/GtkView.vala

index f215947..571c1a7 100644 (file)
@@ -20,7 +20,7 @@
    "xtype" : "VPaned",
    "# JsRender.JsRender file" : "null",
    "int height" : 0,
-   "| void compileNotice" : "(  string type, string file, int line, string message) {\n    // if type = \"START\"... then we reset the tree?\n    // the issue is that the compiler is continually going..\n    // so editing a file etc.. may change things.?\n    // probably not an issue.\n    if (type ==\"START\") {\n        // reset the tree;\n        return;\n    }\n     \n    \n}\n",
+   "| void compileNotice" : "(  string type, string file, int line, string message d) {\n    // if type = \"START\"... then we reset the tree?\n    // the issue is that the compiler is continually going..\n    // so editing a file etc.. may change things.?\n    // probably not an issue.\n    if (type ==\"START\") {\n        // reset the tree;\n        return;\n    }\n   \n    //var tn = this.\n    \n}\n",
    "$ xns" : "Gtk",
    "items" : [
     {
index 41ba341..ec7d697 100644 (file)
@@ -136,7 +136,7 @@ public class Xcls_GtkView : Object
              
             
     }
-    public void compileNotice (  string type, string file, int line, string message) {
+    public void compileNotice (  string type, string file, int line, string message d) {
         // if type = "START"... then we reset the tree?
         // the issue is that the compiler is continually going..
         // so editing a file etc.. may change things.?
@@ -145,7 +145,8 @@ public class Xcls_GtkView : Object
             // reset the tree;
             return;
         }
-         
+       
+        //var tn = this.
         
     }
     public class Xcls_ScrolledWindow2 : Object