def __init__(self, parent, messageString, titleString="pySIM", style=wx.OK | wx.ICON_INFORMATION, pos=wx.DefaultPosition):
wx.MessageDialog.__init__(self, parent, messageString, titleString, style, pos)
self.SetBackgroundColour(backgroundColour)
评论列表
文章目录