]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stattext.h
build fixes
[wxWidgets.git] / include / wx / stattext.h
index 8795777ea8d1bf8677e52523c971cd627734182b..3a1c6cb047d510400644915ca51e01b75fcccb9e 100644 (file)
@@ -58,6 +58,9 @@ public:
 
     // public utilities (symmetric to those in wxControl about mnemonics):
 
+    // get the string without mnemonic characters ('&') and without markup
+    static wxString GetLabelText(const wxString& label);
+
     // removes the markup accepted by wxStaticText when wxST_MARKUP is used,
     // and then returns the cleaned string
     static wxString RemoveMarkup(const wxString& str);