X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de1cc37868e66796a66af8fc13a642a1d6a3d1db..17a8f66c75cf27b77f1bffe3b226a827774f69e8:/src/gtk/button.cpp?ds=sidebyside diff --git a/src/gtk/button.cpp b/src/gtk/button.cpp index 089fcbda13..5255a240ff 100644 --- a/src/gtk/button.cpp +++ b/src/gtk/button.cpp @@ -262,6 +262,7 @@ void wxButton::SetLabel( const wxString &lbl ) GTKApplyWidgetStyle( false ); } +#if wxUSE_MARKUP bool wxButton::DoSetLabelMarkup(const wxString& markup) { wxCHECK_MSG( m_widget != NULL, false, "invalid button" ); @@ -279,6 +280,7 @@ bool wxButton::DoSetLabelMarkup(const wxString& markup) return true; } +#endif // wxUSE_MARKUP bool wxButton::Enable( bool enable ) {