clipboard_preview.py 文件源码

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

项目:draobpilc 作者: awamper 项目源码 文件源码
def show():    
    item = get_history_item_for_clipboard()

    if not item:
        _current_window = EMPTY_WINDOW
    else:
        _current_window = PREVIEW_WINDOW

    _current_window.set_item(item)
    _current_window.show_all()
    _current_window.maximize()
    _current_window.get_window().focus(Gdk.CURRENT_TIME)
    _current_window.present_with_time(Gdk.CURRENT_TIME)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号