m_oldSize.x = -1;
m_oldSize.y = -1;
-
- m_hasDialogBackground = FALSE;
}
bool wxWindow::Create(wxWindow *parent,
void wxWindow::EraseBackground(wxDC& dc, const wxRect& rect)
{
// TODO: handle bg bitmaps here!
-
+
m_renderer->DrawBackground(dc, wxTHEME_BG_COLOUR(this), rect, GetStateFlags());
}