X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b70ababc146a97e9f1b2afc0193f92fa6c202dd9..0ce742cf092c9244f27957e308c16f3c2631042d:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index c908c55ce8..e35d3e8c97 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -810,6 +810,7 @@ enum wxStretch // and Win32 and is silently ignored under all other platforms #define wxTE_RICH 0x0080 #define wxTE_NO_VSCROLL 0x0100 +#define wxTE_AUTO_SCROLL 0x0200 /* * wxComboBox style flags @@ -1066,6 +1067,8 @@ enum wxStretch #define wxID_SETUP 5110 #define wxID_RESET 5111 +// IDs used by generic file dialog (11 consecutive starting from this value) +#define wxID_FILEDLGG 5900 #define wxID_HIGHEST 5999 // ----------------------------------------------------------------------------