X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..7c11806499166993dffcbb99139d5b248a2c6c82:/include/wx/msw/statline.h?ds=sidebyside diff --git a/include/wx/msw/statline.h b/include/wx/msw/statline.h index 9f711377a3..6422b1c06a 100644 --- a/include/wx/msw/statline.h +++ b/include/wx/msw/statline.h @@ -26,9 +26,9 @@ public: wxStaticLine() { } wxStaticLine( wxWindow *parent, - wxWindowID id, - const wxPoint &pos = wxDefaultPosition, - const wxSize &size = wxDefaultSize, + wxWindowID id = wxID_ANY, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr ) { @@ -36,14 +36,14 @@ public: } bool Create( wxWindow *parent, - wxWindowID id, - const wxPoint &pos = wxDefaultPosition, - const wxSize &size = wxDefaultSize, + wxWindowID id = wxID_ANY, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr ); // overriden base class virtuals - virtual bool AcceptsFocus() const { return FALSE; } + virtual bool AcceptsFocus() const { return false; } protected: // usually overridden base class virtuals