]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxUSE_MDI
authorJulian Smart <julian@anthemion.co.uk>
Tue, 11 May 2004 18:08:27 +0000 (18:08 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 11 May 2004 18:08:27 +0000 (18:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/setup0.h

index 89cb1679c910429da3fb9c7f20de79b07563d115..0da4fe15eb891459eca00e1c61f00028ad8d4fc0 100644 (file)
 // 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