Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/PaintEvent.1.py
2012-04-10 03:16:37 +00:00

7 lines
122 B
Python

def OnPaint(self, event):
dc = wx.PaintDC(self)
DrawMyDocument(dc)