mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-18 16:41:14 +02:00
Preliminary changes for wxWidgets 3.0.1
We can't go to 3.0.1 yet as there are still build issues on Linux and OSX. You can get Windows to build, but there's still some display issues. These changes should work with wxWidgets 2.8.12 as well, so we can take our time to get things working properly before switching over.
This commit is contained in:
@@ -43,11 +43,11 @@ typedef void (*fdCallback)(void *, int);
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
wxString
|
||||
FileSelector(const wxChar *message = wxFileSelectorPromptStr,
|
||||
const wxChar *default_path = NULL,
|
||||
const wxChar *default_filename = NULL,
|
||||
const wxChar *default_extension = NULL,
|
||||
const wxChar *wildcard = wxFileSelectorDefaultWildcardStr,
|
||||
FileSelector(const wxString & message = wxFileSelectorPromptStr,
|
||||
const wxString & default_path = wxEmptyString,
|
||||
const wxString & default_filename = wxEmptyString,
|
||||
const wxString & default_extension = wxEmptyString,
|
||||
const wxString & wildcard = wxFileSelectorDefaultWildcardStr,
|
||||
int flags = 0,
|
||||
wxWindow *parent = NULL,
|
||||
wxString label = wxEmptyString,
|
||||
|
Reference in New Issue
Block a user