Re: close button into the glade-3 about dialog window



On Fri, 20 Jun 2008 21:24:02 +0200
anguila <anguila gmail com> wrote:

I create a about dialog window with glade-3 in higher levels - about. And
the about dialog it works but the close button doesn't do anything when I
execute the program (doesn't close the widget/window).

The widget is a dialog-action-area but I can access to the close button
because is a internal widget of glade.
Also after closing this window (at the first time) when I click again in the
menu to show it again it doesn't shows, it appears a small gray square.

What I'm missing?

Thx again!

anguila

I didn't write this, but I kept a note when this came up awhile back,
maybe it will help.

#########################################
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

#########################################


zentara






-- 
I'm not really a human, but I play one on earth.
http://zentara.net/CandyGram_for_Mongo.html 



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