+ long style = wxFD_DEFAULT_STYLE,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& sz = wxDefaultSize,
+ const wxString& name = wxFileDialogNameStr);
+ virtual ~wxFileDialog() { delete m_extraControl; }
+
+ virtual wxString GetPath() const;