wxFileDialog::SetWildcard() and case sensitivity
Paul Koning
pkoning at equallogic.com
Wed Sep 5 09:10:02 PDT 2007
>>>>> "Vadim" == Vadim Zeitlin <vadim at wxwidgets.org> writes:
IB> Hmmm... after thinking about this more, I do think some sort of
IB> wxINSENSITIVE_EXTENSION option to the wxFileDialog would be a
IB> nice addition: - On wxMSW, nothing would need to be done
IB> (Insensitive by default) - On wxGTK, inject the [] characters
IB> into the given wildcard pattern - On wxOSX, ... (Dunno... )
Vadim> AFAIK OS X is the same as MSW in this respect.
Normally yes, but OS X also supports case-sensitive file systems.
(They appear to be discouraged, but the support is there.)
paul
More information about the wx-users
mailing list