X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e22fa4d7b2608c333d8ffdb9807973b6967a2087..30d6c59b297f98ebda1d6c14e56f289bd3b02799:/samples/drawing/drawing.cpp diff --git a/samples/drawing/drawing.cpp b/samples/drawing/drawing.cpp index 80437e10b4..d48e299dab 100644 --- a/samples/drawing/drawing.cpp +++ b/samples/drawing/drawing.cpp @@ -789,6 +789,9 @@ void MyCanvas::DrawText(wxDC& dc) y += height; dc.DrawRectangle( 110, y, 100, height ); dc.DrawText( wxT("Another visible text"), 110, y ); + + y += height; + dc.DrawText("And\nmore\ntext on\nmultiple\nlines", 110, y); } static const struct