The Saltydog said: > On 6/30/05, The Saltydog <[EMAIL PROTECTED]> wrote: >> >> I am using Gtk2 v.2.6.4, but I don't have Gtk2::AboutDialog... I have >> read that Gnome2::About is becoming obsolete, but I have no substitute >> and I'm too lazy to write a new one just to use it once..:-) >> > maybe it is due to perl-gtk2 v. 1.061??
That'd be it. perl-Gtk2 1.080 added support for new widgets in gtk+ 2.6.0. The current stable release is 1.082. One day the bindings will be introspection-based and this sort of versioning trouble will be a faint memory -- new objects and methods will just pop into existence when you upgrade gtk+. :-) Until then, always use the most recent stable version of the bindings. -- muppet <scott at asofyet dot org> _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
