]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combo.h
Add the getters
[wxWidgets.git] / interface / wx / combo.h
index d3ba84ff39535f7b5b4bfaffc62d9377ea97937d..268f247573b07e4862f11f716e5f74a136a245e7 100644 (file)
@@ -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();