Layout improvements for CalendarCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-18 08:01:13 +00:00
parent 427ad6e188
commit a4f03d8798
5 changed files with 58 additions and 202 deletions

View File

@@ -353,6 +353,8 @@ void MyCanvas::OnEraseBackground( wxEraseEvent& event )
{
dc.DrawLine(0, y, size.x, y);
}
wxPrintf( "hello\n" );
dc.SetTextForeground(*wxRED);
dc.DrawText(_T("This text is drawn from OnEraseBackground"), 60, 160);