src/Builder4/DialogPluginWebkit.bjs
[app.Builder.js] / src / Builder4 / DialogPluginWebkit.bjs
1 {
2  "name" : "DialogPluginWebkit",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/DialogPluginWebkit.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "items" : [
9   {
10    "xtype" : "Dialog",
11    "$ xns" : "Gtk",
12    "items" : [
13     {
14      "xtype" : "VBox",
15      "$ pack" : "get_content_area().add",
16      "$ xns" : "Gtk",
17      "items" : [
18       {
19        "* init" : "  this.el.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n \n",
20        "* pack" : "pack_end,true,true,0",
21        "xtype" : "ScrolledWindow",
22        "$ xns" : "Gtk",
23        "items" : [
24         {
25          "id" : "patchview",
26          "xtype" : "WebView",
27          "* pack" : "add",
28          "$ xns" : "WebKit"
29         }
30        ]
31       }
32      ]
33     }
34    ]
35   }
36  ]
37 }