Merge branch 'mac-filedlg-improvements' of https://github.com/discnl/wxWidgets

macOS wxFileDialog improvements.

See https://github.com/wxWidgets/wxWidgets/pull/2234
This commit is contained in:
Vadim Zeitlin
2021-03-06 12:18:43 +01:00
8 changed files with 77 additions and 19 deletions

View File

@@ -236,10 +236,11 @@ public:
control to update its state depending on the currently selected file
type filter.
Currently this function is fully implemented only under MSW and
Currently this function is fully implemented under macOS and MSW and
always returns @c wxNOT_FOUND elsewhere.
@since 3.1.3
@since 3.1.3 - MSW
@since 3.1.5 - macOS
@return The 0-based index of the currently selected file type filter or
wxNOT_FOUND if nothing is selected.