]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/filedlgg.h
SpinCtrl update
[wxWidgets.git] / include / wx / generic / filedlgg.h
index 4b06e97f87dbcc21eda977f980e4416e65a8e484..6724c6bb544255aba4c09b1edb6396aea86efb96 100644 (file)
@@ -100,7 +100,7 @@ public:
                 const wxSize &size = wxDefaultSize,
                 long style = wxLC_LIST,
                 const wxValidator &validator = wxDefaultValidator,
                 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();
     void ChangeToListMode();
     void ChangeToReportMode();
     void ChangeToIconMode();
@@ -166,6 +166,8 @@ public:
     void OnNew( wxCommandEvent &event );
     void OnChoice( wxCommandEvent &event );
     void OnTextEnter( wxCommandEvent &event );
     void OnNew( wxCommandEvent &event );
     void OnChoice( wxCommandEvent &event );
     void OnTextEnter( wxCommandEvent &event );
+    
+    void HandleAction( const wxString &fn );
 
 protected:
     wxString       m_message;
 
 protected:
     wxString       m_message;