X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..0ffb2aa6e47721eebc485931efaad028b51b0565:/src/univ/winuniv.cpp diff --git a/src/univ/winuniv.cpp b/src/univ/winuniv.cpp index ab3d6514b8..2a5b246c93 100644 --- a/src/univ/winuniv.cpp +++ b/src/univ/winuniv.cpp @@ -101,22 +101,6 @@ END_EVENT_TABLE() // creation // ---------------------------------------------------------------------------- -wxWindow::wxWindow() -{ - Init(); -} - -wxWindow::wxWindow(wxWindow *parent, - wxWindowID id, - const wxPoint& pos, - const wxSize& size, - long style, - const wxString& name) - : wxWindowNative(parent, id, pos, size, style | wxCLIP_CHILDREN, name) -{ - Init(); -} - void wxWindow::Init() { m_scrollbarVert = @@ -227,7 +211,7 @@ const wxBitmap& wxWindow::GetBackgroundBitmap(int *alignment, // ---------------------------------------------------------------------------- // the event handlers executed when the window must be repainted -void wxWindow::OnNcPaint(wxPaintEvent& WXUNUSED(event)) +void wxWindow::OnNcPaint(wxNcPaintEvent& WXUNUSED(event)) { if ( m_renderer ) {