SetTextColour is gone
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,7 +42,6 @@ class TestPanel(wx.Panel):
|
|||||||
|
|
||||||
gc.SetPen(wx.Pen("navy", 1))
|
gc.SetPen(wx.Pen("navy", 1))
|
||||||
gc.SetBrush(wx.Brush("pink"))
|
gc.SetBrush(wx.Brush("pink"))
|
||||||
gc.SetTextColour("black")
|
|
||||||
|
|
||||||
# show the difference between stroking, filling and drawing
|
# show the difference between stroking, filling and drawing
|
||||||
for label, PathFunc in [("StrokePath", gc.StrokePath),
|
for label, PathFunc in [("StrokePath", gc.StrokePath),
|
||||||
|
Reference in New Issue
Block a user