JuliaGtk / GtkUtilities.jl

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

Allow selecting mouse button signals used by the rubberband operation #15

Closed Cody-G closed 7 years ago

Cody-G commented 7 years ago

With these changes the user can use a mouse button other than button 1 (or any Gtk signal actually) for rubberbanding. In order to use it with mouse buttons 2 or 3 we'll need the master branch of Gtk.jl (I just added a commit allowing click-and-drag there). Should I specify the required Gtk commit in the REQUIRE file, or would you prefer to wait until a new Gtk version is tagged to merge this?

timholy commented 7 years ago

Let's wait until it's tagged. Very nice!

Cody-G commented 7 years ago

A new Gtk version has been tagged, so this should be good to merge now!