Sync'ed show-window flag in MDI child constructor; added initial wxKill implementation

for wxMSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-06-15 12:59:22 +00:00
parent eaac8805cd
commit e949bf13c5
2 changed files with 58 additions and 3 deletions

View File

@@ -650,6 +650,7 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent,
: wxDEFAULT_MDICHILDFRAME_ICON);
SetName(name);
wxWindowBase::Show(TRUE); // MDI child frame starts off shown
if ( id > -1 )
m_windowId = id;