From: Alan Knowles Date: Fri, 29 Oct 2010 08:24:41 +0000 (+0800) Subject: Sample/Window.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=affe8bb43ed6afb98d26452863544cfa134edb8d;p=app.Builder.js Sample/Window.bjs --- diff --git a/Sample/Window.bjs b/Sample/Window.bjs index 70276550b..feaa14cc9 100644 --- a/Sample/Window.bjs +++ b/Sample/Window.bjs @@ -9,7 +9,7 @@ "listeners": { "delete_event": "function (self, event) {\n return false;\n}", "destroy": "function (self) {\n Gtk.main_quit();\n}", - "show": "function (self) {\n print(\"WINDOW SHOWING - trying to hide\");\nimports.Builder.Provider.ProjectManager.ProjectManager.loadConfig();\n \tthis.get('/MidPropTree').hideWin();\n this.get('/RightPalete').hide();\n this.get('/BottomPane').el.hide();\n this.get('/Editorwindow').show();\n\n}" + "show": "function (self) {\n print(\"WINDOW SHOWING - trying to hide\");\nimports.Builder.Provider.ProjectManager.ProjectManager.loadConfig();\n \tthis.get('/MidPropTree').hideWin();\n this.get('/RightPalete').hide();\n this.get('/BottomPane').el.hide();\n this.get('/EditorWindow').show();\n\n}" }, "border_width": 0, "default_height": 500,