mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-30 07:30:10 +01:00
4 lines
118 B
Python
4 lines
118 B
Python
|
|
path = wx.GraphicsPath() # from somewhere
|
|
brush = path.GetRenderer().CreateBrush(wx.BLACK_BRUSH)
|