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

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

index cb8b368..52a8b13 100644 (file)
@@ -82,7 +82,7 @@
            "* pack" : "set_model",
            "xtype" : "TreeStore",
            "$ xns" : "Gtk",
-           "| Gtk.TreePath nodeFindOrCreate" : "() {\n\n}\n"
+           "| Gtk.TreePath nodeFindOrCreate" : "(string treepath, string id , string title) \n{\n \n\n}"
           },
           {
            "utf8 title" : "Compile output",
index 6499a83..0ba3864 100644 (file)
@@ -369,7 +369,9 @@ public class Xcls_GtkView : Object
         }
 
         // user defined functions 
-        public Gtk.TreePath nodeFindOrCreate () {
+        public Gtk.TreePath nodeFindOrCreate (string treepath, string id , string title) 
+        {
+         
         
         }
     }