def on_email(self,event):
msg="This feature is not yet activated"
dlg = wx.MessageDialog(self, msg, '',wx.OK | wx.ICON_INFORMATION)
dlg.ShowModal()
dlg.Destroy()
self.label_email.SetForegroundColour(self.label_fg_color)
评论列表
文章目录