X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/355ce7adea8043d72e02cd00aa7f475f3b3be92d..eebb8902d970787df1e70b83e011ce051ebead21:/include/wx/control.h?ds=sidebyside diff --git a/include/wx/control.h b/include/wx/control.h index f947f0f203..8f1a1767c1 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -39,8 +39,11 @@ enum wxEllipsizeFlags wxELLIPSIZE_FLAGS_EXPAND_TABS }; +// NB: Don't change the order of these values, they're the same as in +// PangoEllipsizeMode enum. enum wxEllipsizeMode { + wxELLIPSIZE_NONE, wxELLIPSIZE_START, wxELLIPSIZE_MIDDLE, wxELLIPSIZE_END