/////////////////////////////////////////////////////////////////////////////
-// Name: stattext.cpp
+// Name: src/gtk/stattext.cpp
// Purpose:
// Author: Robert Roebling
// Id: $Id$
GTKDoSetLabel(&wxStaticText::GTKSetLabelForLabel, label);
}
+#if wxUSE_MARKUP
+
bool wxStaticText::DoSetLabelMarkup(const wxString& markup)
{
const wxString stripped = RemoveMarkup(markup);
return true;
}
+#endif // wxUSE_MARKUP
+
bool wxStaticText::SetFont( const wxFont &font )
{
const bool wasUnderlined = GetFont().GetUnderlined();