I have a class with an fltk window in it. In that class's constructor I 
call set_modal() for the window. I create an object of that class and 
then call show(). I'd expect to the call to show() to not return until I 
close the popped up window, but instead show() returns immediately.

I'm used to windows where a call to DoModal() doesn't return until you 
close the popped up window. Is there a way to do that in fltk?

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to