def OnDraw(self): # Draw the box Box.OnDraw(self) # Draw the text self._DrawText()
def OnDraw(self): # Draw the box Box.OnDraw(self) # Draw the text fm = self._GetFontManager() if fm: fm.Draw(self)