view.py 文件源码

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

项目:gopro-organizer 作者: angusmacdonald 项目源码 文件源码
def OnChkCopyFile(self, event):
        if not event.IsChecked():
            dial = wx.MessageDialog(None, 
                'Are you sure? Disabling copy means that files are removed from their source location.', 'Disable copy?', 
                wx.YES_NO | wx.NO_DEFAULT | wx.ICON_QUESTION)
            retCode = dial.ShowModal()

            if (retCode != wx.ID_YES):
                self.chkCopyFiles.SetValue(True)

            dial.Destroy()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号