git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25203
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+
+ wxWindowCreateEvent event(this);
+ GetEventHandler()->ProcessEvent(event);
}
void wxTopLevelWindowMac::MacGetPortParams(WXPOINTPTR localOrigin, WXRECTPTR clipRect, WXHWND *window , wxWindowMac** rootwin)
}
void wxTopLevelWindowMac::MacGetPortParams(WXPOINTPTR localOrigin, WXRECTPTR clipRect, WXHWND *window , wxWindowMac** rootwin)
MacCreateScrollBars( style ) ;
}
#endif
MacCreateScrollBars( style ) ;
}
#endif
+
+ wxWindowCreateEvent event(this);
+ GetEventHandler()->ProcessEvent(event);
+
+
+ wxWindowCreateEvent event(this);
+ GetEventHandler()->ProcessEvent(event);
}
void wxTopLevelWindowMac::MacGetPortParams(WXPOINTPTR localOrigin, WXRECTPTR clipRect, WXHWND *window , wxWindowMac** rootwin)
}
void wxTopLevelWindowMac::MacGetPortParams(WXPOINTPTR localOrigin, WXRECTPTR clipRect, WXHWND *window , wxWindowMac** rootwin)
MacCreateScrollBars( style ) ;
}
#endif
MacCreateScrollBars( style ) ;
}
#endif
+
+ wxWindowCreateEvent event(this);
+ GetEventHandler()->ProcessEvent(event);
+