I found I actually had to do this, otherwise the main window would just hang
there

                        if( OK  )
                        {
                                args.RetVal = false;
                                Application.Quit();     
                        }
                        else
                        {
                                args.RetVal = true;
                                Application.Run();
                        }

--
View this message in context: 
http://mono.1490590.n4.nabble.com/How-do-I-keep-main-window-from-closing-tp1546641p3767257.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to