X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/953704c1c76cfb9cfb7b91f0e81f98c30d27eb56..cd25b18c8e7e8d77b1a5847f289afec6e114fbd5:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index bfa0d45da7..4b150036b4 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -693,6 +693,9 @@ enum #define wxTE_READONLY 0x0010 #define wxTE_MULTILINE 0x0020 #define wxTE_PROCESS_TAB 0x0040 +// this style means to use RICHEDIT control and does something only under wxMSW +// and Win32 and is silently ignored under all other platforms +#define wxTE_RICH 0x0080 /* * wxComboBox style flags @@ -765,7 +768,7 @@ enum #define wxTR_SINGLE 0x0000 #define wxTR_MULTIPLE 0x0020 #define wxTR_EXTENDED 0x0040 -#define wxTR_HAS_VARIABLE_ROW_HIGHT 0x0080 +#define wxTR_HAS_VARIABLE_ROW_HEIGHT 0x0080 /* * wxListCtrl flags