SystemtrayApp.py 文件源码

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

项目:KivySystemTrayApp 作者: twister077 项目源码 文件源码
def OnNotify(self, title, msg):
        try:
           hicon = LoadImage(hinst, iconPathName, \
                    win32con.IMAGE_ICON, 0, 0, icon_flags)
        except:
          hicon = LoadIcon(0, win32con.IDI_APPLICATION)
        Shell_NotifyIcon(NIM_MODIFY, \
                         (self.hwnd, 0, NIF_INFO, win32con.WM_USER+20,\
                          hicon, "Balloon  tooltip",msg,200,title))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号