- wxELLIPSIZE_PROCESS_MNEMONICS = 1,
- wxELLIPSIZE_EXPAND_TAB = 2,
+ wxELLIPSIZE_FLAGS_NONE = 0,
+ wxELLIPSIZE_FLAGS_PROCESS_MNEMONICS = 1,
+ wxELLIPSIZE_FLAGS_EXPAND_TABS = 2,
// replaces parts of the (multiline) string with ellipsis if needed
static wxString Ellipsize(const wxString& label, const wxDC& dc,
wxEllipsizeMode mode, int maxWidth,
// replaces parts of the (multiline) string with ellipsis if needed
static wxString Ellipsize(const wxString& label, const wxDC& dc,
wxEllipsizeMode mode, int maxWidth,
// get the string without mnemonic characters ('&')
static wxString GetLabelText(const wxString& label);
// get the string without mnemonic characters ('&')
static wxString GetLabelText(const wxString& label);