X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23ff76d5ad99605e0e49173dcd61894b17b03c9a..c06bbbff2211c447a8a300eeece87d67fcd95095:/include/wx/univ/combobox.h diff --git a/include/wx/univ/combobox.h b/include/wx/univ/combobox.h index 4e87c1c6ee..3d58e1fd6d 100644 --- a/include/wx/univ/combobox.h +++ b/include/wx/univ/combobox.h @@ -163,6 +163,11 @@ public: virtual void DoSetToolTip( wxToolTip *tip ); #endif // wxUSE_TOOLTIPS + // we have our own input handler and our own actions + virtual bool PerformAction(const wxControlAction& action, + long numArg = 0l, + const wxString& strArg = wxEmptyString); + protected: // override the base class virtuals involved into geometry calculations virtual wxSize DoGetBestClientSize() const; @@ -171,11 +176,6 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); - // we have our own input handler and our own actions - virtual bool PerformAction(const wxControlAction& action, - long numArg = 0l, - const wxString& strArg = wxEmptyString); - // event handlers void OnKey(wxKeyEvent& event);