X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b1bd0c6e7ed45535fabc574f69b7670fc28191e..ab89a5b59b104dcbac4d30217209dc873c07d036:/include/wx/motif/combobox.h diff --git a/include/wx/motif/combobox.h b/include/wx/motif/combobox.h index ebf2238539..618756c345 100644 --- a/include/wx/motif/combobox.h +++ b/include/wx/motif/combobox.h @@ -91,6 +91,9 @@ protected: virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO); +private: + // only implemented for native combo box + void AdjustDropDownListSize(); }; #endif