Add flag for displaying hidden files in the file dialog
Add wxFD_SHOW_HIDDEN and implement support for it for all the major ports. Closes https://github.com/wxWidgets/wxWidgets/pull/1413 Closes #9342.
This commit is contained in:
committed by
Vadim Zeitlin
parent
7e90def99a
commit
8748a476c3
@@ -413,5 +413,9 @@
|
||||
#define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
|
||||
#endif
|
||||
|
||||
#ifndef OFN_FORCESHOWHIDDEN
|
||||
#define OFN_FORCESHOWHIDDEN 0x10000000
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// _WX_MISSING_H_
|
||||
|
Reference in New Issue
Block a user