src/Builder4/WindowLeftTree.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 10:31:41 +0000 (18:31 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 10:31:41 +0000 (18:31 +0800)
src/Builder4/WindowLeftTree.vala

src/Builder4/WindowLeftTree.bjs
src/Builder4/WindowLeftTree.vala

index 3f058db..4458923 100644 (file)
@@ -50,6 +50,7 @@
      "# bool drag_in_motion" : "",
      "# bool blockChanges" : false,
      "$ xns" : "Gtk",
+     "string XXXX" : "",
      "|           void selectNode" : "(string treepath_str, string source) {\n\tthis.lastEventSource = source;\n    //this.selection.select_path(new  Gtk.TreePath.from_string( treepath_str));\n     var tp = new Gtk.TreePath.from_string(treepath_str);\n     \n     this.el.set_cursor(tp, null, false);  \n     this.el.scroll_to_cell(tp, null, false, 0,0);\n}\n",
      "items" : [
       {
index 1e6277d..a449f01 100644 (file)
@@ -82,6 +82,7 @@ public class Xcls_WindowLeftTree : Object
         public int drag_y;
         public bool drag_in_motion;
         public bool blockChanges;
+        public string XXXX;
 
         // ctor
         public Xcls_view(Xcls_WindowLeftTree _owner )