def create_wxwindow(self):
try:
from wx.adv import CommandLinkButton # Phoenix
except ImportError:
CommandLinkButton = wx.CommandLinkButton # Classic
return self.initfn(CommandLinkButton)(self.parent, self.id, self.mainLabel, self.note, self.pos, self.size, self.style, self.validator, self.name)
评论列表
文章目录