projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correction in comment in closing #endif.
[wxWidgets.git]
/
include
/
wx
/
popupwin.h
diff --git
a/include/wx/popupwin.h
b/include/wx/popupwin.h
index 9cd390d2fad91fe03c4f5647550c56dbb5392e3c..b02debc98f72be12f270c681a9ccbdad7650f052 100644
(file)
--- a/
include/wx/popupwin.h
+++ b/
include/wx/popupwin.h
@@
-124,6
+124,9
@@
protected:
// remove our event handlers
void PopHandlers();
+ // get alerted when child gets deleted from under us
+ void OnDestroy(wxWindowDestroyEvent& event);
+
// the child of this popup if any
wxWindow *m_child;