X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3f54c8f7c20587c81726cd5f4b90e659f818bbe..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk/filedlg.h diff --git a/include/wx/gtk/filedlg.h b/include/wx/gtk/filedlg.h index 209a098a6e..377734db79 100644 --- a/include/wx/gtk/filedlg.h +++ b/include/wx/gtk/filedlg.h @@ -2,7 +2,6 @@ // Name: wx/gtk/filedlg.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -43,7 +42,6 @@ public: virtual wxString GetPath() const; virtual void GetPaths(wxArrayString& paths) const; - virtual wxString GetDirectory() const; virtual wxString GetFilename() const; virtual void GetFilenames(wxArrayString& files) const; virtual int GetFilterIndex() const; @@ -59,6 +57,9 @@ public: virtual bool SupportsExtraControl() const { return true; } + // Implementation only. + void GTKSelectionChanged(const wxString& filename); + protected: // override this from wxTLW since the native