[Glade-users] Close a window

gilles bermudos@free.fr
Wed, 8 Sep 2004 21:06:12 +0200


On Tue, Sep 07, 2004 at 11:04:23PM -0500, Sig Meneses wrote:
> mm i have a question.. i have a principal window, where from it i  call 
> another window, where i put a button to close that window. but i dont know 
> what signal put to close it. if i use gtk_main_quit,  will this be close??? 
> but i dont want that mi principal window close,  only this subwindow.
> 

hello,

with perl code done by glade2perl, I use the &destroy_Form sub function
which I place in the on_other_window_close_button_clicked sub


gilles