]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/filedlg.h
m_menubar does not need to be public for hildon, it's the same as m_widget in that...
[wxWidgets.git] / include / wx / gtk / filedlg.h
index 209a098a6e9f6bebb22bbccca5c660a328dd93bb..7cbbe54e43153ea4944e9e7230bd9ab84651ea92 100644 (file)
@@ -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)