win_main.py 文件源码

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

项目:wahcade 作者: sairuk 项目源码 文件源码
def stop_video(self):
        """stop and playing video and timer"""
        if self.video_timer:
            gobject.source_remove(self.video_timer)
            self.video_timer = None
        if self.video_playing:
            self.video_playing = False
            self.video_player.stop()
            self.drwVideo.set_property('visible', False)
            self.video_artwork_widget.set_property('visible', True)
            self.do_events()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号