Add wxMac wxFileDialog::GetCurrentlySelectedFilterIndex() support

Simply set the relevant variable while changing selection and give
the extra control a chance to update.

Note that updating the UI currently asserts with the dialog sample if
wxOSX_FILEDIALOG_ALWAYS_SHOW_TYPES is 1 (toggable with Ctrl+Cmd+S in
the sample), This will be fixed in the next commit.
This commit is contained in:
Dimitri Schoolwerth
2021-02-13 00:52:48 +01:00
parent 57688cf2da
commit 40422db37d
2 changed files with 7 additions and 2 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.