Fix #5829 - Messing around with flutter API
[roobuilder] / src / Builder4 / MainWindow.bjs
1 {
2  "name" : "MainWindow",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/roobuilder/src/Builder4/MainWindow.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "build_module" : "builder",
9  "items" : [
10   {
11    "listeners" : {
12     "delete_event" : "  (   event) => {\n    return false;\n} ",
13     "destroy" : "() =>  {\n Xcls_MainWindow.singleton().no_windows--;\n \n Resources.singleton().disconnect(_this.statusbar.handler_id);\n \n \n if (Xcls_MainWindow.singleton().no_windows < 1) {\n\n     Gtk.main_quit();\n }\n}",
14     "show" : "  ( ) => {\n    // hide the file editing..\n   \n    //this.hideViewEditing();\n    _this.statusbar.el.hide();\n     _this.statusbar_errors.el.hide();\n    _this.statusbar_warnings.el.hide();\n    _this.statusbar_depricated.el.hide();\n    _this.statusbar_compile_spinner.el.hide();\n  \n    Resources.singleton().checkResources();\n\n}",
15     "key_release_event" : " (event) => {\n    \n    if (this.search_entry.el.is_visible()) {\n\t\tif (event.keyval == Gdk.Key.f && (event.state & Gdk.ModifierType.CONTROL_MASK ) > 0 ) {\n\t\t    print(\"SAVE: ctrl-f  pressed\");\n\t\t\tthis.search_entry.el.grab_focus();\n\t\t    return false;\n\t\t}\n\t\t\n\t\tif (event.keyval == Gdk.Key.g && (event.state & Gdk.ModifierType.CONTROL_MASK ) > 0 ) {\n\t\t    print(\"SAVE: ctrl-g  pressed\");\n\t\t\tthis.search_entry.forwardSearch(true);\n\t\t    return false;\n\t\t}\n\t\t\n\t}    \n\t\n\tif (event.keyval == Gdk.Key.n && (event.state & Gdk.ModifierType.CONTROL_MASK ) > 0 ) {\n\t\tprint(\"SAVE: ctrl-n  pressed\");\n\t\tthis.openNewWindow();\n\t\treturn false;\n\t}\n\t\n   // print(event.key.keyval)\n    \n    return false;\n\n} \n\n"
16    },
17    "id" : "MainWindow",
18    "default_width" : 800,
19    "* init" : " \n\t  \n    //this.el.show_all();\n    //try {\n         this.el.set_icon_name(\"roobuilder\");\n\t//} catch (Exception e) {\n\t//\tprint(\"no icon found\");\n//\t}",
20    "| void openNewWindow" : "() {\n\tXcls_MainWindow.singleton().no_windows++;\n        var w = new Xcls_MainWindow();\n        w.ref();\n\n        w.el.show_all();\n        w.initChildren();\n        w.windowstate.switchState(WindowState.State.FILES);\n}\n",
21    "# Project.Project project" : "null",
22    "# string title" : "\"Roo Application Builder\"",
23    "xtype" : "Window",
24    "# int no_windows" : 1,
25    "default_height" : 500,
26    "|        void initChildren" : " () {\n    // this needs putting in a better place..\n    this.windowstate = new WindowState(this);\n     \n\n    //w.el.show_all();\n    var tl = new Clutter.Timeline(6000);\n    tl.set_repeat_count(-1);\n    tl.start();\n    tl.ref();\n\n    \n\n\n\n}\n",
27    "$ xns" : "Gtk",
28    "|             void show" : "() {\n   \n    this.el.show_all();\n\n}",
29    "# WindowState windowstate" : "null",
30    "border_width" : 0,
31    "$ type" : "Gtk.WindowType.TOPLEVEL",
32    "|             void setTitle" : " (string str) {\n    this.headerbar.el.set_title(this.title + \" - \" + str);\n} \n",
33    "items" : [
34     {
35      "id" : "headerbar",
36      "xtype" : "HeaderBar",
37      "* pack" : "set_titlebar",
38      "bool show_close_button" : true,
39      "$ xns" : "Gtk",
40      "string title" : "Application Builder",
41      "items" : [
42       {
43        "* pack" : "pack_start",
44        "xtype" : "Box",
45        "$ xns" : "Gtk",
46        "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
47        "items" : [
48         {
49          "bool use_popover" : false,
50          "xtype" : "MenuButton",
51          "* pack" : "add",
52          "$ xns" : "Gtk",
53          "items" : [
54           {
55            "id" : "topbarmenu",
56            "* init" : "{\n    this.el.show_all();\n}\n",
57            "xtype" : "Menu",
58            "* pack" : "set_popup",
59            "$ xns" : "Gtk",
60            "items" : [
61             {
62              "listeners" : {
63               "activate" : "( ) => {\n       _this.openNewWindow();\n}"
64              },
65              "xtype" : "MenuItem",
66              "string label" : "Open a new Window",
67              "* pack" : "append",
68              "$ xns" : "Gtk"
69             },
70             {
71              "* pack" : "append",
72              "xtype" : "SeparatorMenuItem",
73              "$ xns" : "Gtk"
74             },
75             {
76              "listeners" : {
77               "activate" : " ( ) => {\n         Resources.singleton().fetchStart();\n}"
78              },
79              "* pack" : "append",
80              "xtype" : "MenuItem",
81              "string label" : "Download updated Resources",
82              "$ xns" : "Gtk"
83             },
84             {
85              "listeners" : {
86               "activate" : "() => {\n    About.singleton().el.show();\n    }"
87              },
88              "string label" : "About the Builder",
89              "* pack" : "append",
90              "xtype" : "MenuItem",
91              "$ xns" : "Gtk"
92             }
93            ]
94           },
95           {
96            "xtype" : "Image",
97            "utf8 icon_name" : "help-about",
98            "* pack" : "set_image",
99            "$ xns" : "Gtk"
100           }
101          ]
102         },
103         {
104          "listeners" : {
105           "clicked" : "  ( ) => {\n   _this.windowstate.switchState(WindowState.State.FILES);\n      \n\n}"
106          },
107          "id" : "openbtn",
108          "* pack" : "add",
109          "xtype" : "Button",
110          "$ xns" : "Gtk",
111          "$ tooltop_text" : "\"Open File\"",
112          "items" : [
113           {
114            "* pack" : "set_image",
115            "xtype" : "Image",
116            "utf8 icon_name" : "document-open",
117            "$ xns" : "Gtk"
118           }
119          ]
120         },
121         {
122          "listeners" : {
123           "clicked" : "  ( ) => {\n  \n    _this.windowstate.switchState(WindowState.State.PREVIEW);\n    \n\n}"
124          },
125          "id" : "openbackbtn",
126          "utf8 tooltip_text" : "Back",
127          "xtype" : "Button",
128          "* pack" : "add",
129          "$ xns" : "Gtk",
130          "bool visible" : false,
131          "items" : [
132           {
133            "utf8 icon_name" : "go-previous",
134            "* pack" : "set_image",
135            "xtype" : "Image",
136            "$ xns" : "Gtk"
137           }
138          ]
139         }
140        ]
141       }
142      ]
143     },
144     {
145      "id" : "vbox",
146      "* pack" : "add",
147      "xtype" : "Box",
148      "$ xns" : "Gtk",
149      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
150      "$ homogeneous" : false,
151      "items" : [
152       {
153        "id" : "mainpane",
154        "position" : 400,
155        "* pack" : "pack_start,true,true,0",
156        "# int lastWidth" : 0,
157        "xtype" : "Paned",
158        "$ xns" : "Gtk",
159        "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
160        "items" : [
161         {
162          "id" : "leftpane",
163          "xtype" : "Box",
164          "* pack" : "add1",
165          "$ xns" : "Gtk",
166          "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
167          "items" : [
168           {
169            "id" : "editpane",
170            "xtype" : "Paned",
171            "* pack" : "pack_start,true,true,0",
172            "$ xns" : "Gtk",
173            "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
174            "items" : [
175             {
176              "id" : "tree",
177              "xtype" : "Box",
178              "* pack" : "add1",
179              "$ xns" : "Gtk",
180              "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
181             },
182             {
183              "id" : "props",
184              "xtype" : "Box",
185              "* pack" : "add2",
186              "$ xns" : "Gtk",
187              "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL"
188             }
189            ]
190           }
191          ]
192         },
193         {
194          "* pack" : "add2",
195          "xtype" : "Box",
196          "$ xns" : "Gtk",
197          "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
198          "items" : [
199           {
200            "listeners" : {
201             "size_allocate" : "  (  alloc) => {\n    if (_this.windowstate == null) {\n        return;\n    }\n    _this.windowstate.resizeCanvas(); \n        \n}"
202            },
203            "id" : "clutterembed",
204            "* init" : "    var stage = this.el.get_stage();\n    stage.set_background_color(  Clutter.Color.from_string(\"#000\"));\n    \n    \n",
205            "xtype" : "Embed",
206            "* pack" : "pack_start,true,true,0",
207            "$ xns" : "GtkClutter",
208            "items" : [
209             {
210              "id" : "rooview",
211              "* init" : "{\n   \n   \n    this.el.add_constraint(\n        new Clutter.AlignConstraint(\n            _this.clutterembed.el.get_stage(), \n            Clutter.AlignAxis.X_AXIS,\n            1.0f\n        )\n    );\n        \n    //this.el.set_position(100,100);\n    this.el.set_pivot_point(1.0f,1.0f);\n    \n    this.el.set_size(_this.clutterembed.el.get_stage().width-50,\n            _this.clutterembed.el.get_stage().height);\n            \n}",
212              "xtype" : "Actor",
213              "* pack" : "get_stage().add_child",
214              "$ xns" : "GtkClutter"
215             },
216             {
217              "id" : "objectview",
218              "* init" : "{\n   \n   /*\n    this.el.add_constraint(\n        new Clutter.AlignConstraint(\n            _this.clutterembed.el.get_stage(), \n            Clutter.AlignAxis.X_AXIS,\n            0.0f\n        )\n    );\n    */\n    this.el.fixed_x = 50.0f;\n    this.el.fixed_y = 0.0f;\n    //this.el.set_position(100,100);\n    this.el.set_pivot_point(0.0f,0.0f);\n    this.el.set_scale(0.0f,1.0f);\n    this.el.set_size((_this.clutterembed.el.get_stage().width-50)/2,\n            _this.clutterembed.el.get_stage().height);\n            \n}",
219              "xtype" : "Actor",
220              "* pack" : "get_stage().add_child",
221              "$ xns" : "GtkClutter"
222             },
223             {
224              "id" : "codeeditview",
225              "* init" : "{\n   \n   /*\n    this.el.add_constraint(\n        new Clutter.AlignConstraint(\n            _this.clutterembed.el.get_stage(), \n            Clutter.AlignAxis.X_AXIS,\n            0.0f\n        )\n    );\n    */\n    this.el.fixed_x = 50.0f;\n    this.el.fixed_y = 0.0f;\n    //this.el.set_position(100,100);\n    this.el.set_pivot_point(0.0f,0.0f);\n    this.el.set_scale(0.0f,1.0f);\n    this.el.set_size((_this.clutterembed.el.get_stage().width-50)/2,\n            _this.clutterembed.el.get_stage().height);\n            \n}",
226              "xtype" : "Actor",
227              "* pack" : "get_stage().add_child",
228              "$ xns" : "GtkClutter"
229             },
230             {
231              "id" : "addpropsview",
232              "* init" : "{\n   \n   /*\n    this.el.add_constraint(\n        new Clutter.AlignConstraint(\n            _this.clutterembed.el.get_stage(), \n            Clutter.AlignAxis.X_AXIS,\n            0.0f\n        )\n    );\n    */\n    this.el.fixed_x = 50.0f;\n    this.el.fixed_y = 0.0f;\n    //this.el.set_position(100,100);\n    this.el.set_pivot_point(0.0f,0.0f);\n    this.el.set_scale(0.0f,1.0f);\n    this.el.set_size((_this.clutterembed.el.get_stage().width-50)/2,\n            _this.clutterembed.el.get_stage().height);\n            \n}",
233              "xtype" : "Actor",
234              "* pack" : "get_stage().add_child",
235              "$ xns" : "GtkClutter"
236             },
237             {
238              "id" : "buttonlayout",
239              "* init" : "{\n    \n    this.el.add_constraint(\n        new Clutter.AlignConstraint(\n            _this.clutterembed.el.get_stage(), \n            Clutter.AlignAxis.X_AXIS,\n            0.0f\n        )\n    );\n     \n    \n    //this.el.set_position(100,100);\n    this.el.set_pivot_point(0.5f,0.5f);\n     this.el.set_size(50,\n           _this.clutterembed.el.get_stage().height);\n     \n}",
240              "xtype" : "Actor",
241              "* pack" : "get_stage().add_child",
242              "$ xns" : "Clutter",
243              "items" : [
244               {
245                "$ orientation" : "Clutter.Orientation.VERTICAL",
246                "xtype" : "BoxLayout",
247                "$ xns" : "Clutter",
248                "* prop" : "layout_manager"
249               },
250               {
251                "id" : "backbutton",
252                "* init" : "this.el.set_size(50,50);",
253                "xtype" : "Actor",
254                "* pack" : "add_child",
255                "$ xns" : "Clutter",
256                "items" : [
257                 {
258                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
259                  "xtype" : "Actor",
260                  "* pack" : "add_child",
261                  "$ xns" : "GtkClutter",
262                  "items" : [
263                   {
264                    "listeners" : {
265                     "clicked" : "  ( ) => {\n //  if (_this.windowstate.state == WindowState.State.FILEPROJECT) {\n    \n//\t     _this.windowstate.switchState(WindowState.State.FILES);\n  //   } else { \n\t    _this.windowstate.switchState(WindowState.State.PREVIEW);\n  //  }\n    \n\n}"
266                    },
267                    "utf8 tooltip_text" : "Back",
268                    "* pack" : false,
269                    "xtype" : "Button",
270                    "width_request" : 50,
271                    "$ xns" : "Gtk",
272                    "height_request" : 50,
273                    "items" : [
274                     {
275                      "* pack" : "set_image",
276                      "xtype" : "Image",
277                      "utf8 icon_name" : "go-previous",
278                      "$ xns" : "Gtk"
279                     }
280                    ]
281                   }
282                  ]
283                 }
284                ]
285               },
286               {
287                "id" : "editfilebutton",
288                "* init" : "this.el.set_size(50.0f,50.0f);",
289                "xtype" : "Actor",
290                "* pack" : "add_child",
291                "$ xns" : "Clutter",
292                "items" : [
293                 {
294                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
295                  "* pack" : "add_child",
296                  "xtype" : "Actor",
297                  "$ xns" : "GtkClutter",
298                  "items" : [
299                   {
300                    "listeners" : {
301                     "clicked" : "  ( ) => {\n  \n    // create a new file in project..\n    if (_this.project == null || _this.windowstate.file == null) {\n        return  ;\n    }\n     _this.windowstate.file_details.show(\n        _this.windowstate.file, this.el\n    );\n     \n    return  ;    \n\n\n}"
302                    },
303                    "* pack" : false,
304                    "xtype" : "Button",
305                    "width_request" : 50,
306                    "$ xns" : "Gtk",
307                    "$ tooltip_text" : "\"File Details\"",
308                    "height_request" : 50,
309                    "items" : [
310                     {
311                      "xtype" : "Image",
312                      "utf8 icon_name" : "document-properties",
313                      "* pack" : "set_image",
314                      "$ xns" : "Gtk"
315                     }
316                    ]
317                   }
318                  ]
319                 }
320                ]
321               },
322               {
323                "id" : "projecteditbutton",
324                "* init" : "this.el.set_size(50,50);",
325                "xtype" : "Actor",
326                "* pack" : "add_child",
327                "$ xns" : "Clutter",
328                "items" : [
329                 {
330                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
331                  "* pack" : "add_child",
332                  "xtype" : "Actor",
333                  "$ xns" : "GtkClutter",
334                  "items" : [
335                   {
336                    "listeners" : {
337                     "clicked" : "  ( ) => {\n     \n     _this.windowstate.projectPopoverShow(this.el);\n   \n \n}"
338                    },
339                    "* pack" : false,
340                    "xtype" : "Button",
341                    "width_request" : 50,
342                    "$ xns" : "Gtk",
343                    "$ tooltip_text" : "\"Project Details\"",
344                    "height_request" : 50,
345                    "items" : [
346                     {
347                      "* pack" : "set_image",
348                      "xtype" : "Image",
349                      "utf8 icon_name" : "emblem-system",
350                      "$ xns" : "Gtk"
351                     }
352                    ]
353                   }
354                  ]
355                 }
356                ]
357               },
358               {
359                "listeners" : {
360                 "enter_event" : "(  event)  => {\n    this.el.background_color =   Clutter.Color.from_string(\"#333\");\n        return false;\n}",
361                 "leave_event" : "(  event)  => {\n    this.el.background_color =   Clutter.Color.from_string(\"#000\");\n    return false;\n}"
362                },
363                "id" : "objectshowbutton",
364                "* init" : "this.el.set_size(50,50);",
365                "xtype" : "Actor",
366                "* pack" : "add_child",
367                "$ xns" : "Clutter",
368                "items" : [
369                 {
370                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
371                  "* pack" : "add_child",
372                  "xtype" : "Actor",
373                  "$ xns" : "GtkClutter",
374                  "items" : [
375                   {
376                    "listeners" : {
377                     "clicked" : "  ( ) => {\n    \n     _this.windowstate.switchState(WindowState.State.OBJECT);\n  \n \n}"
378                    },
379                    "* pack" : false,
380                    "xtype" : "Button",
381                    "width_request" : 50,
382                    "$ xns" : "Gtk",
383                    "$ tooltip_text" : "\"Add Child Element\"",
384                    "height_request" : 50,
385                    "items" : [
386                     {
387                      "utf8 icon_name" : "list-add",
388                      "* pack" : "set_image",
389                      "xtype" : "Image",
390                      "$ xns" : "Gtk"
391                     }
392                    ]
393                   }
394                  ]
395                 }
396                ]
397               },
398               {
399                "id" : "addpropbutton",
400                "* init" : "this.el.set_size(50,50);",
401                "xtype" : "Actor",
402                "* pack" : "add_child",
403                "$ xns" : "Clutter",
404                "items" : [
405                 {
406                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
407                  "* pack" : "add_child",
408                  "xtype" : "Actor",
409                  "$ xns" : "GtkClutter",
410                  "items" : [
411                   {
412                    "listeners" : {
413                     "clicked" : "  ( ) => {\n    \n     _this.windowstate.switchState(WindowState.State.PROP);\n \n\n}"
414                    },
415                    "* pack" : false,
416                    "xtype" : "Button",
417                    "width_request" : 50,
418                    "$ xns" : "Gtk",
419                    "$ tooltip_text" : "\"Add Property\"",
420                    "height_request" : 50,
421                    "items" : [
422                     {
423                      "xtype" : "Image",
424                      "utf8 icon_name" : "format-justify-left",
425                      "* pack" : "set_image",
426                      "$ xns" : "Gtk"
427                     }
428                    ]
429                   }
430                  ]
431                 }
432                ]
433               },
434               {
435                "id" : "addlistenerbutton",
436                "* init" : "this.el.set_size(50,50);",
437                "xtype" : "Actor",
438                "* pack" : "add_child",
439                "$ xns" : "Clutter",
440                "items" : [
441                 {
442                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
443                  "* pack" : "add_child",
444                  "xtype" : "Actor",
445                  "$ xns" : "GtkClutter",
446                  "items" : [
447                   {
448                    "listeners" : {
449                     "clicked" : "  ( ) => {\n    \n    _this.windowstate.switchState(WindowState.State.LISTENER);\n  \n\n\n}"
450                    },
451                    "* pack" : false,
452                    "xtype" : "Button",
453                    "width_request" : 50,
454                    "$ xns" : "Gtk",
455                    "$ tooltip_text" : "\"Add Event Code\"",
456                    "height_request" : 50,
457                    "items" : [
458                     {
459                      "* pack" : "set_image",
460                      "xtype" : "Image",
461                      "utf8 icon_name" : "appointment-new",
462                      "$ xns" : "Gtk"
463                     }
464                    ]
465                   }
466                  ]
467                 }
468                ]
469               },
470               {
471                "id" : "addprojectbutton",
472                "* init" : "this.el.set_size(50.0f,50.0f);",
473                "xtype" : "Actor",
474                "* pack" : "add_child",
475                "$ xns" : "Clutter",
476                "items" : [
477                 {
478                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
479                  "* pack" : "add_child",
480                  "xtype" : "Actor",
481                  "$ xns" : "GtkClutter",
482                  "items" : [
483                   {
484                    "listeners" : {
485                     "clicked" : "  ( ) => {\n  \n    // create a new file in project..\n    //Xcls_DialogNewComponent.singleton().show(\n   var  pe =      EditProject.singleton();\n    pe.el.set_transient_for(_this.el);\n    pe.el.set_modal(true);   \n   \n    var p  = pe.show();\n\n    if (p == null) {\n        return;\n    }\n    \n    \n    _this.windowstate.left_projects.is_loaded = false;    \n    _this.windowstate.left_projects.load();\n    _this.windowstate.left_projects.selectProject(p);\n    return  ;    \n\n\n}"
486                    },
487                    "* pack" : false,
488                    "xtype" : "Button",
489                    "width_request" : 50,
490                    "$ xns" : "Gtk",
491                    "$ tooltip_text" : "\"New\\nProj.\"",
492                    "height_request" : 50,
493                    "items" : [
494                     {
495                      "xtype" : "Image",
496                      "utf8 icon_name" : "folder-new",
497                      "* pack" : "set_image",
498                      "$ xns" : "Gtk"
499                     }
500                    ]
501                   }
502                  ]
503                 }
504                ]
505               },
506               {
507                "id" : "addfilebutton",
508                "* init" : "this.el.set_size(50.0f,50.0f);",
509                "xtype" : "Actor",
510                "* pack" : "add_child",
511                "$ xns" : "Clutter",
512                "items" : [
513                 {
514                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
515                  "* pack" : "add_child",
516                  "xtype" : "Actor",
517                  "$ xns" : "GtkClutter",
518                  "items" : [
519                   {
520                    "listeners" : {
521                     "clicked" : " () => {\n    // create a new file in project..\n    print(\"add file selected\\n\");\n    // what's the currently selected project...\n    var proj = _this.windowstate.left_projects.getSelectedProject();\n    \n    if (proj == null) {\n\t\tprint(\"no project selected?\\n\");\n        return  ;\n    }\n    \n    print(\"creating file?\");\n    \n    var f = JsRender.JsRender.factory(proj.xtype,  proj, \"\");\n    _this.project = proj;\n        print(\"showing popup?\");\n     _this.windowstate.file_details.show(\n       f, this.el\n    );\n    \n    \n    return  ;    \n}"
522                    },
523                    "* pack" : false,
524                    "xtype" : "Button",
525                    "width_request" : 50,
526                    "$ xns" : "Gtk",
527                    "$ tooltip_text" : "\"Add File\"",
528                    "height_request" : 50,
529                    "items" : [
530                     {
531                      "utf8 icon_name" : "document-new",
532                      "* pack" : "set_image",
533                      "xtype" : "Image",
534                      "$ xns" : "Gtk"
535                     }
536                    ]
537                   }
538                  ]
539                 }
540                ]
541               },
542               {
543                "id" : "delprojectbutton",
544                "* init" : "this.el.set_size(50,50);",
545                "xtype" : "Actor",
546                "* pack" : "add_child",
547                "$ xns" : "Clutter",
548                "items" : [
549                 {
550                  "* init" : "((Gtk.Container)(this.el.get_widget())).add ( child_0.el);",
551                  "* pack" : "add_child",
552                  "xtype" : "Actor",
553                  "$ xns" : "GtkClutter",
554                  "items" : [
555                   {
556                    "listeners" : {
557                     "clicked" : "  ( ) => {\n     \n     var cd = DialogConfirm.singleton();\n     cd.el.set_transient_for(_this.el);\n    cd.el.set_modal(true);\n\n     var project =   _this.windowstate.left_projects.getSelectedProject();\n    if (project == null) {\n        print(\"SKIP - no project\\n\");\n        return;\n    }\n    \n        \n     if (Gtk.ResponseType.YES != cd.show(\"Confirm\", \n        \"Are you sure you want to delete project %s\".printf(project.name))) {\n        return;\n    }\n     \n\n    // confirm?\n    Project.Project.remove(project);\n    _this.project = null;\n    \n    _this.windowstate.left_projects.is_loaded =  false;\n    _this.windowstate.left_projects.load();\n    _this.windowstate.clutterfiles.clearFiles();\n\n}"
558                    },
559                    "* pack" : false,
560                    "xtype" : "Button",
561                    "width_request" : 50,
562                    "$ xns" : "Gtk",
563                    "$ tooltip_text" : "\"Delete Project\"",
564                    "height_request" : 50,
565                    "items" : [
566                     {
567                      "xtype" : "Image",
568                      "utf8 icon_name" : "user-trash",
569                      "* pack" : "set_image",
570                      "$ xns" : "Gtk"
571                     }
572                    ]
573                   }
574                  ]
575                 }
576                ]
577               }
578              ]
579             }
580            ]
581           }
582          ]
583         }
584        ]
585       },
586       {
587        "bool homogeneous" : false,
588        "xtype" : "Box",
589        "* pack" : "pack_end,false,true,0",
590        "$ xns" : "Gtk",
591        "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
592        "items" : [
593         {
594          "string label" : "   ",
595          "* pack" : "pack_start,true,true,0",
596          "xtype" : "Label",
597          "$ xns" : "Gtk"
598         },
599         {
600          "bool show_text" : true,
601          "id" : "statusbar",
602          "ulong handler_id" : "-1",
603          "* init" : "{\n     this.handler_id = Resources.singleton().updateProgress.connect((pos,total) => {\n        if (pos < 1) {\n            this.el.hide();\n            _this.mainpane.el.set_sensitive(true);\n            \n            return;\n        }\n         _this.mainpane.el.set_sensitive(false);\n         this.el.show();\n         this.el.set_fraction ((1.0f * pos) / (1.0f * total));\n         this.el.set_text(\"Fetching Resource : %s/%s\".printf(pos.to_string(), total.to_string()));\n       \n     });\n}\n",
604          "xtype" : "ProgressBar",
605          "* pack" : "pack_start,true,true,0",
606          "$ xns" : "Gtk"
607         },
608         {
609          "listeners" : {
610           "key_press_event" : "(event) => {\n    \n \tif (event.keyval == Gdk.Key.Return) {\n\t\tthis.forwardSearch(false);\n\t    return true;\n\n\t}    \n   // print(event.key.keyval)\n    \n    return false;\n\n} ",
611           "changed" : "() => {\n\tif (this.el.text == \"\") {\n\t\t_this.search_results.el.hide();\n\t\treturn;\n\t}\n\tvar res = 0;\n\tswitch(_this.windowstate.state) {\n\t\tcase WindowState.State.CODEONLY:\n\t\tcase WindowState.State.CODE:\n\t\t\t// search the code being edited..\n\t\t\tres = _this.windowstate.code_editor.search(this.el.text);\n\t\t\t\n\t\t\tbreak;\n\t\tcase WindowState.State.PREVIEW:\n\t\t\tif (_this.windowstate.file.xtype == \"Gtk\") {\n\t\t\t\t res = _this.windowstate.window_gladeview.search(this.el.text);\n\t\t\t} else { \n\t\t\t\t res = _this.windowstate.window_rooview.search(this.el.text);\t\t\t\n\t\t\t}\n\t\t\n\t\t\n\t\t\tbreak;\n\t}\n\t_this.search_results.el.show();\n\tif (res > 0) {\n\t\t_this.search_results.el.label = \"%d Matches\".printf(res);\n\t} else {\n\t\t_this.search_results.el.label = \"No Matches\";\n\t}\n\t\t\n\t\n\t\n}\n"
612          },
613          "id" : "search_entry",
614          "* init" : "var description =   Pango.FontDescription.from_string(\"monospace\");\n\tdescription.set_size(8000);\n\t this.el.override_font(description);\n\n",
615          "* pack" : "pack_start,false,true,0",
616          "xtype" : "SearchEntry",
617          "$ xns" : "Gtk",
618          "| void forwardSearch" : "(bool change_focus) {\n\tswitch(_this.windowstate.state) {\n\t\tcase WindowState.State.CODEONLY:\n\t\tcase WindowState.State.CODE:\n\t\t\t// search the code being edited..\n\t\t\t_this.windowstate.code_editor.forwardSearch(change_focus);\n\t\t\t\n\t\t\tbreak;\n\t\tcase WindowState.State.PREVIEW:\n\t\t\tif (_this.windowstate.file.xtype == \"Gtk\") {\n\t\t\t\t_this.windowstate.window_gladeview.forwardSearch(change_focus);\n\t\t\t} else { \n\t\t\t\t _this.windowstate.window_rooview.forwardSearch(change_focus);\n\t\t\t}\n\t\t\n\t\t\tbreak;\n\t}\n\t\n}\n"
619         },
620         {
621          "xtype" : "MenuBar",
622          "* pack" : "add",
623          "$ xns" : "Gtk",
624          "items" : [
625           {
626            "listeners" : {
627             "button_press_event" : "() => {\n/*\n    if (this.popup == null) {\n        this.popup = new Xcls_ValaCompileErrors();\n        this.popup.window = _this;\n    }\n   \n    \n    this.popup.show(this.notices, this.el);\n    */\n    return true;\n}"
628            },
629            "bool always_show_image" : true,
630            "id" : "search_results",
631            "Xcls_ValaCompileErrors popup" : "",
632            "string label" : "Matches",
633            "* pack" : "add",
634            "xtype" : "ImageMenuItem",
635            "$ xns" : "Gtk",
636            "items" : [
637             {
638              "utf8 icon_name" : "system-search",
639              "* pack" : "set_image",
640              "xtype" : "Image",
641              "bool sensitive" : false,
642              "$ xns" : "Gtk"
643             }
644            ]
645           },
646           {
647            "id" : "statusbar_compilestatus_label",
648            "xtype" : "MenuItem",
649            "* pack" : "add",
650            "string label" : "Compile Status:",
651            "$ xns" : "Gtk"
652           },
653           {
654            "listeners" : {
655             "button_press_event" : "() => {\n    if (this.popup == null) {\n        this.popup = new Xcls_ValaCompileErrors();\n        this.popup.window = _this;\n    }\n   \n    \n    this.popup.show(this.notices, this.el);\n    return true;\n}"
656            },
657            "bool always_show_image" : true,
658            "id" : "statusbar_errors",
659            "| void setNotices" : "(Json.Object nots, int qty) {\n    this.el.show();\n    this.el.label = qty.to_string() + \" Errors\";\n    this.notices = nots;\n\n}\n",
660            "Xcls_ValaCompileErrors popup" : "",
661            "string label" : "Errors",
662            "* pack" : "add",
663            "xtype" : "ImageMenuItem",
664            "# Json.Object notices" : "new Json.Object() ",
665            "$ xns" : "Gtk",
666            "items" : [
667             {
668              "* pack" : "set_image",
669              "xtype" : "Image",
670              "utf8 icon_name" : "dialog-error",
671              "$ xns" : "Gtk"
672             }
673            ]
674           },
675           {
676            "listeners" : {
677             "button_press_event" : "() => {\n    if (this.popup == null) {\n        this.popup = new Xcls_ValaCompileErrors();\n        this.popup.window = _this;\n    }\n    \n    this.popup.show(this.notices, this.el);\n    return true;\n}"
678            },
679            "bool always_show_image" : true,
680            "id" : "statusbar_warnings",
681            "| void setNotices" : "(Json.Object nots, int qty) {\n    this.el.show();\n    this.el.label = qty.to_string() + \" Warnings\";\n    this.notices = nots;\n\n}\n",
682            "Xcls_ValaCompileErrors popup" : "",
683            "* pack" : "add",
684            "string label" : "Warnings",
685            "xtype" : "ImageMenuItem",
686            "# Json.Object notices" : "new Json.Object()",
687            "$ xns" : "Gtk",
688            "items" : [
689             {
690              "utf8 icon_name" : "dialog-warning",
691              "* pack" : "set_image",
692              "xtype" : "Image",
693              "$ xns" : "Gtk"
694             }
695            ]
696           },
697           {
698            "listeners" : {
699             "button_press_event" : "() => {\n    if (this.popup == null) {\n        this.popup = new Xcls_ValaCompileErrors();\n        this.popup.window = _this;\n    }\n    \n    \n    this.popup.show(this.notices, this.el);\n    return true;\n}"
700            },
701            "bool always_show_image" : true,
702            "id" : "statusbar_depricated",
703            "| void setNotices" : "(Json.Object nots, int qty) {\n    this.el.show();\n    this.el.label = qty.to_string() + \" Depricated\";\n    this.notices = nots;\n\n}\n",
704            "Xcls_ValaCompileErrors popup" : "",
705            "string label" : "Depricated",
706            "* pack" : "add",
707            "xtype" : "ImageMenuItem",
708            "# Json.Object notices" : "new Json.Object()",
709            "$ xns" : "Gtk",
710            "items" : [
711             {
712              "xtype" : "Image",
713              "utf8 icon_name" : "dialog-information",
714              "* pack" : "set_image",
715              "$ xns" : "Gtk"
716             }
717            ]
718           },
719           {
720            "listeners" : {
721             "button_press_event" : "() => {\n\tif (_this.windowstate.file == null) {\n\t\treturn true;\n\t}\n\t_this.windowstate.valasource.spawnExecute(_this.windowstate.file);\n\t\n\t_this.windowstate.compile_results.show(this.el,true);\n\t\n\treturn true;\n}"
722            },
723            "bool always_show_image" : true,
724            "id" : "statusbar_run",
725            "Xcls_ValaCompileErrors popup" : "",
726            "string label" : "Run",
727            "* pack" : "add",
728            "xtype" : "ImageMenuItem",
729            "$ xns" : "Gtk",
730            "items" : [
731             {
732              "utf8 icon_name" : "media-playback-start",
733              "* pack" : "set_image",
734              "xtype" : "Image",
735              "$ xns" : "Gtk"
736             }
737            ]
738           }
739          ]
740         },
741         {
742          "id" : "statusbar_compile_spinner",
743          "xtype" : "Spinner",
744          "* pack" : "add",
745          "| void stop" : "() {\n this.el.stop();\n  this.el.hide();\n}\n",
746          "string tooltip_text" : "Compiling",
747          "$ xns" : "Gtk",
748          "| void start" : "() {\n  this.el.show();\n  this.el.start();  \n}\n"
749         }
750        ]
751       }
752      ]
753     }
754    ]
755   }
756  ]
757 }