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

2008-06-21 Thread Kevin Ryde
anguila [EMAIL PROTECTED] writes: I attach a example of the problem. For the close button you might have to hook it up to emit the close signal on the dialog. An Esc keybinding is setup automatically to do that, but a button may have to do it explicitly (even if named Close etc). For the

close button into the glade-3 about dialog window

2008-06-20 Thread anguila
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

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

2008-06-20 Thread zentara
On Fri, 20 Jun 2008 21:24:02 +0200 anguila [EMAIL PROTECTED] 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

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

2008-06-20 Thread anguila
Yes... it works :\ But I re-try with glade-3 an I can't understand why is still not working :S On Fri, Jun 20, 2008 at 9:27 PM, zentara [EMAIL PROTECTED] wrote: On Fri, 20 Jun 2008 21:24:02 +0200 anguila [EMAIL PROTECTED] wrote: I create a about dialog window with glade-3 in higher levels -

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

2008-06-20 Thread Kevin Ryde
anguila [EMAIL PROTECTED] writes: when I click again in the menu to show it again it doesn't shows, it appears a small gray square. That sounds like its contents have been removed, or destroyed. Do you also get an unhelpful message on stdout about container foreach?

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

2008-06-20 Thread muppet
anguila wrote: Yes... it works :\ But I re-try with glade-3 an I can't understand why is still not working :S Is glade-3 creating a GtkAboutDialog instance or building its own GtkDialog? (THat is, what is the generated XML for that widget?) -- muppet scott at asofyet dot org

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

2008-06-20 Thread anguila
Is a glade-3 gtkabout dialog. I attach a example of the problem. Thanks to all. David. On Sat, Jun 21, 2008 at 12:35 AM, muppet [EMAIL PROTECTED] wrote: anguila wrote: Yes... it works :\ But I re-try with glade-3 an I can't understand why is still not working :S Is glade-3 creating