]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
in debug mode when clicking with the middle mouse button draw borders around all...
[wxWidgets.git] / include / wx / defs.h
index 50be6dfdeb46b1a6784c8c8f52519d454c9b4897..020ceade94bd6cde72098e51a1f22d0c42c0b945 100644 (file)
@@ -2094,6 +2094,8 @@ enum wxHitTest
 #define wxSIZE_NO_ADJUSTMENTS   0x0008
 /*  Change the window position even if it seems to be already correct */
 #define wxSIZE_FORCE            0x0010
+/*  Emit size event even if size didn't change */
+#define wxSIZE_FORCE_EVENT      0x0020
 
 /*  ---------------------------------------------------------------------------- */
 /*  GDI descriptions */