DependTree/Window.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:08:41 +0000 (17:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:08:41 +0000 (17:08 +0800)
DependTree/Window.bjs

index 8817ef0..ed64701 100644 (file)
@@ -11,6 +11,9 @@
             "xtype": "Window",
             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.show_all();\n}\n",
             "|xns": "Gtk",
+            "listeners": {
+                "show": "function (self) {\n\n}"
+            },
             "items": [
                 {
                     "xtype": "HBox",