Re: Re: Re: Gtk3::MessageDialog - missing methods

2021-01-09 Thread Thomas Funk via gtk-perl-list
Great! Thank you very much :-) Best, Thomas Am 9. Januar 2021 23:16:37 schrieb Emmanuele Bassi : On Sat, 9 Jan 2021 at 17:16, Thomas Funk via gtk-perl-list wrote: Hi, On Sat, 9 Jan 2021 at 02:35, Emmanuele Bassi via gtk-perl-list wrote: As Torsten wrote, those methods are not introspectabl

Re: Re: Re: Gtk3::MessageDialog - missing methods

2021-01-09 Thread Emmanuele Bassi via gtk-perl-list
On Sat, 9 Jan 2021 at 17:16, Thomas Funk via gtk-perl-list < gtk-perl-list@gnome.org> wrote: > Hi, > > On Sat, 9 Jan 2021 at 02:35, Emmanuele Bassi via gtk-perl-list < > gtk-perl-list@gnome.org> wrote: > > As Torsten wrote, those methods are not introspectable because of their > use of variadic ar

Re: Re: Re: Gtk3::MessageDialog - missing methods

2021-01-09 Thread Thomas Funk via gtk-perl-list
Hi, On Sat, 9 Jan 2021 at 02:35, Emmanuele Bassi via gtk-perl-list wrote: > As Torsten wrote, those methods are not introspectable because of their use > of variadic arguments in C; this means you cannot call them from Perl. > > You will need to re-implement them; luckily, they are easier to d