]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/mdi.cpp
show help for the page under mouse when the [?] button is used to request help
[wxWidgets.git] / src / gtk / mdi.cpp
index a15c6a7500107559a72ad13e928db6aa74c8bd37..f88a1fdba0f24bc54b898da4970bebcdbb11b32e 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#if wxUSE_MDI
+
 #include "wx/mdi.h"
-#include "wx/notebook.h"
 
-#if wxUSE_MDI
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/menu.h"
+    #include "wx/dialog.h"
+#endif
 
-#include "wx/dialog.h"
-#include "wx/menu.h"
-#include "wx/intl.h"
+#include "wx/notebook.h"
 #include "wx/gtk/private.h"
 
 #include <glib.h>