winout.py 文件源码

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

项目:CodeReader 作者: jasonrbr 项目源码 文件源码
def GetRightMenuItems(self):
        ret = []
        flags=win32con.MF_STRING|win32con.MF_ENABLED
        ret.append((flags, win32ui.ID_EDIT_COPY, '&Copy'))
        ret.append((flags, win32ui.ID_EDIT_SELECT_ALL, '&Select all'))
        return ret

    #
    # Windows command handlers, virtuals, etc.
    #
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号