Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 2 Jul 2012 13:43:22 +0000 (21:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 2 Jul 2012 13:43:22 +0000 (21:43 +0800)
Builder3/Window.js

index a122c45..09833ae 100644 (file)
@@ -332,6 +332,9 @@ Window=new XObject({
                                             items : [
                                                 {
                                                     xtype: Gtk.Expander,
+                                                                                                       events : [
+                                                                                                               Gdk.EventMask.BUTTON_MOTION_MASK 
+                                                                                                       ],
                                                                                                        init : function() {
                                                         XObject.prototype.init.call(this);
                                                        this.el.add_events (Gdk.EventMask.BUTTON_MOTION_MASK );