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



On 08.06.2012 04:08, intrigeri wrote:
If not, you can always simply use the normal GtkAboutDialog API
manually:
<http://developer.gnome.org/gtk3/stable/GtkAboutDialog.html>.
I'm not sure what you mean here. Could you please elaborate?
In your program, instead of using Gtk3::show_about_dialog, use 
Gtk3::AboutDialog->new, set_program_name, etc.  Or the Glib::Object API: 
Glib::Object::new('Gtk3::AboutDialog', program_name => 'Foo', ...).






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