X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/355ce7adea8043d72e02cd00aa7f475f3b3be92d..14946ce13c15b729fb9e1f679e117a702db55861:/interface/wx/control.h diff --git a/interface/wx/control.h b/interface/wx/control.h index 9dcbf8f136..d96a9bc28c 100644 --- a/interface/wx/control.h +++ b/interface/wx/control.h @@ -47,6 +47,9 @@ enum wxEllipsizeFlags */ enum wxEllipsizeMode { + /// Don't ellipsize the text at all. @since 2.9.1 + wxELLIPSIZE_NONE, + /// Put the ellipsis at the start of the string, if the string needs ellipsization. wxELLIPSIZE_START,