WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Can't locate object method "popup" via package "Gtk3::Menu"

Re: Can't locate object method "popup" via package "Gtk3::Menu"

by Torsten Schönfeld :: Rate this Message:

| View in Thread

On 16.04.2012 21:13, intrigeri wrote:
>    *** unhandled exception in callback:
>    ***   Can't locate object method "popup" via package "Gtk3::Menu" at /tmp/test.pl line 16.
>    ***  ignoring at /usr/share/perl5/Gtk3.pm line 135.
>
> Am I doing something wrong, or is the gobject-introspection
> binding incomplete?

The latter.  We were lacking an override.  Now done in git master:
<http://git.gnome.org/browse/perl-Gtk3/commit/?id=f276a90eed4d6324956962bc659a066139856c32>.

See <http://markmail.org/thread/bu6c43uhaza6y4w4> for some related
discussion about this method, and
<https://bugzilla.gnome.org/show_bug.cgi?id=674537> for why the position
callback does not receive x and y parameters anymore.
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@...
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

 « Return to Thread: Can't locate object method "popup" via package "Gtk3::Menu"