projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typo in my last commit (it did break socket detection code :-( ).
[wxWidgets.git]
/
include
/
wx
/
mac
/
msgdlg.h
diff --git
a/include/wx/mac/msgdlg.h
b/include/wx/mac/msgdlg.h
index 58fa8e51ae571267a98c103d8c659c66e23a3088..4d3c8ad02ba53a262aff0b48d8abb258eb30209e 100644
(file)
--- a/
include/wx/mac/msgdlg.h
+++ b/
include/wx/mac/msgdlg.h
@@
-39,12
+39,13
@@
public:
long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
int ShowModal();
long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
int ShowModal();
-};
-
+
+ // not supported for message dialog, RR
+ virtual void DoSetSize(int x, int y,
+ int width, int height,
+ int sizeFlags = wxSIZE_AUTO) {}
-int WXDLLEXPORT wxMessageBox(const wxString& message, const wxString& caption = wxMessageBoxCaptionStr,
- long style = wxOK|wxCENTRE,
- wxWindow *parent = NULL, int x = -1, int y = -1);
+};
#endif
// _WX_MSGBOXDLG_H_
#endif
// _WX_MSGBOXDLG_H_