//-------------------------------------------------------------------------
// wxFileDialog
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
// wxFileDialog
//-------------------------------------------------------------------------
// set this system option to 1 in order to always show the filetypes popup in
// file open dialogs if possible
// set this system option to 1 in order to always show the filetypes popup in
// file open dialogs if possible
const wxSize& sz = wxDefaultSize,
const wxString& name = wxFileDialogNameStr);
const wxSize& sz = wxDefaultSize,
const wxString& name = wxFileDialogNameStr);
virtual void GetPaths(wxArrayString& paths) const { paths = m_paths; }
virtual void GetFilenames(wxArrayString& files) const { files = m_fileNames ; }
virtual void GetPaths(wxArrayString& paths) const { paths = m_paths; }
virtual void GetFilenames(wxArrayString& files) const { files = m_fileNames ; }