From 496e80e52120d2d1c3461c252df9eeb174c07553 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 11 May 2004 18:08:27 +0000 Subject: [PATCH] Added wxUSE_MDI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.45.2