]> git.saurik.com Git - wxWidgets.git/blame_incremental - interface/wx/fs_filter.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / interface / wx / fs_filter.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/fs_filter.h
3// Purpose: Filter file system handler
4// Author: Mike Wetherell
5// Copyright: (c) 2006 Mike Wetherell
6// Licence: wxWindows licence
7/////////////////////////////////////////////////////////////////////////////
8
9/**
10 @class wxFilterFSHandler
11
12 Filter file system handler.
13*/
14
15class wxFilterFSHandler : public wxFileSystemHandler
16{
17public:
18 wxFilterFSHandler();
19 virtual ~wxFilterFSHandler();
20};
21