Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wxFileDialog::GetCurrentlySelectedFilterIndex() and wxEVT_UPDATE_UI event notification when the selected file type filter changes #1310

Closed
wants to merge 2 commits into from

Commits on Apr 30, 2019

  1. Add wxFileDialog::GetCurrentlySelectedFilterIndex() and wxEVT_UPDATE_…

    …UI event notification when the selected file type filter changes
    
    Added method wxFileDialog::GetCurrentlySelectedFilterIndex().
    This method returns the 0-based file type filter currently selected in a file dialog, analogously to GetCurrentlySelectedFilename() does for the current file.
    Only supported in MSW. The value returned is always undefined elsewhere.
    
    Added a wxEVT_UPDATE_UI event notification when the selection of the file type filter changes.
    This allows extra file dialog controls to adjust their state depending on the file type filter currently selected.
    Only supported in MSW.
    qtnc committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    93e8156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ace01 View commit details
    Browse the repository at this point in the history