NewBranch.bjs
[gitlive] / NewBranch.bjs
index 3874f1c..ca8b1bf 100644 (file)
    "bool modal" : true,
    "items" : [
     {
-     "xtype" : "VBox",
+     "xtype" : "Box",
      "$ pack" : "get_content_area().add",
      "$ xns" : "Gtk",
+     "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "items" : [
       {
        "bool homogeneous" : true,
          ]
         }
        ]
+      },
+      {
+       "id" : "scrolled_window",
+       "* init" : "{\n\tthis.el.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n}\n",
+       "* pack" : "add",
+       "xtype" : "ScrolledWindow",
+       "$ xns" : "Gtk",
+       "items" : [
+        {
+         "* init" : "\n\n{\n\t\t \n\t \n            // init method",
+         "* pack" : "add",
+         "xtype" : "WebView",
+         "bool print_started" : false,
+         "$ xns" : "WebKit"
+        }
+       ]
       }
      ]
     }