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

index 737ba95..26533b3 100644 (file)
@@ -19,6 +19,11 @@ Window=new XObject({
         XObject.prototype.init.call(this);
         this.el.show_all();
     },
+    listeners : {
+        show : function (self) {
+        
+        }
+    },
     items : [
         {
             xtype: Gtk.HBox,