src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 09:21:52 +0000 (17:21 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 09:21:52 +0000 (17:21 +0800)
src/Builder4/GtkView.vala

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

index 8149a78..8656545 100644 (file)
@@ -79,7 +79,7 @@
            "gint n_columns" : 4,
            "id" : "compile_result_store",
            "columns" : "  typeof(string), typeof(int), typeof(string), typeof(string) ",
-           "| Gtk.TreePath ts.nodeFindOrCreate" : "() {\n\n}\n",
+           "| Gtk.TreePath ts.nodeFindOrCreate" : "(Gtk.TreePath? par, string id , string title) \n{\n \n\n}\n",
            "* pack" : "set_model",
            "xtype" : "TreeStore",
            "$ xns" : "Gtk"
index 31fb431..07d3080 100644 (file)
@@ -369,7 +369,9 @@ public class Xcls_GtkView : Object
         }
 
         // user defined functions 
-        public Gtk.TreePath ts.nodeFindOrCreate () {
+        public Gtk.TreePath ts.nodeFindOrCreate (Gtk.TreePath? par, string id , string title) 
+        {
+         
         
         }
     }