switcher.py 文件源码

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

项目:IntroPython2016a 作者: UWPCE-PythonCert 项目源码 文件源码
def __init__(self, parent, *args, **kwargs):
        """
        create a new switcher instance.

        :param parent: the parent frame -- this is designed to go on an
                       AddBookFrame object


        :params *args, **kwargs: all the other arguments that a wx.Window takes.       
        """
        wx.Panel.__init__(self, parent, *args, **kwargs)

        self.add_book_frame = parent

        ## add some widgets here to do the switching
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号