mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-18 06:30:08 +01:00
7 lines
122 B
Python
7 lines
122 B
Python
|
|
def OnPaint(self, event):
|
|
|
|
dc = wx.PaintDC(self)
|
|
DrawMyDocument(dc)
|
|
|