Ian MacArthur wrote: >> I >> expected something like destroy, kill or remove. Hide sounds not so >> final to me :-) > > widget->hide() is only as final as you want it to be. > > If your program expires when Fl::run() returns, then hiding all your widgets > will be pretty final (!) but if you know that all GUI elements may be hidden > in your application, but that you want it to continue in the background, then > you simply catch the case that Fl::run() returns and do not exit at that > point. > > If you want to re-display your GUI, simply call show() on your windows again > and re-call Fl::run()... >
OK, now the concept becomes clear! This was the missing link from hide to destroy or continue! Thank you very much! Regards Klaus _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

