mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Refactoring of new dialog windows on Windows OS
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 460092]
This commit is contained in:
parent
50b5a3df07
commit
d60ef5bdb1
4 changed files with 68 additions and 31 deletions
|
|
@ -15,7 +15,14 @@
|
|||
// to invoke a specific Objective-C method FROM C++
|
||||
namespace ARDOUR
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
std::string SaveFileDialog(std::string title = "");
|
||||
std::string OpenFileDialog(std::string title = "");
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
bool SaveFileDialog(std::string& fileName, std::string title = "Save");
|
||||
bool OpenFileDialog(std::string& fileName, std::string title = "Open");
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue