X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4701dc09838c3da46a8bc2836265a7dffee541ee..a70ab3b804b6c363f8bcbed0b4fce94b7fb03612:/interface/wx/stattext.h?ds=sidebyside diff --git a/interface/wx/stattext.h b/interface/wx/stattext.h index 456c0dc285..ca1a02a315 100644 --- a/interface/wx/stattext.h +++ b/interface/wx/stattext.h @@ -39,7 +39,7 @@ @library{wxcore} @category{ctrl} - + @appearance{statictext.png} @see wxStaticBitmap, wxStaticBox */ @@ -81,12 +81,10 @@ public: /** Creation function, for two-step construction. For details see wxStaticText(). */ - 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 = "staticText"); + const wxSize& size = wxDefaultSize, long style = 0, + const wxString& name = wxStaticTextNameStr); /** Returns the contents of the control.