X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dcfb179bc7626b810b5dc589bd5db0e2bae0e8fb..e74563e412a08aa004c5429efed7ef0031c2c1bf:/include/wx/univ/combobox.h diff --git a/include/wx/univ/combobox.h b/include/wx/univ/combobox.h index afccb74711..532073b460 100644 --- a/include/wx/univ/combobox.h +++ b/include/wx/univ/combobox.h @@ -160,6 +160,10 @@ public: virtual bool Enable(bool enable = TRUE); virtual bool Show(bool show = TRUE); +#if wxUSE_TOOLTIPS + virtual void DoSetToolTip( wxToolTip *tip ); +#endif // wxUSE_TOOLTIPS + protected: // override the base class virtuals involved into geometry calculations virtual wxSize DoGetBestClientSize() const;