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

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

index 05c0915..cb8b368 100644 (file)
            "gint n_columns" : 4,
            "id" : "compile_result_store",
            "columns" : "  typeof(string), typeof(int), typeof(string), typeof(string) ",
-           "| Gtk.TreePath ts.nodeFindOrCreate" : "(string treepath, string id , string title) \n{\n \n\n}\n",
            "* pack" : "set_model",
            "xtype" : "TreeStore",
-           "$ xns" : "Gtk"
+           "$ xns" : "Gtk",
+           "| Gtk.TreePath nodeFindOrCreate" : "() {\n\n}\n"
           },
           {
            "utf8 title" : "Compile output",
index 40a6acb..6499a83 100644 (file)
@@ -369,9 +369,7 @@ public class Xcls_GtkView : Object
         }
 
         // user defined functions 
-        public Gtk.TreePath ts.nodeFindOrCreate (string treepath, string id , string title) 
-        {
-         
+        public Gtk.TreePath nodeFindOrCreate () {
         
         }
     }