def OnDropFiles(self, x, y, filenames):
wx.MessageBox(
u"Items Added:\n{}".format("\n".join(filenames)), #message
u'Evidence Dropped', #title
wx.OK | wx.ICON_INFORMATION
)
for filename in filenames:
self.window.EnumerateSource(
filename
)
pass
评论列表
文章目录