projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed some default value for wxGrid compatibility ctor resolving ambiguity of writi...
[wxWidgets.git]
/
include
/
wx
/
os2
/
statbox.h
diff --git
a/include/wx/os2/statbox.h
b/include/wx/os2/statbox.h
index f5a9cb5b533a322a51b45ad079739c5ff531789d..147e7beb380dcab936930c6d5998b54537e4653e 100644
(file)
--- a/
include/wx/os2/statbox.h
+++ b/
include/wx/os2/statbox.h
@@
-49,7
+49,7
@@
class WXDLLEXPORT wxStaticBox: public wxControl
void OnEraseBackground(wxEraseEvent& event);
void OnEraseBackground(wxEraseEvent& event);
- virtual MRESULT OS2WindowProc(
HWND hwnd,
WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+ virtual MRESULT OS2WindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
@@
-58,7
+58,7
@@
class WXDLLEXPORT wxStaticBox: public wxControl
virtual bool AcceptsFocus() const { return FALSE; }
protected:
virtual bool AcceptsFocus() const { return FALSE; }
protected:
- virtual wxSize DoGetBestSize();
+ virtual wxSize DoGetBestSize()
const
;
private:
DECLARE_EVENT_TABLE()
private:
DECLARE_EVENT_TABLE()