src/Builder4/MainWindow.bjs
[app.Builder.js] / src / Builder4 / MainWindow.bjs
index 52d54fd..bf4827c 100644 (file)
@@ -50,7 +50,7 @@
          "items" : [
           {
            "id" : "topbarmenu",
-           "* init" : "{\n    _this.el.show_all();\n}\n",
+           "* init" : "{\n    this.el.show_all();\n}\n",
            "xtype" : "Menu",
            "* pack" : "set_popup",
            "$ xns" : "Gtk",
              "$ xns" : "Gtk"
             }
            ]
+          },
+          {
+           "* pack" : "set_image",
+           "xtype" : "Image",
+           "utf8 icon_name" : "help-about",
+           "$ xns" : "Gtk"
           }
          ]
         }