projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git]
/
include
/
wx
/
mac
/
filedlg.h
diff --git
a/include/wx/mac/filedlg.h
b/include/wx/mac/filedlg.h
index 1ce921758e15b27dc600dfb00281f64f745f1a26..be26bc025048c225e98bf0243b0e7720af8a8d87 100644
(file)
--- a/
include/wx/mac/filedlg.h
+++ b/
include/wx/mac/filedlg.h
@@
-63,6
+63,12
@@
public:
inline int GetFilterIndex() const { return m_filterIndex ; }
int ShowModal();
+
+ // not supported for file dialog, RR
+ virtual void DoSetSize(int x, int y,
+ int width, int height,
+ int sizeFlags = wxSIZE_AUTO) {}
+
};
#define wxOPEN 0x0001