about.py 文件源码

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

项目:PyFlowChart 作者: steelcowboy 项目源码 文件源码
def __init__(self, parent):
        Gtk.AboutDialog.__init__(self, parent=parent)

        self.set_program_name('PyFlowChart')
        self.set_version('0.9.3.1')
        self.set_comments('A program to create interactive cirriculum flowcharts')

        self.set_logo_icon_name('applications-accessories')

        self.set_copyright('© 2016 Jim Heald')
        self.set_license_type(Gtk.License.BSD)

        self.set_authors(['Jim Heald https://github.com/steelcowboy'])

        self.connect('response', self.hide_dialog)
        self.connect('delete-event', self.hide_dialog)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号