Builder4/GtkView.bjs.2VQYLX
authorAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 11:14:37 +0000 (19:14 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 11:14:37 +0000 (19:14 +0800)
Builder4/GtkView.bjs
Builder4/GtkView.js.CGQYLX
Builder4/GtkView.js
Builder4/GtkView.vala.N59YLX
Builder4/GtkView.vala

Builder4/GtkView.bjs
Builder4/GtkView.js
Builder4/GtkView.vala

index 7da851b..6299db3 100644 (file)
@@ -11,6 +11,7 @@
             "xtype" : "Viewport",
             "$ xns" : "Gtk",
             "| void addNode" : "(JsRender.JsRender file) \n{\n    \n \n\n        if (file.tree == null) {\n            return;\n        }\n        \n \n\tvar x = new JsRender.NodeToGlade(file.tree,  \"\");\n\tvar str = x.munge();\n        var builder = new Gtk.Builder.from_string (str,str.length);\n        \n\tvar obj=  builder.get_object(file.tree.uid()) as Gtk.Widget;\n\tthis.lastObj = obj;\n        this.container.el.add(obj);\n}\n",
+            "string XXXX" : "",
             "items" : [
                 {
                     "id" : "container",
index 347e932..9cc55b4 100644 (file)
@@ -31,6 +31,7 @@ GtkView=new XObject({
        this.lastObj = obj;
             this.container.el.add(obj);
     },
+    XXXX : "",
     items : [
        {
             id : "container",
index ba8e531..6cb2e19 100644 (file)
@@ -15,6 +15,7 @@ public class Xcls_GtkView : Object
     public Xcls_container container;
 
         // my vars (def)
+    public string XXXX;
 
     // ctor 
     public Xcls_GtkView()