NewBranch.bjs
[gitlive] / NewBranch.bjs
index 120c6db..c350bb4 100644 (file)
          ]
         }
        ]
+      },
+      {
+       "id" : "scrolled_window",
+       "* init" : "{\n\tthis.el.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n",
+       "* pack" : "add",
+       "xtype" : "ScrolledWindow",
+       "$ xns" : "Gtk",
+       "items" : [
+        {
+         "* pack" : "add",
+         "xtype" : "WebView",
+         "bool print_started" : false,
+         "$ xns" : "WebKit"
+        }
+       ]
       }
      ]
     }