git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52428
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// implementation
// ============================================================================
// implementation
// ============================================================================
-bool wxNativeContainerWindow::Create(wxNativeContainerWindowHandle *win)
+bool wxNativeContainerWindow::Create(wxNativeContainerWindowHandle win)
{
if ( !wxTopLevelWindow::Create(NULL, wxID_ANY, "") )
return false;
{
if ( !wxTopLevelWindow::Create(NULL, wxID_ANY, "") )
return false;
// doesn't make much sense unless we also react to visibility changes, so
// just suppose it's always shown for now)
Show();
// doesn't make much sense unless we also react to visibility changes, so
// just suppose it's always shown for now)
Show();
}
bool wxNativeContainerWindow::Create(wxNativeContainerWindowId anid)
}
bool wxNativeContainerWindow::Create(wxNativeContainerWindowId anid)