client.py 文件源码

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

项目:barbieri-playground 作者: barbieri 项目源码 文件源码
def _seek_show(self):
        if not self._seek_available() or self.timepos_popup_visible:
            return

        self.timepos_popup_visible = True

        self._seek_update_vals()

        width, height = self.timepos_popup.get_size()
        pheight = 55

        self.timepos_popup.move(gtk.gdk.screen_width() - width,
                                gtk.gdk.screen_height() - height - pheight)

        self.timepos_popup.show()
        self.current_engine.handler_unblock(self.timepos_sync_pos_handler)

        if not self.seek_autohide:
            def f():
                self._seek_hide()
                self.seek_autohide = None
                return False
            self.seek_autohide = gobject.timeout_add(5000, f)
    # _seek_show()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号