On 03/05/07, Torsten Schoenfeld <[EMAIL PROTECTED]> wrote:
> On Sun, 2007-04-29 at 21:56 -0400, muppet wrote:
>
> > The close_cb() actually manipulates a couple of internal widgets to
> > which we do not have access.  About the best we can do is the
> > attached patch.

I expect I'm missing the point, but what is wrong with:

  my $about = Gtk2::AboutDialog->new;
 $about->set_name ($program);
 $about->set_version ($version);
 $about->set_authors ($authors);
 $about->set_comments ($comments);
 $about->run;
 $about->destroy;

?

The close button works fine this way.

Jeff
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to