]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_evthandler.i
Added some info panels that show size and colour attributes about the widget
[wxWidgets.git] / wxPython / src / _evthandler.i
index 5a12a452d844fc069ea4e07122eb7d14b683cc8d..2fed5cab97515c1a902c6e3ff1df36153730635e 100644 (file)
@@ -113,7 +113,7 @@ public:
             """
             if source is not None:
                 id  = source.GetId()
-            event.Unbind(self, id, id2)              
+            return event.Unbind(self, id, id2)              
     }