Thu 10 Feb 2011
wxPython: Showing 2 Filetypes in wx.FileDialog
Posted by Mike under Cross-Platform, Python, wxPython
[4] Comments
The other day on the wxPython IRC channel on freenode, one of the members there asked if there was a way to make the wx.FileDialog display more than one file type at a time. In the back of mind, I thought I had seen a Microsoft product that could do it, but I’d never seen any wxPython examples. In this short tutorial, you will learn how to do this handy trick! (more…)
