Re: Can't locate object method "add_actions"...



On 27.05.2012 02:30, Dave M wrote:
However, I'm getting the following error message:
"Can't locate object method "add_actions" via package
"Gtk3::ActionGroup" at ./foo.pl"

This is because gtk_action_group_add_actions is not introspectable (i.e., bindable automatically) and we don't have a manual override for it yet. We would need to port Gtk2's XS code over to Perl and put it into Gtk3.pm:

<http://git.gnome.org/browse/perl-Gtk2/tree/xs/GtkActionGroup.xs#n258>

Care to take a stab at it?

The situation is similar for add_toggle_actions and add_radio_actions.



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