X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4701dc09838c3da46a8bc2836265a7dffee541ee..befa206be99ab50519f3e4c8fdba5e6d8306f3fe:/interface/wx/statbox.h diff --git a/interface/wx/statbox.h b/interface/wx/statbox.h index 7fa19dc21a..b69eace3d8 100644 --- a/interface/wx/statbox.h +++ b/interface/wx/statbox.h @@ -24,7 +24,7 @@ @library{wxcore} @category{ctrl} - + @appearance{staticbox.png} @see wxStaticText */ @@ -63,7 +63,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = "staticBox"); + const wxString& name = wxStaticBoxNameStr); /** Destructor, destroying the group box. @@ -74,11 +74,9 @@ public: Creates the static box for two-step construction. See wxStaticBox() for further details. */ - bool Create(wxWindow* parent, wxWindowID id, - const wxString& label, + bool Create(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = 0, - const wxString& name = "staticBox"); + const wxSize& size = wxDefaultSize, long style = 0, + const wxString& name = wxStaticBoxNameStr); };