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:
Václav Slavík
2008-03-04 17:46:43 +00:00
parent 98b9d9c98b
commit f891eca8c0
7 changed files with 86 additions and 7 deletions

View File

@@ -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 */