backported wxRESERVE_SPACE_EVEN_IF_HIDDEN to 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1273,6 +1273,9 @@ enum wxStretch
|
||||
wxEXPAND = wxGROW,
|
||||
wxSHAPED = 0x4000,
|
||||
wxFIXED_MINSIZE = 0x8000,
|
||||
#if wxABI_VERSION >= 20808
|
||||
wxRESERVE_SPACE_EVEN_IF_HIDDEN = 0x0002,
|
||||
#endif
|
||||
wxTILE = 0xc000,
|
||||
|
||||
/* for compatibility only, default now, don't use explicitly any more */
|
||||
|
Reference in New Issue
Block a user