Hi, Does anyone know if there is an existing way to bind to a ZOOM event, when zooming is done via the NavCanvas zoom tools? I can't see anything obvious in the code.
I would like to be able to do something like: self.Bind(EVT_NC_ZOOM_IN, self.on_nc_zoom_in) self.Bind(EVT_NC_ZOOM_OUT, self.on_nc_zoom_out) This would open up possibilities for multi-resolution zoom etc. If this functionality isn't in NC already, I'll happily submit a patch. best, Jamie -- www.postlude.co.uk _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
