projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSi...
[wxWidgets.git]
/
include
/
wx
/
msw
/
wrapshl.h
diff --git
a/include/wx/msw/wrapshl.h
b/include/wx/msw/wrapshl.h
index 3a0e143d768bc4501be5ec8119a54a19a8f08e86..5cef66c0333baca5dd628f572ce469703e8bef9f 100644
(file)
--- a/
include/wx/msw/wrapshl.h
+++ b/
include/wx/msw/wrapshl.h
@@
-20,6
+20,8
@@
#include <shlobj.h>
#include <shlobj.h>
+#include "wx/msw/winundef.h"
+
// ----------------------------------------------------------------------------
// wxItemIdList implements RAII on top of ITEMIDLIST
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxItemIdList implements RAII on top of ITEMIDLIST
// ----------------------------------------------------------------------------
@@
-77,5
+79,12
@@
private:
DECLARE_NO_COPY_CLASS(wxItemIdList)
};
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_
#endif // _WX_MSW_WRAPSHL_H_