]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toplevel.cpp
added wxXmlNode::InsertChildAfter and use it for (much) faster XML parsing (based...
[wxWidgets.git] / src / mac / carbon / toplevel.cpp
index cc75ba34c39889dc668be09b00113474f3e8d896..9398f003e1511750eb90a87900cd974c3628323d 100644 (file)
@@ -91,6 +91,7 @@ bool wxTopLevelWindowMac::Create(wxWindow *parent,
 
     wxWindow::SetLabel( title ) ;
     SetWindowTitleWithCFString( (WindowRef) m_macWindow , wxCFStringRef( title , GetFont().GetEncoding() ) );
+    wxTopLevelWindows.Append(this);
 
     return true;
 }