git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9893
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}}
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
Robin Dunn, et al}
}}
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
Robin Dunn, et al}
}
\makeindex
\begin{document}
}
\makeindex
\begin{document}
// For some reason, we need to make the client size a couple of pixels
// bigger for all of the bitmap to show.
// For some reason, we need to make the client size a couple of pixels
// bigger for all of the bitmap to show.
#else
int fudge = 0;
#endif
#else
int fudge = 0;
#endif
void wxSplashScreen::OnNotify(wxTimerEvent& event)
{
void wxSplashScreen::OnNotify(wxTimerEvent& event)
{
- m_timer.Stop();
- this->Destroy();
}
void wxSplashScreen::OnCloseWindow(wxCloseEvent& event)
}
void wxSplashScreen::OnCloseWindow(wxCloseEvent& event)
if ( tool && tool->CanBeToggled() )
{
if ( tool && tool->CanBeToggled() )
{
+ if (tool->IsToggled())
+ tool->Toggle();
ccs.hWindowMenu = (HMENU) parent->GetWindowMenu()->GetHMenu();
ccs.idFirstChild = wxFIRST_MDI_CHILD;
ccs.hWindowMenu = (HMENU) parent->GetWindowMenu()->GetHMenu();
ccs.idFirstChild = wxFIRST_MDI_CHILD;
- DWORD msStyle = MDIS_ALLCHILDSTYLES | WS_VISIBLE | WS_CHILD | WS_CLIPCHILDREN;
+ DWORD msStyle = /* MDIS_ALLCHILDSTYLES | */ WS_VISIBLE | WS_CHILD | WS_CLIPCHILDREN;
if ( style & wxHSCROLL )
msStyle |= WS_HSCROLL;
if ( style & wxVSCROLL )
if ( style & wxHSCROLL )
msStyle |= WS_HSCROLL;
if ( style & wxVSCROLL )