ExtractionDialog.py 文件源码

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

项目:PancakeViewer 作者: forensicmatt 项目源码 文件源码
def button_browse_path_click(self, event):
        print "Event handler 'button_browse_path_click' not implemented!"
        dlg = wx.DirDialog(
            self,
            "Choose a directory:",
            style=wx.DD_DEFAULT_STYLE
        )

        if dlg.ShowModal() == wx.ID_OK:
            self.text_ctrl_outpath.Clear()
            self.text_ctrl_outpath.SetValue(dlg.GetPath())
            print('You selected: %s\n' % dlg.GetPath())

        dlg.Destroy()

        event.Skip()
# end of class ExtractionDialog
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号