Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/PaintEvent.1.py
2011-12-30 19:17:09 +00:00

7 lines
128 B
Python

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