Re: Bug: GtkAboutDialog does not hide when close button clicked
- From: "Jeffrey Ratcliffe" <jeffrey ratcliffe gmail com>
- To: "Torsten Schoenfeld" <kaffeetisch gmx de>
- Cc: gtk-perl-list gnome org
- Subject: Re: Bug: GtkAboutDialog does not hide when close button clicked
- Date: Thu, 3 May 2007 21:14:57 +0200
On 03/05/07, Torsten Schoenfeld <kaffeetisch gmx de> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]