if I understood correctly, FL_CLOSE event is not sent to window when it is 
closed. but the callback is invoked.
Is it correct behavior?

Fl.cxx:
  case FL_CLOSE:
    if ( grab() || (modal() && window != modal()) ) return 0;
    wi->do_callback();
//wi->handle(FL_CLOSE);  //why not like this???
    return 1;


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

Reply via email to