Gtk3::MessageDialog - missing methods



Hi!

I'm working on message dialog parts of the new SimpleGtk3 (Perl RAD lib for Gtk3) and it looks like that some 
methods of MessageDialog are missing:

---|--------------|--------------------------------------------
OK | GtkWidget *  | gtk_message_dialog_new ()
FF | GtkWidget *  | gtk_message_dialog_new_with_markup ()
OK | void         | gtk_message_dialog_set_markup ()
OK | void         | gtk_message_dialog_set_image ()
?? | GtkWidget *  | gtk_message_dialog_get_image ()
FF | void         | gtk_message_dialog_format_secondary_text ()
FF | void         | gtk_message_dialog_format_secondary_markup ()
?? | GtkWidget *  | gtk_message_dialog_get_message_area ()

When I look into perli11ndoc all are available.


Attached is a script to show the issues. Every time you click "Show" it will test another function. This is 
the output of messagedialog.pl:

Not working: Gtk3::MessageDialog->new_with_markup
*** unhandled exception in callback:
***   Can't locate object method "new_with_markup" via package "Gtk3::MessageDialog" at 
/usr/lib/x86_64-linux-gnu/perl5/5.32/Glib.pm line 222.
***  ignoring at /usr/share/perl5/Gtk3.pm line 572.
Working: Gtk3::MessageDialog->new and set_markup()
Not working: format_secondary_text()
*** unhandled exception in callback:
***   Can't locate object method "format_secondary_text" via package "Gtk3::MessageDialog" at 
/home/tf/workspace/Perl/Testem/messagedialog.pl line 52.
***  ignoring at /usr/share/perl5/Gtk3.pm line 572.
Not working: format_secondary_markup()
*** unhandled exception in callback:
***   Can't locate object method "format_secondary_markup" via package "Gtk3::MessageDialog" at 
/home/tf/workspace/Perl/Testem/messagedialog.pl line 56.
***  ignoring at /usr/share/perl5/Gtk3.pm line 572.


I'm using:
Debian Testing (bullseye) x64
Perl: 5.32.0
libgtk3-perl: 0.037-1
libgtk-3: 3.24.24-1
libglib-perl: 3:1.329.3-1+b1

Hope you can help me.

Best Regards,
Thomas


--
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."   --   
Albert Einstein

Attachment: messagedialog.pl
Description: Text document



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