Peter Juhasz <peter.juhas...@gmail.com> writes:
>
> gtk-dialog-get-widget-for-response() function,

Yep, new in gtk 2.20, not wrapped yet.

> Is there an other way, perhaps with $dialog->get_action_area?

I've had some joy from $dialog->get_action_area->get_children and
looking at $dialog->get_response_for_widget($child) of each.  That might
be good too if there could be multiple buttons giving with the same
response id.
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to