app.py 文件源码

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

项目:bittray 作者: nkuttler 项目源码 文件源码
def set_icon_timer(self):
        """
        Sets the icon timer to kick off the main loop.
        """
        self.icon_timer = wx.Timer(self, ID_ICON_TIMER)
        wx.EVT_TIMER(self, ID_ICON_TIMER, self.do_update)
        self.icon_timer.Start(self.conf.get_int('Behavior', 'timer'))
        self.do_update()  # Fire the first right away
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号