]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/filedlg.h
made SelectionToText and ToText public
[wxWidgets.git] / include / wx / msw / filedlg.h
index 3013be4204de3befcf742c2809eb7de2eec834ec..fe7a4856bbe0263f82aaf33cc41720cb2100e2f7 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_FILEDLG_H_
 #define _WX_FILEDLG_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "filedlg.h"
 #endif
 
@@ -33,6 +33,7 @@ public:
 
     virtual void SetPath(const wxString& path);
     virtual void GetPaths(wxArrayString& paths) const;
+    virtual void GetFilenames(wxArrayString& files) const;
 
     virtual int ShowModal();