use new pen/brush style names in samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -161,7 +161,7 @@ void MyApp::Draw(wxDC&dc)
|
||||
|
||||
dc.DrawText( wxT("Rectangle 200 by 80"), 40, 40);
|
||||
|
||||
dc.SetPen( wxPen(*wxBLACK,0,wxDOT_DASH) );
|
||||
dc.SetPen( wxPen(*wxBLACK, 0, wxPENSTYLE_DOT_DASH) );
|
||||
dc.DrawEllipse(50, 140, 100, 50);
|
||||
dc.SetPen(*wxRED_PEN);
|
||||
|
||||
|
Reference in New Issue
Block a user