feature request: optionally deleting the whole chain of event handlers, when window is deleted

chris cb at delta-h.de
Fri Feb 1 03:12:07 PST 2008




this feature would need an additional flag when adding a handler to a
window:

void wxWindowBase::PushEventHandler(wxEvtHandler *handler, const bool&
shouldBeDeletedWithWindow = false);


implementation seems to be easy. I would do it if there is some
interest in it.

regards
chris






More information about the wx-users mailing list