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    "| void show" : "( Gtk.Widget onbtn) {\n\tthis.window.el.get_size(out w, out h);\n    \n    // left tree = 250, editor area = 500?\n    \n    var new_w = int.min(250, w-100);\n    if (new_w > (w-100)) {\n        new_w = w-100;\n    }\n    this.el.set_size_request( int.max(100, new_w), int.max(100, h-120));\n\n    \n\n    if (this.el.relative_to == null) {\n        this.el.set_relative_to(onbtn);\n    }\n    this.el.show_all();\n   \n    while(Gtk.events_pending()) { \n            Gtk.main_iteration();\n    }       \n}\n",
14    "xtype" : "Popover",
15    "Gtk.PositionType position" : "Gtk.PositionType.TOP",
16    "bool active" : false,
17    "int width_request" : 600,
18    "$ xns" : "Gtk",
19    "bool modal" : true,
20    "items" : [
21     {
22      "id" : "compile_view",
23      "* pack" : "add",
24      "xtype" : "Box",
25      "gboolean homogeneous" : false,
26      "$ xns" : "Gtk",
27      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
28      "items" : [
29       {
30        "* init" : "{\n this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n \n\n}\n",
31        "bool hexpand" : true,
32        "* pack" : "pack_end,true,true,0",
33        "xtype" : "ScrolledWindow",
34        "$ xns" : "Gtk",
35        "items" : [
36         {
37          "* 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",
38          "xtype" : "SourceView",
39          "* pack" : "add",
40          "$ xns" : "Gtk",
41          "bool show_line_numbers" : true
42         }
43        ]
44       }
45      ]
46     }
47    ]
48   }
49  ]
50 }