X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/738f9e5a12b8bb3936cc10347be98390602d3660..fb20fa43a07ce52feb43a4b26514fc7a6a11a6f5:/include/wx/gtk/combobox.h diff --git a/include/wx/gtk/combobox.h b/include/wx/gtk/combobox.h index 129321d3a4..f48a786405 100644 --- a/include/wx/gtk/combobox.h +++ b/include/wx/gtk/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()