git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67436
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
your popup class in non-standard way. The default implementation can
handle both multiple-inherited popup control (as seen in wxComboCtrl
samples) and one allocated separately in heap.
your popup class in non-standard way. The default implementation can
handle both multiple-inherited popup control (as seen in wxComboCtrl
samples) and one allocated separately in heap.
+
+ If you do completely re-implement this function, make sure it calls
+ Destroy() for the popup control and also deletes @a this object
+ (usually as the last thing).
*/
virtual void DestroyPopup();
*/
virtual void DestroyPopup();