def set_online(self, module_name, channel):
if module_name in self.chats:
if channel.lower() in self.chats[module_name]:
self.chats[module_name][channel.lower()]['status'].SetBackgroundColour(wx.Colour(0, 128, 0))
self.Layout()
self.Refresh()
评论列表
文章目录