X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4e11217be476f2719cf45f012e5abcbd883c963..3c9e913f6f38abd072cab9ed88437d343a7ac934:/include/wx/combo.h diff --git a/include/wx/combo.h b/include/wx/combo.h index 213409a74b..8c15a099c6 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -375,8 +375,10 @@ protected: // Creates popup window, calls interface->Create(), etc void CreatePopup(); + // Destroy popup window and all related constructs + void DestroyPopup(); + // override the base class virtuals involved in geometry calculations - virtual void DoMoveWindow(int x, int y, int width, int height); virtual wxSize DoGetBestSize() const; // ensures there is atleast the default popup