added wxSIZE_FORCE flag for SetSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1802,6 +1802,11 @@ enum wxHitTest
|
||||
/* Don't do parent client adjustments (for implementation only) */
|
||||
#define wxSIZE_NO_ADJUSTMENTS 0x0008
|
||||
|
||||
#if wxABI_VERSION >= 20602
|
||||
/* Change the window position even if it seems to be already correct */
|
||||
#define wxSIZE_FORCE 0x0010
|
||||
#endif // 2.6.2+
|
||||
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
/* GDI descriptions */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user