]> git.saurik.com Git - wxWidgets.git/commit
Added wxComboPopup::DestroyPopup(), which responsibility is to call Destroy() for...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 31 Mar 2011 17:22:51 +0000 (17:22 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 31 Mar 2011 17:22:51 +0000 (17:22 +0000)
commitdf3c4a42d973ec9f4abf9d4f1e5779a40ac310d0
tree6f59c84670f13d50962fdbe92e53eebc601c6793
parenta3c125765f5cd27cd172e16de9cad3d17bc5b3d0
Added wxComboPopup::DestroyPopup(), which responsibility is to call Destroy() for the popup control and also delete the combo popup object itself. The default implementation should be able to handle common cases.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/combo.h
interface/wx/combo.h
src/common/combocmn.cpp