From: Julian Smart Date: Tue, 11 May 2004 18:08:27 +0000 (+0000) Subject: Added wxUSE_MDI X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/496e80e52120d2d1c3461c252df9eeb174c07553 Added wxUSE_MDI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 89cb1679c9..0da4fe15eb 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -827,6 +827,15 @@ // Big GUI components // ---------------------------------------------------------------------------- +// Set to 0 to disable MDI support. +// +// Requires wxUSE_NOTEBOOK under platforms other than MSW. +// +// Default is 1. +// +// Recommended setting: 1, can be safely set to 0. +#define wxUSE_MDI 1 + // Set to 0 to disable document/view architecture #define wxUSE_DOC_VIEW_ARCHITECTURE 1