wxFileSelectorEx added - could someone please implement it?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8b81872f2e
commit
36453d0ffb
@ -173,6 +173,21 @@ void wxFileDialog::SetPath(const wxString& path)
|
||||
// global functions
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
wxString
|
||||
wxFileSelectorEx(const wxChar *message,
|
||||
const wxChar *default_path,
|
||||
const wxChar *default_filename,
|
||||
int *indexDefaultExtension,
|
||||
const wxChar *wildcard,
|
||||
int flags,
|
||||
wxWindow *parent,
|
||||
int x, int y)
|
||||
{
|
||||
// TODO: implement this somehow
|
||||
return wxFileSelector(message, default_path, default_filename, _T(""),
|
||||
wildcard, flags, parent, x, y);
|
||||
}
|
||||
|
||||
wxString wxFileSelector( const wxChar *title,
|
||||
const wxChar *defaultDir, const wxChar *defaultFileName,
|
||||
const wxChar *defaultExtension, const wxChar *filter, int flags,
|
||||
|
@ -173,6 +173,21 @@ void wxFileDialog::SetPath(const wxString& path)
|
||||
// global functions
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
wxString
|
||||
wxFileSelectorEx(const wxChar *message,
|
||||
const wxChar *default_path,
|
||||
const wxChar *default_filename,
|
||||
int *indexDefaultExtension,
|
||||
const wxChar *wildcard,
|
||||
int flags,
|
||||
wxWindow *parent,
|
||||
int x, int y)
|
||||
{
|
||||
// TODO: implement this somehow
|
||||
return wxFileSelector(message, default_path, default_filename, _T(""),
|
||||
wildcard, flags, parent, x, y);
|
||||
}
|
||||
|
||||
wxString wxFileSelector( const wxChar *title,
|
||||
const wxChar *defaultDir, const wxChar *defaultFileName,
|
||||
const wxChar *defaultExtension, const wxChar *filter, int flags,
|
||||
|
Loading…
Reference in New Issue
Block a user