X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3f54c8f7c20587c81726cd5f4b90e659f818bbe..880d76dfb12d4e8466df30d641bb25c6f71bd398:/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)