Re: Gtk3 context menu



On 25.08.2014 20:24, Yuri Myasoedov wrote:
But when you use Gtk3:

(Gtk2::Widget, Gtk3::Gdk::EventButton) - first click
(Gtk2::Widget, Gtk3::Gdk::EventButton) - second click
(Gtk2::Widget, Gtk3::Gdk::Event) - 2button-press !!!

I have no idea, why Gtk3::Gdk::Event is used instead of Gtk3::Gdk::EventButton. May be a bug?
Anyway you can bless $event for Gtk3::Gdk::EventButton.

It looks like the mapping in <https://git.gnome.org/browse/perl-Gtk3/tree/lib/Gtk3.pm#n150> is incorrect then. "button-2press" and "button-3press" should probably be "2button-press" and "3button-press". Can you try that change and see if it fixes things?

I have no idea how the these strange incorrect names got in there. I think I auto-generated the list somehow, but don't recall.

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]