X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6bb09706724534c42465f9ecf46a4a7e7ff08c30..c3c62822fdda9d340179dec663a806e905882cc9:/include/wx/msw/wrapshl.h diff --git a/include/wx/msw/wrapshl.h b/include/wx/msw/wrapshl.h index 3a0e143d76..195ae3f374 100644 --- a/include/wx/msw/wrapshl.h +++ b/include/wx/msw/wrapshl.h @@ -12,14 +12,21 @@ #ifndef _WX_MSW_WRAPSHL_H_ #define _WX_MSW_WRAPSHL_H_ +#include "wx/msw/wrapwin.h" + #ifdef __WXWINCE__ #include #include #include + #include #endif #include +#include "wx/msw/winundef.h" + +#include "wx/log.h" + // ---------------------------------------------------------------------------- // wxItemIdList implements RAII on top of ITEMIDLIST // ---------------------------------------------------------------------------- @@ -77,5 +84,12 @@ private: DECLARE_NO_COPY_CLASS(wxItemIdList) }; +// enable autocompleting filenames in the text control with given HWND +// +// this only works on systems with shlwapi.dll 5.0 or later +// +// implemented in src/msw/utilsgui.cpp +extern bool wxEnableFileNameAutoComplete(HWND hwnd); + #endif // _WX_MSW_WRAPSHL_H_