ui.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:ChiantiPy 作者: chianti-atomic 项目源码 文件源码
def __init__(self, *args, **kwds):
        # begin wxGlade: ui_choice2Dialog.__init__
        kwds["style"] = wx.DIALOG_NO_PARENT
        wx.Dialog.__init__(self, *args, **kwds)
        self.numListBox = wx.ListBox(self, -1, choices=[], style=wx.LB_MULTIPLE)
        self.button_ok = wx.Button(self, wx.ID_OK, "")
        self.denListBox = wx.ListBox(self, -1, choices=[], style=wx.LB_MULTIPLE)
        self.button_cancel = wx.Button(self, wx.ID_CANCEL, "")

        self.__set_properties()
        self.__do_layout()
        # end wxGlade
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号