]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/control.h
added a note about XRCID() and EVT_*_RANGE macros (see bug #11431)
[wxWidgets.git] / interface / wx / control.h
index 9dcbf8f1361eacdd9d1976c43ffb895a3e6e2b06..d96a9bc28ce5ca7ee2a4b86d791480a8c179d716 100644 (file)
@@ -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,