> Using fltk-1.1.x-r5953 my application tries to do some > processing when a window is closed - but the FL_CLOSE > event never gets to my event handler function. The > FL_HIDE event is the last one to arrive.
I don't know the answer to your specific question -- perhaps someone else can offer an explanation. However, when faced with the same problem I discovered that one can accomplish more or less the same thing by assigning a callback to the window. Apparently the callback is done when the window is closed. HTH, Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

