Dialog fixes
This commit is contained in:
@@ -13,10 +13,10 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static std::wstring* OpenDirectory (std::wstring* filter = 0, std::wstring* defaultPath = 0);
|
||||
static std::wstring* OpenFile (std::wstring* filter = 0, std::wstring* defaultPath = 0);
|
||||
static void OpenFiles (std::vector<std::wstring*>* files, std::wstring* filter = 0, std::wstring* defaultPath = 0);
|
||||
static std::wstring* SaveFile (std::wstring* filter = 0, std::wstring* defaultPath = 0);
|
||||
static std::wstring* OpenDirectory (std::wstring* title = 0, std::wstring* filter = 0, std::wstring* defaultPath = 0);
|
||||
static std::wstring* OpenFile (std::wstring* title = 0, std::wstring* filter = 0, std::wstring* defaultPath = 0);
|
||||
static void OpenFiles (std::vector<std::wstring*>* files, std::wstring* title = 0, std::wstring* filter = 0, std::wstring* defaultPath = 0);
|
||||
static std::wstring* SaveFile (std::wstring* title = 0, std::wstring* filter = 0, std::wstring* defaultPath = 0);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user