JuliaGtk / GtkUtilities.jl

Interactive utilities for the Gtk toolkit (Julia)
Other
5 stars 8 forks source link

Pan/zoom: couple canvases #5

Closed timholy closed 8 years ago

timholy commented 8 years ago

This allows you to specify that two (or more) canvases should share the same pan/zoom information with panzoom(c2, c1); when you zoom on one, it also zooms on the other(s). The relationship is symmetric. You can also decouple them again with panzoom(c2).