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

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

index 86b2085..8149a78 100644 (file)
            "gint n_columns" : 4,
            "id" : "compile_result_store",
            "columns" : "  typeof(string), typeof(int), typeof(string), typeof(string) ",
+           "| Gtk.TreePath ts.nodeFindOrCreate" : "() {\n\n}\n",
            "* pack" : "set_model",
            "xtype" : "TreeStore",
-           "$ xns" : "Gtk",
-           "| ts.nodeFindOrCreate" : "() {\n\n}\n"
+           "$ xns" : "Gtk"
           },
           {
            "utf8 title" : "Compile output",
index 78d039c..31fb431 100644 (file)
@@ -369,7 +369,7 @@ public class Xcls_GtkView : Object
         }
 
         // user defined functions 
-        public ts.nodeFindOrCreate () {
+        public Gtk.TreePath ts.nodeFindOrCreate () {
         
         }
     }