main.py 文件源码

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

项目:apart-gtk 作者: alexheretic 项目源码 文件源码
def __init__(self, core: ApartCore, z_options: List[str]):
        Gtk.Stack.__init__(self)
        self.set_transition_type(Gtk.StackTransitionType.NONE)
        self.set_transition_duration(settings.animation_duration_ms())
        self.new_clone = CloneToImageEntry(self, core, z_options)
        self.add_named(self.new_clone, name='new-clone')
        self.progress = ProgressAndHistoryView(core, z_options)
        self.add_named(self.progress, name='progress')
        self.new_restore = RestoreFromImageEntry(self, core, z_options)
        self.add_named(self.new_restore, name='new-restore')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号