]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/frame.cpp
move default button handling code from wxControlContainer to wxTLW (patch 1524441)
[wxWidgets.git] / src / gtk / frame.cpp
index 6706922aae9173e25d9fbfc81b4ec643470f81fb..7683d527db656308c561db32dd264cc420bb75ff 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-#endif // WX_PRECOMP
-
-#include "wx/dialog.h"
-#include "wx/control.h"
-#include "wx/menu.h"
-#if wxUSE_TOOLBAR
+    #include "wx/dcclient.h"
+    #include "wx/menu.h"
+    #include "wx/dialog.h"
+    #include "wx/control.h"
     #include "wx/toolbar.h"
-#endif
-#if wxUSE_STATUSBAR
     #include "wx/statusbr.h"
-#endif
-#include "wx/dcclient.h"
+#endif // WX_PRECOMP
 
 #include <glib.h>
 #include "wx/gtk/private.h"