/////////////////////////////////////////////////////////////////////////////
-// Name: filedlg.h
+// Name: wx/gtk/filedlg.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
const wxPoint& pos = wxDefaultPosition,
const wxSize& sz = wxDefaultSize,
const wxString& name = wxFileDialogNameStr);
- virtual ~wxFileDialog() { delete m_extraControl; }
+ virtual ~wxFileDialog();
virtual wxString GetPath() const;
virtual void GetPaths(wxArrayString& paths) const;
private:
void OnFakeOk( wxCommandEvent &event );
void OnSize(wxSizeEvent&);
+ virtual void AddChildGTK(wxWindowGTK* child);
wxGtkFileChooser m_fc;