// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FILEDLG_H_
virtual int ShowModal();
+protected:
+
+#if !(defined(__SMARTPHONE__) && defined(__WXWINCE__))
+ virtual void DoMoveWindow(int x, int y, int width, int height);
+ virtual void DoGetSize( int *width, int *height ) const;
+ virtual void DoGetPosition( int *x, int *y ) const;
+#endif // !(__SMARTPHONE__ && __WXWINCE__)
+
private:
wxArrayString m_fileNames;
+ bool m_bMovedWindow;
DECLARE_DYNAMIC_CLASS(wxFileDialog)
DECLARE_NO_COPY_CLASS(wxFileDialog)