]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
show help for the page under mouse when the [?] button is used to request help
[wxWidgets.git] / src / gtk1 / window.cpp
index a36bfe0a103bbeb14a019cafa941bbc619c53bdf..f92f405c9f155fcbc111679c348491ed74760e6c 100644 (file)
     #include "wx/utils.h"
     #include "wx/frame.h"
     #include "wx/dcclient.h"
+    #include "wx/menu.h"
+    #include "wx/dialog.h"
+    #include "wx/settings.h"
+    #include "wx/msgdlg.h"
 #endif
 
 #include "wx/layout.h"
-#include "wx/dialog.h"
-#include "wx/msgdlg.h"
 #include "wx/module.h"
 #include "wx/combobox.h"
 
@@ -47,9 +49,7 @@
     #include "wx/textctrl.h"
 #endif
 
-#include "wx/menu.h"
 #include "wx/statusbr.h"
-#include "wx/settings.h"
 #include "wx/fontutil.h"
 
 #ifdef __WXDEBUG__