git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16677
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
textWindow->SetSize(0, 0, 200, h);
GetClientWindow()->SetSize(200, 0, w - 200, h);
textWindow->SetSize(0, 0, 200, h);
GetClientWindow()->SetSize(200, 0, w - 200, h);
+
+ // FIXME: On wxX11, we need the MDI frame to process this
+ // event, but on other platforms this should not
+ // be done.
+#ifdef __WXX11__
}
void MyFrame::InitToolBar(wxToolBar* toolBar)
}
void MyFrame::InitToolBar(wxToolBar* toolBar)