mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-24 04:30:08 +01:00
8 lines
229 B
Python
8 lines
229 B
Python
|
|
size = self.GetSize()
|
|
|
|
path = wx.GraphicsRenderer.GetDefaultRenderer().CreatePath()
|
|
path.AddCircle(size.x/2, size.y/2, 30)
|
|
|
|
self.SetShape(path)
|