[wxpython] exclude files in a wx.FileDialog?

John Field this at is.invalid
Tue Jan 18 08:23:24 EST 2005


Hello, 

Is it possible to exclude certain files in a wx.FileDialog, so that the user 
won't see them and can't select them with the mouse in de File open window?

I was thinking of somehow extending the class FileDialog(Dialog) 
in the wx module _windows.py to a subclass, but I'm not sure how to do that 
(if feasible). 


cheers



More information about the Python-list mailing list