#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;
// 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() )