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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user