projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a450684
)
Smartphone fix due to separated implementation of wxFileDialog.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Tue, 3 Aug 2004 06:58:37 +0000
(06:58 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Tue, 3 Aug 2004 06:58:37 +0000
(06:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28597
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/msw/filedlg.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/msw/filedlg.h
b/include/wx/msw/filedlg.h
index c84b139b960796e08f627b64bc60b354f52b8cb4..8a8deee9af359904c473eafdcd0e05f326f8beb4 100644
(file)
--- a/
include/wx/msw/filedlg.h
+++ b/
include/wx/msw/filedlg.h
@@
-38,9
+38,12
@@
public:
virtual int ShowModal();
protected:
+
+#ifndef __SMARTPHONE__
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__
private:
wxArrayString m_fileNames;