+ // calls only RemoveMarkup() on the original label
+ // if the wxST_MARKUP style is set
+ // (but unlike GetLabelText won't remove mnemonics)
+ virtual wxString GetLabelWithoutMarkup() const;
+
+ // just calls RemoveMarkup() & Ellipsize() on the original label
+ // if the wxST_MARKUP & wxST_ELLIPSIZE_* styles are set
+ // (but unlike GetLabelText won't remove mnemonics)