src/Builder4/ValaCompileResults.bjs
[app.Builder.js] / src / Builder4 / ValaCompileResults.bjs
1 {
2  "name" : "ValaCompileResults",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/ValaCompileResults.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "build_module" : "",
9  "items" : [
10   {
11    "int height_request" : 400,
12    "id" : "ValaCompileResults",
13    "xtype" : "Popover",
14    "Gtk.PositionType position" : "Gtk.PositionType.TOP",
15    "bool active" : false,
16    "int width_request" : 600,
17    "$ xns" : "Gtk",
18    "bool modal" : true,
19    "items" : [
20     {
21      "id" : "compile_view",
22      "* pack" : "add",
23      "xtype" : "Box",
24      "gboolean homogeneous" : false,
25      "$ xns" : "Gtk",
26      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
27      "items" : [
28       {
29        "* init" : "{\n this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n \n\n}\n",
30        "bool hexpand" : true,
31        "* pack" : "pack_end,true,true,0",
32        "xtype" : "ScrolledWindow",
33        "$ xns" : "Gtk",
34        "items" : [
35         {
36          "* init" : "{\n\n    var description =   Pango.FontDescription.from_string(\"monospace\");\n    description.set_size(8000);\n    this.el.override_font(description);\n\n\n}\n",
37          "xtype" : "SourceView",
38          "* pack" : "add",
39          "$ xns" : "Gtk",
40          "bool show_line_numbers" : true
41         }
42        ]
43       }
44      ]
45     }
46    ]
47   }
48  ]
49 }