diff --git a/include/wx/mac/carbon/setup0.h b/include/wx/mac/carbon/setup0.h index c0b2f7642e..f01e23f7f1 100644 --- a/include/wx/mac/carbon/setup0.h +++ b/include/wx/mac/carbon/setup0.h @@ -742,6 +742,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