Merge branch 'compat-32'
Remove WXWIN_COMPATIBILITY_2_8 and associated code, add WXWIN_COMPATIBILITY_3_2. See #22692. Closes #22686.
This commit is contained in:
commit
eb1242cc1c
142 changed files with 183 additions and 3916 deletions
|
|
@ -1410,15 +1410,6 @@ enum wxAlignment
|
|||
/* misc. flags for wxSizer items */
|
||||
enum wxSizerFlagBits
|
||||
{
|
||||
/*
|
||||
wxADJUST_MINSIZE doesn't do anything any more but we still define
|
||||
it for compatibility. Notice that it may be also predefined (as 0,
|
||||
hopefully) in the user code in order to use it even in
|
||||
!WXWIN_COMPATIBILITY_2_8 builds so don't redefine it in such case.
|
||||
*/
|
||||
#if WXWIN_COMPATIBILITY_2_8 && !defined(wxADJUST_MINSIZE)
|
||||
wxADJUST_MINSIZE = 0,
|
||||
#endif
|
||||
wxFIXED_MINSIZE = 0x8000,
|
||||
wxRESERVE_SPACE_EVEN_IF_HIDDEN = 0x0002,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue