X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d9f819c69ba6bf1bd2438aa66aea90f314b8d13..0508392167aaad4f7eee53e01bad9b77ab1a67da:/include/wx/gtk/filedlg.h diff --git a/include/wx/gtk/filedlg.h b/include/wx/gtk/filedlg.h index 209a098a6e..7cbbe54e43 100644 --- a/include/wx/gtk/filedlg.h +++ b/include/wx/gtk/filedlg.h @@ -59,6 +59,9 @@ public: virtual bool SupportsExtraControl() const { return true; } + // Implementation only. + void GTKOnAccept(); + void GTKOnCancel(); protected: // override this from wxTLW since the native @@ -69,10 +72,10 @@ protected: private: - void OnFakeOk( wxCommandEvent &event ); void OnSize(wxSizeEvent&); virtual void AddChildGTK(wxWindowGTK* child); + wxString m_selectedDirectory; wxGtkFileChooser m_fc; DECLARE_DYNAMIC_CLASS(wxFileDialog)