[Gtk-sharp-list] How do I keep main window from closing?
Mijael
mikael at lucis.co.nz
Wed Aug 24 23:23:06 EDT 2011
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.
More information about the Gtk-sharp-list
mailing list