def __init__(self, controller_uid):
UIViewBase.__init__(self, controller_uid)
wx.MenuBar.__init__(self)
UIM = UIManager()
parent_uid = UIM._getparentuid(controller_uid)
parent = UIM.get(parent_uid)
parent.view.SetMenuBar(self)
#class_full_name = str(self.__class__.__module__) + '.' + str(self.__class__.__name__)
#log.debug('Successfully created View object from class: {}.'.format(class_full_name))
评论列表
文章目录