-#if WXWIN_COMPATIBILITY_2_4
- wxDEPRECATED( void SetIncludeList(const wxStringList& list) );
- wxDEPRECATED( wxStringList& GetIncludeList() );
-
- wxDEPRECATED( void SetExcludeList(const wxStringList& list) );
- wxDEPRECATED( wxStringList& GetExcludeList() );
-
- wxDEPRECATED( bool IsInCharIncludeList(const wxString& val) );
- wxDEPRECATED( bool IsNotInCharExcludeList(const wxString& val) );
-#endif