X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f78bd2c0436624590642c7756810d8c999c0c35..0ce742cf092c9244f27957e308c16f3c2631042d:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 49b1187410..e35d3e8c97 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -809,6 +809,8 @@ enum wxStretch // 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 +#define wxTE_NO_VSCROLL 0x0100 +#define wxTE_AUTO_SCROLL 0x0200 /* * wxComboBox style flags @@ -840,7 +842,7 @@ enum wxStretch #define wxGA_HORIZONTAL wxHORIZONTAL #define wxGA_VERTICAL wxVERTICAL // Windows only -#define wxGA_SMOOTH 0x0008 +#define wxGA_SMOOTH 0x0010 /* * wxSlider flags @@ -1065,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 // ----------------------------------------------------------------------------