]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/frame.cpp
Seems it works reasonably stable...
[wxWidgets.git] / src / stubs / frame.cpp
index 3d9b5b0004e91e379159f529fd7de353be1eb852..5c22818c61d738b784c988834330f0cf7864347c 100644 (file)
 #include "wx/statusbr.h"
 #include "wx/toolbar.h"
 #include "wx/menuitem.h"
+#include "wx/menu.h"
+#include "wx/dcclient.h"
+#include "wx/dialog.h"
+#include "wx/settings.h"
+#include "wx/app.h"
 
 extern wxList wxModelessWindows;
 extern wxList wxPendingDelete;
@@ -512,9 +517,6 @@ void wxFrame::PositionToolBar()
     // the toolbar/status bar were added.
     // So DEFINITELY replace the line below with something appropriate.
 
-    wxCHECK_MSG( TRUE, FALSE,
-               "PositionToolBar not implemented properly, see frame.cpp" );
-
     GetClientSize(& cw, &ch);
 
     if ( GetStatusBar() )