def __init__(self, parent):
maingui.AboutDialog.__init__(self, parent)
self.font = wx.Font(10, wx.MODERN, wx.NORMAL, wx.NORMAL, False, u'Consolas')
self.FillPanelAbout()
self.AddDocuments()
self.Fit() # Ensure the Dialog resizes to fit the added Panels
self.Centre()
评论列表
文章目录