X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..2ce7af354a12de8cf0d80d27f6958c6ccd95f766:/include/wx/gtk/control.h?ds=sidebyside diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index 38b59dcf29..17db76e571 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/control.h @@ -55,6 +55,9 @@ public: protected: virtual wxSize DoGetBestSize() const; +#ifdef __WXGTK20__ + wxString PrepareLabelMnemonics( const wxString &label ) const; +#endif wxString m_label; char m_chAccel; // enabled to avoid breaking binary compatibility later on