Describe what re-implemented wxComboPopup::DestroyPopup() should do
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
44a765d14f
commit
1d037f6cc8
@ -41,6 +41,10 @@ public:
|
||||
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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user