DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2134 Version: 1.3-current manolo gouy wrote: > I agree with you that if window callbacks only hide() windows, apple-Q > events do quit the program. Okay, then we should close this STR, right ? > But, should not an application that may create and close a number of > windows truely delete windows at FL_CLOSE events to free all memory > associated to widgets in the window ? Or did I miss some programming > alternative ? This is all up to your program's design. FLTK only relies on your application to hide() the window (this removes it from the list of windows), but does not forbid to delete() it as well - as long as you hide() it before calling Fl::delete_widget(). Link: http://www.fltk.org/str.php?L2134 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
