]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/filedlgg.h
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN...
[wxWidgets.git] / include / wx / generic / filedlgg.h
index b312a21d3b8f7c9139222bbda98ee9075aa3f77e..6724c6bb544255aba4c09b1edb6396aea86efb96 100644 (file)
@@ -100,7 +100,7 @@ public:
                 const wxSize &size = wxDefaultSize,
                 long style = wxLC_LIST,
                 const wxValidator &validator = wxDefaultValidator,
-                const wxString &name = _T("filelist") );
+                const wxString &name = wxT("filelist") );
     void ChangeToListMode();
     void ChangeToReportMode();
     void ChangeToIconMode();
@@ -166,6 +166,8 @@ public:
     void OnNew( wxCommandEvent &event );
     void OnChoice( wxCommandEvent &event );
     void OnTextEnter( wxCommandEvent &event );
+    
+    void HandleAction( const wxString &fn );
 
 protected:
     wxString       m_message;
@@ -193,7 +195,7 @@ enum
     wxOVERWRITE_PROMPT = 4,
     wxHIDE_READONLY = 8,
     wxFILE_MUST_EXIST = 16
-}
+};
 
 // File selector - backward compatibility
 WXDLLEXPORT wxString