Hi, in my application, I need to send error messagens to the user. I want  a 
window, with a text and a close button. I create it with:
   
gtk_dialog_run(GTK_DIALOG(gtk_message_dialog_new(GTK_WINDOW(configure_window), 
GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "Message")));
 
   It's ok, but the when the button is clicked, the window doesn't closes.
 
   Anyone know how to fix it??
 
                
---------------------------------
 Yahoo! Acesso Grátis 
Internet rápida e grátis. Instale o discador agora!
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to