X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/738f9e5a12b8bb3936cc10347be98390602d3660..ae80f83724464f0d178d85a60e1ba6e9a1c4ae8f:/include/wx/gtk1/combobox.h diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index 129321d3a4..f48a786405 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -121,6 +121,9 @@ public: bool IsOwnGtkWindow( GdkWindow *window ); void ApplyWidgetStyle(); +protected: + virtual wxSize DoGetBestSize() const; + private: DECLARE_DYNAMIC_CLASS(wxComboBox) DECLARE_EVENT_TABLE()